talloc: remove python2 as a build dependency
This makes sure waf, which is used to build talloc, is ran with python3 rather than python2. (another option would be to make this the default for wafHook, see https://github.com/NixOS/nixpkgs/pull/104701)
This commit is contained in:
@@ -16165,7 +16165,9 @@ in
|
||||
|
||||
taglib-sharp = callPackage ../development/libraries/taglib-sharp { };
|
||||
|
||||
talloc = callPackage ../development/libraries/talloc { };
|
||||
talloc = callPackage ../development/libraries/talloc {
|
||||
wafHook = wafHook.override { python = python3; };
|
||||
};
|
||||
|
||||
tclap = callPackage ../development/libraries/tclap {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user