nixosTestLib: substitute dependencies on tools in
This commit is contained in:
@@ -37,6 +37,11 @@
|
||||
setuptools
|
||||
wheel
|
||||
];
|
||||
postPatch = ''
|
||||
substituteInPlace nixos_test_lib/nix_setup.py \
|
||||
--replace '@cp@' '${pkgs.coreutils}/bin/cp' \
|
||||
--replace '@nix-store@' '${pkgs.nix}/bin/nix-store'
|
||||
'';
|
||||
doCheck = false;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user