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
1 changed files with 1 additions and 1 deletions

View File

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