3
0
Fork 0
forked from mirrors/nixpkgs

hplip: Remove all python related gcc references

Use in stripDebugList python sitePackages directory used by the build,
and don't hard code python3.7's sitePackages path.
This commit is contained in:
Doron Behar 2020-07-12 14:21:08 +03:00
parent 3b2b3f7c53
commit 359f2345c0

View file

@ -230,7 +230,7 @@ python3Packages.buildPythonApplication {
# There are some binaries there, which reference gcc-unwrapped otherwise.
stripDebugList = [
"share/hplip" "lib/cups/backend" "lib/cups/filter" "lib/python3.7/site-packages" "lib/sane"
"share/hplip" "lib/cups/backend" "lib/cups/filter" python3Packages.python.sitePackages "lib/sane"
];
meta = with stdenv.lib; {