libxml2: use python2
This commit is contained in:
parent
95b5d8f752
commit
47a95edc1e
@ -1,7 +1,9 @@
|
|||||||
{ stdenv, lib, fetchurl, zlib, xz, python, findXMLCatalogs, libiconv, fetchpatch
|
{ stdenv, lib, fetchurl, zlib, xz, python2, findXMLCatalogs, libiconv, fetchpatch
|
||||||
, supportPython ? (! stdenv ? cross) }:
|
, supportPython ? (! stdenv ? cross) }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
let
|
||||||
|
python = python2;
|
||||||
|
in stdenv.mkDerivation rec {
|
||||||
name = "libxml2-${version}";
|
name = "libxml2-${version}";
|
||||||
version = "2.9.4";
|
version = "2.9.4";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user