Merge pull request #92994 from doronbehar/hplip-gcc-references

hplip: Remove all python related gcc references
This commit is contained in:
Thomas Tuegel 2020-07-12 14:35:30 -05:00 committed by GitHub
commit 1689386107
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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; {