nixUnstable: Update
This commit is contained in:
parent
1a6b92bb71
commit
cbab474cea
@ -1,20 +1,20 @@
|
|||||||
{ stdenv, fetchurl, perl, curl, bzip2, sqlite, openssl ? null
|
{ lib, stdenv, fetchurl, perl, curl, bzip2, sqlite, openssl ? null
|
||||||
, pkgconfig, boehmgc, perlPackages
|
, pkgconfig, boehmgc, perlPackages, libsodium
|
||||||
, storeDir ? "/nix/store"
|
, storeDir ? "/nix/store"
|
||||||
, stateDir ? "/nix/var"
|
, stateDir ? "/nix/var"
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "nix-1.9pre4028_0d1dafa";
|
name = "nix-1.9pre4045_bd91064";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://hydra.nixos.org/build/19375273/download/4/${name}.tar.xz";
|
url = "http://hydra.nixos.org/build/19776695/download/4/${name}.tar.xz";
|
||||||
sha256 = "592da6102a777c13652f7350f40f5693fa005076e06c7ce6f570a854576d104e";
|
sha256 = "3a9d5750fa7cf4958a275516d5b7f3ab0036529a07a4ee16ade89a714fd55f7a";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ perl pkgconfig ];
|
nativeBuildInputs = [ perl pkgconfig ];
|
||||||
|
|
||||||
buildInputs = [ curl openssl sqlite ];
|
buildInputs = [ curl openssl sqlite ] ++ lib.optional stdenv.isLinux libsodium;
|
||||||
|
|
||||||
propagatedBuildInputs = [ boehmgc ];
|
propagatedBuildInputs = [ boehmgc ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user