Merge pull request #104729 from adisbladis/references-by-popularity-cross

referencesByPopularity: Fix cross compilation
This commit is contained in:
adisbladis 2020-11-24 02:53:45 +01:00 committed by GitHub
commit bd4c7fdff4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -511,7 +511,7 @@ in
nukeReferences = callPackage ../build-support/nuke-references { };
referencesByPopularity = callPackage ../build-support/references-by-popularity { };
referencesByPopularity = buildPackages.callPackage ../build-support/references-by-popularity { };
removeReferencesTo = callPackage ../build-support/remove-references-to { };