mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
libxml2: use python2
This commit is contained in:
parent
95b5d8f752
commit
47a95edc1e
1 changed files with 4 additions and 2 deletions
|
@ -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) }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
let
|
||||
python = python2;
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "libxml2-${version}";
|
||||
version = "2.9.4";
|
||||
|
||||
|
|
Loading…
Reference in a new issue