mirror of
https://github.com/NixOS/nix
synced 2025-07-07 14:21:48 +02:00
tests/functional: use script flags compatible with macOS
Co-authored-by: John Ericson <git@JohnEricson.me>
This commit is contained in:
parent
2172c17b5e
commit
f02c57dbfa
2 changed files with 33 additions and 4 deletions
|
@ -11,6 +11,7 @@
|
|||
git,
|
||||
mercurial,
|
||||
util-linux,
|
||||
unixtools,
|
||||
|
||||
nix-store,
|
||||
nix-expr,
|
||||
|
@ -54,6 +55,7 @@ mkMesonDerivation (
|
|||
jq
|
||||
git
|
||||
mercurial
|
||||
unixtools.script
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isLinux [
|
||||
# For various sandboxing tests that needs a statically-linked shell,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue