mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
GnuTLS: Allow builds on non-Linux-based OSes.
svn path=/nixpkgs/trunk/; revision=33876
This commit is contained in:
parent
e81f9de121
commit
72ed868803
@ -29,7 +29,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
propagatedBuildInputs = [ nettle libtasn1 ];
|
||||
|
||||
doCheck = true;
|
||||
# XXX: Disable tests on non-Linux because of the `mini-loss-time' hack
|
||||
# below, which is Linux-specific.
|
||||
doCheck = stdenv.isLinux;
|
||||
|
||||
postCheck =
|
||||
# Kill a process that's left behind.
|
||||
|
Loading…
Reference in New Issue
Block a user