mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
we don't have nix-static. Bwah.
svn path=/nixpkgs/trunk/; revision=4448
This commit is contained in:
parent
3ab0457893
commit
0c5b904257
@ -1988,11 +1988,11 @@ rec {
|
||||
x11Support = false;
|
||||
};
|
||||
|
||||
nixStatic = (import ../misc/nix-static) {
|
||||
inherit fetchurl stdenv aterm perl;
|
||||
curl = bootCurl; /* !!! ugly */
|
||||
bdb = db4;
|
||||
};
|
||||
#nixStatic = (import ../misc/nix-static) {
|
||||
# inherit fetchurl stdenv aterm perl;
|
||||
# curl = bootCurl; /* !!! ugly */
|
||||
# bdb = db4;
|
||||
#};
|
||||
|
||||
nix = (import ../misc/nix) {
|
||||
inherit fetchurl stdenv aterm perl;
|
||||
|
Loading…
Reference in New Issue
Block a user