You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The hxtools package is improperly packaged. Many of the upstream tools embed the interpreter /bin/bash or /usr/bin/perl, which do not work on nixos.
Steps to reproduce
I personally wanted to use man2html which is how I discovered this bug. Many other utils seem affected too.
$ nix-shell -p hxtools
$ man2html -hzsh: /nix/store/mil1y8z3519zdc53ljjygr06chdcmc3k-hxtools-20231224/bin/man2html: bad interpreter: /usr/bin/perl: no such file or directory
$ cwdiff -hzsh: /nix/store/mil1y8z3519zdc53ljjygr06chdcmc3k-hxtools-20231224/bin/cwdiff: bad interpreter: /bin/bash: no such file or directory
$ fxtermzsh: /nix/store/mil1y8z3519zdc53ljjygr06chdcmc3k-hxtools-20231224/bin/fxterm: bad interpreter: /bin/bash: no such file or directory
$ gpshzsh: /nix/store/mil1y8z3519zdc53ljjygr06chdcmc3k-hxtools-20231224/bin/gpsh: bad interpreter: /usr/bin/perl: no such file or directory
$ qtar -hzsh: /nix/store/mil1y8z3519zdc53ljjygr06chdcmc3k-hxtools-20231224/bin/qtar: bad interpreter: /usr/bin/perl: no such file or director
Expected behaviour
the tools should work
Screenshots
No response
Relevant log output
Additional context
No response
System metadata
system: "x86_64-linux"
host os: Linux 6.12.12, NixOS, 25.05 (Warbler), 25.05pre-git
Nixpkgs version
Describe the bug
The hxtools package is improperly packaged. Many of the upstream tools embed the interpreter
/bin/bash
or/usr/bin/perl
, which do not work on nixos.Steps to reproduce
I personally wanted to use
man2html
which is how I discovered this bug. Many other utils seem affected too.Expected behaviour
the tools should work
Screenshots
No response
Relevant log output
Additional context
No response
System metadata
"x86_64-linux"
Linux 6.12.12, NixOS, 25.05 (Warbler), 25.05pre-git
yes
yes
nix-env (Nix) 2.24.12
/nix/store/j33wzkzndh41cyyy7i18bqm1srlv84cq-source
Notify maintainers
@meator @zimward
Note for maintainers: Please tag this issue in your pull request description. (i.e.
Resolves #ISSUE
.)I assert that this issue is relevant for Nixpkgs
Is this issue important to you?
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: