forked from mirrors/nixpkgs
Zziplib: Build only where Python is supported.
svn path=/nixpkgs/trunk/; revision=17281
This commit is contained in:
parent
9d9fa8dd55
commit
f2b30a1bf7
|
@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://zziplib.sourceforge.net/;
|
||||
|
||||
maintainers = [ stdenv.lib.maintainers.ludo ];
|
||||
platforms = python.passthru.platforms;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue