Skip to content

Commit 359f234

Browse files
committed
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.
1 parent 3b2b3f7 commit 359f234

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/misc/drivers/hplip/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ python3Packages.buildPythonApplication {
230230

231231
# There are some binaries there, which reference gcc-unwrapped otherwise.
232232
stripDebugList = [
233-
"share/hplip" "lib/cups/backend" "lib/cups/filter" "lib/python3.7/site-packages" "lib/sane"
233+
"share/hplip" "lib/cups/backend" "lib/cups/filter" python3Packages.python.sitePackages "lib/sane"
234234
];
235235

236236
meta = with stdenv.lib; {

0 commit comments

Comments
 (0)