* Mark nixSqlite as low priority to prevent it from being installed
accidentally. svn path=/nixpkgs/trunk/; revision=20481
This commit is contained in:
parent
249c487efa
commit
8d8e6f7e4c
@ -9036,11 +9036,11 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
# The SQLite branch.
|
# The SQLite branch.
|
||||||
nixSqlite = makeOverridable (import ../tools/package-management/nix/sqlite.nix) {
|
nixSqlite = lowPrio (makeOverridable (import ../tools/package-management/nix/sqlite.nix) {
|
||||||
inherit fetchurl stdenv perl curl bzip2 openssl aterm sqlite;
|
inherit fetchurl stdenv perl curl bzip2 openssl aterm sqlite;
|
||||||
storeDir = getPkgConfig "nix" "storeDir" "/nix/store";
|
storeDir = getPkgConfig "nix" "storeDir" "/nix/store";
|
||||||
stateDir = getPkgConfig "nix" "stateDir" "/nix/var";
|
stateDir = getPkgConfig "nix" "stateDir" "/nix/var";
|
||||||
};
|
});
|
||||||
|
|
||||||
nixCustomFun = src: preConfigure: enableScripts: configureFlags:
|
nixCustomFun = src: preConfigure: enableScripts: configureFlags:
|
||||||
import ../tools/package-management/nix/custom.nix {
|
import ../tools/package-management/nix/custom.nix {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user