guix: update to 0.3
This commit is contained in:
parent
60c82048e0
commit
6e97ea6b00
@ -15,11 +15,11 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "guix-0.2";
|
name = "guix-0.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "ftp://alpha.gnu.org/gnu/guix/${name}.tar.gz";
|
url = "ftp://alpha.gnu.org/gnu/guix/${name}.tar.gz";
|
||||||
sha256 = "140y0ywbgl6vxl4nwswz4vim2wwdiajxlksj24lnv40aw5hyvifr";
|
sha256 = "0xpfdmlfkkpmgrb8lpaqs5wxx31m4jslajs6b9waz5wp91zk7fix";
|
||||||
};
|
};
|
||||||
|
|
||||||
configureFlags =
|
configureFlags =
|
||||||
@ -33,11 +33,6 @@ in stdenv.mkDerivation rec {
|
|||||||
cp -v "${boot_guile.x86_64}" gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz
|
cp -v "${boot_guile.x86_64}" gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz
|
||||||
'';
|
'';
|
||||||
|
|
||||||
preCheck =
|
|
||||||
# XXX: Skip this test (see commit 91fe0e20c7da2b706a1ac0e7b75235b6c1e6ed0a).
|
|
||||||
'' sed -i tests/guix-package.sh -e's/guix package --version/exit 0/'
|
|
||||||
'';
|
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ guile libgcrypt sqlite bzip2 ];
|
buildInputs = [ guile libgcrypt sqlite bzip2 ];
|
||||||
|
|
||||||
@ -67,6 +62,7 @@ in stdenv.mkDerivation rec {
|
|||||||
license = "GPLv3+";
|
license = "GPLv3+";
|
||||||
|
|
||||||
maintainers = [ stdenv.lib.maintainers.ludo ];
|
maintainers = [ stdenv.lib.maintainers.ludo ];
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
|
||||||
homepage = http://www.gnu.org/software/guix;
|
homepage = http://www.gnu.org/software/guix;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user