mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
test: Ignore packaging-overriding check on darwin for now
This commit is contained in:
parent
48fb6fdde9
commit
03efba30da
1 changed files with 12 additions and 9 deletions
|
@ -238,6 +238,9 @@
|
||||||
nix = self.packages.${system}.nix;
|
nix = self.packages.${system}.nix;
|
||||||
in
|
in
|
||||||
assert (nix.appendPatches [ pkgs.emptyFile ]).libs.nix-util.src.patches == [ pkgs.emptyFile ];
|
assert (nix.appendPatches [ pkgs.emptyFile ]).libs.nix-util.src.patches == [ pkgs.emptyFile ];
|
||||||
|
if pkgs.stdenv.buildPlatform.isDarwin then
|
||||||
|
lib.warn "packaging-overriding check currently disabled because of a permissions issue on macOS" pkgs.emptyFile
|
||||||
|
else
|
||||||
# If this fails, something might be wrong with how we've wired the scope,
|
# If this fails, something might be wrong with how we've wired the scope,
|
||||||
# or something could be broken in Nixpkgs.
|
# or something could be broken in Nixpkgs.
|
||||||
pkgs.testers.testEqualContents {
|
pkgs.testers.testEqualContents {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue