diff options
| author | Jason Yundt <jason@jasonyundt.email> | 2024-08-04 17:48:40 -0400 |
|---|---|---|
| committer | Jason Yundt <jason@jasonyundt.email> | 2024-09-22 14:33:19 -0400 |
| commit | cf5eb4882e1ec2f45d3dbfdabfb41ee0582c3de3 (patch) | |
| tree | 259a0ca072ef51497c4a4e94849aed5c9ee50d1f /pkgs/development/python-modules/python-mapnik | |
| parent | 9c0af0e5448c8929845f51cfd7b049abec866523 (diff) | |
swapspace: add passthru.binlore
Consider this Nix expression:
let
pkgs = import /path/to/nixpkgs { };
in
pkgs.resholve.writeScript "mime-construct-binlore-test" {
inputs = [ pkgs.swapspace ];
interpreter = "${pkgs.lib.getExe pkgs.bash}";
} ''
swapspace --version
''
Before this change, that expression would fail to build because resholve
would think that swapspace might be able to execute its arguments. This
commit fixes that problem.
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik')
0 files changed, 0 insertions, 0 deletions
