libxml2: python2 -> python3

This commit is contained in:
Daiderd Jordan 2020-01-12 21:11:26 +01:00
parent c7d457c9da
commit 96a0cada14
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -13075,7 +13075,7 @@ in
libxmi = callPackage ../development/libraries/libxmi { }; libxmi = callPackage ../development/libraries/libxmi { };
libxml2 = callPackage ../development/libraries/libxml2 { libxml2 = callPackage ../development/libraries/libxml2 {
python = if stdenv.isDarwin then python2 else python3; python = python3;
}; };
libxml2Python = let libxml2Python = let