Skip to content

Commit 8488025

Browse files
committed
nix-serve-ng: mark as broken on darwin
This is not a regression of the previous commits and already happen in hydra.nixos.org.
1 parent d5849aa commit 8488025

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/development/haskell-modules/configuration-nix.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,9 @@ builtins.intersectAttrs super {
406406
#editedCabalFile = null;
407407
# Doesn't declare boost dependency
408408
pkg-configDepends = (old.pkg-configDepends or [ ]) ++ [ pkgs.boost.dev ];
409+
# error: output '/nix/store/hv6lzj1nlshn8q5lirzgys8f4vgym4hg-nix-serve-ng-1.0.0-unstable-2024-12-02' is not allowed to refer to the following paths:
410+
# /nix/store/qza2y18fwkq1wzi02qywf691r42r5jfy-ghc-9.6.6
411+
broken = pkgs.stdenv.hostPlatform.system == "aarch64-darwin";
409412
}) super.nix-serve-ng).override
410413
{
411414
nix = pkgs.nixVersions.nix_2_24;

0 commit comments

Comments
 (0)