summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMarc Weber <marco-oweber@gmx.de>2009-09-10 16:58:02 +0000
committerMarc Weber <marco-oweber@gmx.de>2009-09-10 16:58:02 +0000
commit09920037c00624cd6ce7be46b5d2af0c970516cc (patch)
tree568b10d88985d23682bfc22d2fdef5aabdf4b0e4 /pkgs/development
parentb441632f92775170f715d63e804370f25e52836d (diff)
downloadnixlib-09920037c00624cd6ce7be46b5d2af0c970516cc.tar
nixlib-09920037c00624cd6ce7be46b5d2af0c970516cc.tar.gz
nixlib-09920037c00624cd6ce7be46b5d2af0c970516cc.tar.bz2
nixlib-09920037c00624cd6ce7be46b5d2af0c970516cc.tar.lz
nixlib-09920037c00624cd6ce7be46b5d2af0c970516cc.tar.xz
nixlib-09920037c00624cd6ce7be46b5d2af0c970516cc.tar.zst
nixlib-09920037c00624cd6ce7be46b5d2af0c970516cc.zip
adding mplayer trunk cause the stable source distribution is said to be
outdated

svn path=/nixpkgs/trunk/; revision=17030
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/misc/bleeding-edge-repos/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/misc/bleeding-edge-repos/default.nix b/pkgs/development/misc/bleeding-edge-repos/default.nix
index 079339efdbff..9be4b1b4fa18 100644
--- a/pkgs/development/misc/bleeding-edge-repos/default.nix
+++ b/pkgs/development/misc/bleeding-edge-repos/default.nix
@@ -43,6 +43,8 @@ args:
 
       hg2git = { type = "git"; url="git://repo.or.cz/hg2git.git"; };
 
+      MPlayer = { type = "svn"; url="svn://svn.mplayerhq.hu/mplayer/trunk"; };
+
       # darcs repositories haskell 
       http =  { type= "darcs"; url="http://darcs.haskell.org/http/"; groups="happs"; };
       syb_with_class =  { type="darcs"; url="http://happs.org/HAppS/syb-with-class"; groups="happs"; };