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:
parent
3b2b3f7c53
commit
359f2345c0
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue