zziplib: use python2
This commit is contained in:
parent
2a1c4e9322
commit
9c3fd2c437
@ -1,4 +1,4 @@
|
|||||||
{ fetchurl, stdenv, perl, python, zip, xmlto, zlib }:
|
{ fetchurl, stdenv, perl, python2, zip, xmlto, zlib }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "zziplib-0.13.58";
|
name = "zziplib-0.13.58";
|
||||||
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
sed -i -e s,--export-dynamic,, configure
|
sed -i -e s,--export-dynamic,, configure
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [ perl python zip xmlto zlib ];
|
buildInputs = [ perl python2 zip xmlto zlib ];
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
@ -33,6 +33,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://zziplib.sourceforge.net/;
|
homepage = http://zziplib.sourceforge.net/;
|
||||||
|
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
platforms = python.meta.platforms;
|
platforms = python2.meta.platforms;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user