libxml2: use python2

This commit is contained in:
Frederik Rietdijk 2016-10-17 09:39:10 +02:00
parent 95b5d8f752
commit 47a95edc1e

View File

@ -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";