nix-ld: 1.2.1 -> 1.2.2 (#237962)

* nix-ld: 1.2.1 -> 1.2.2

Diff: https://github.com/mic92/nix-ld/compare/1.2.1...1.2.2

* Update pkgs/os-specific/linux/nix-ld/default.nix

Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>

---------

Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
This commit is contained in:
Jörg Thalheim
2023-06-20 21:23:27 +01:00
committed by GitHub
parent 46e5e1edd5
commit bfc002e2f1
2 changed files with 2 additions and 5 deletions

View File

@@ -13,8 +13,5 @@ import ./make-test-python.nix ({ lib, pkgs, ...} :
testScript = ''
start_all()
machine.succeed("hello")
# test fallback if NIX_LD is not set
machine.succeed("unset NIX_LD; unset NIX_LD_LIBRARY_PATH; hello")
'';
})