talloc: Remove python from wafHook's inputs

This commit is contained in:
Janne Heß 2020-12-12 19:23:45 +01:00
parent 0e7903738a
commit 279c5943fe
No known key found for this signature in database
GPG Key ID: 69165158F05265DF

View File

@ -16203,9 +16203,7 @@ in
taglib-sharp = callPackage ../development/libraries/taglib-sharp { };
talloc = callPackage ../development/libraries/talloc {
wafHook = wafHook.override { python = python3; };
};
talloc = callPackage ../development/libraries/talloc { };
tclap = callPackage ../development/libraries/tclap {};