From 2111e7b742aa0121a7b3b14738811ad030a6c321 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Tue, 18 Sep 2018 15:35:11 -0400 Subject: mkDerivation: Make `separateDebugInfo` assertion lazier to match other assertions This is needed to access attributes of derivations on platforms where they cannot be built. --- pkgs/development/libraries/glibc/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pkgs/development/libraries/glibc') diff --git a/pkgs/development/libraries/glibc/default.nix b/pkgs/development/libraries/glibc/default.nix index c74c27598ee..8b17ff9e558 100644 --- a/pkgs/development/libraries/glibc/default.nix +++ b/pkgs/development/libraries/glibc/default.nix @@ -94,8 +94,7 @@ callPackage ./common.nix { inherit stdenv; } { mv $bin/bin/getconf_ $bin/bin/getconf ''; - # Hack to get around eval issue. - separateDebugInfo = !stdenv.isDarwin; + separateDebugInfo = true; meta.description = "The GNU C Library"; } -- cgit 1.4.1