suitable clang stdenv
This commit is contained in:
@@ -10,6 +10,8 @@ stdenv.mkDerivation (rec {
|
||||
|
||||
propagatedBuildInputs = [ libgpgerror ];
|
||||
|
||||
configureFlags = stdenv.lib.optional stdenv.isDarwin "--disable-asm";
|
||||
|
||||
doCheck = stdenv.system != "i686-linux"; # "basic" test fails after stdenv+glibc-2.18
|
||||
|
||||
# For some reason the tests don't find `libgpg-error.so'.
|
||||
|
||||
Reference in New Issue
Block a user