3
0
Fork 0
forked from mirrors/nixpkgs

xpf: use python2

This commit is contained in:
Frederik Rietdijk 2017-02-08 19:58:00 +01:00
parent 392a57b568
commit 923793f99a

View file

@ -1,4 +1,4 @@
{stdenv, fetchurl, python, libxml2}:
{stdenv, fetchurl, python2, libxml2}:
assert libxml2.pythonSupport == true;
@ -10,7 +10,7 @@ stdenv.mkDerivation {
sha256 = "0ljx91w68rnh4871c0xlq2whlmhqz8dr39wcdczfjjpniqz1fmpz";
};
buildInputs = [python libxml2];
buildInputs = [ python2 libxml2 ];
meta = {
description = "XML Pipes and Filters - command line tools for manipulating and querying XML data";