svn path=/nixpkgs/trunk/; revision=19991
This commit is contained in:
parent
5fe8c274d5
commit
1d2c0eea75
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user