Skip to content

Commit

Permalink
libxml2: use python2
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Oct 17, 2016
1 parent a1905c6 commit c543dab
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/development/libraries/libxml2/default.nix
Original file line number Diff line number Diff line change
@@ -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";

Expand Down

0 comments on commit c543dab

Please sign in to comment.