libxml2: python2 -> python3
This commit is contained in:
parent
c7d457c9da
commit
96a0cada14
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue