From 605f923e92b7e16ce008b0611bbd34fbc9e5cbfc Mon Sep 17 00:00:00 2001 From: Eric Litak Date: Sun, 4 Dec 2016 06:42:42 -0800 Subject: libxslt: fixed crossDrv, where no python is available --- pkgs/development/libraries/libxslt/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/libraries/libxslt') diff --git a/pkgs/development/libraries/libxslt/default.nix b/pkgs/development/libraries/libxslt/default.nix index df054319479..ebad3fd3eb1 100644 --- a/pkgs/development/libraries/libxslt/default.nix +++ b/pkgs/development/libraries/libxslt/default.nix @@ -1,5 +1,5 @@ { stdenv, fetchurl, fetchpatch, libxml2, findXMLCatalogs -, pythonSupport ? true, python2 +, python2, pythonSupport ? (! stdenv ? cross) }: assert pythonSupport -> python2 != null; -- cgit 1.4.1