nixpkgs/pkgs/tools/X11/xdg-utils
Colin a227fd1fe7 xdg-utils: enable cross compilation
native build produces binaries with `#!${bash}/bin/sh` as shebang.
seems to be a consequence of nixpkgs using bash in the builder, and
`patchShebangs` sees that. OTOH cross builds would get `#!/bin/sh` because
the builder's bash isn't eligible as a runtime shebang. i can't say
which is most "correct" in the context of this tool, but shipping bash
in `buildInputs` where `patchShebangs` can see it at least gets us *consistency*.
2023-08-06 09:36:18 +00:00
..
allow-forcing-portal-use.patch xdg-utils: add patch which adds NIXOS_XDG_OPEN_USE_PORTAL env var 2022-11-12 18:45:32 +01:00
default.nix xdg-utils: enable cross compilation 2023-08-06 09:36:18 +00:00