mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-26 10:30:32 +00:00
libxml2: python2 -> python3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user