svn path=/nixpkgs/trunk/; revision=19991

This commit is contained in:
Eelco Dolstra 2010-02-14 16:21:42 +00:00
parent 5fe8c274d5
commit 1d2c0eea75
2 changed files with 3 additions and 2 deletions

View File

@ -4896,9 +4896,9 @@ let
inherit fetchurl stdenv; inherit fetchurl stdenv;
}); });
sqliteInteractive = appendToName "interactive" (import ../development/libraries/sqlite { sqliteInteractive = lowPrio (appendToName "interactive" (import ../development/libraries/sqlite {
inherit fetchurl stdenv readline ncurses; inherit fetchurl stdenv readline ncurses;
}); }));
stlport = import ../development/libraries/stlport { stlport = import ../development/libraries/stlport {
inherit fetchurl stdenv; inherit fetchurl stdenv;

View File

@ -358,6 +358,7 @@ in {
quake3demo = linux; quake3demo = linux;
readline = all; readline = all;
reiserfsprogs = linux; reiserfsprogs = linux;
rlwrap = all;
rogue = all; rogue = all;
rpm = linux; rpm = linux;
rsync = linux; rsync = linux;