Merge pull request #6600 from 4z3/tlsdate
tlsdate doesn't build on x86_64-darwin
This commit is contained in:
commit
fe9f5dbbbc
|
@ -35,7 +35,7 @@ stdenv.mkDerivation {
|
||||||
meta = {
|
meta = {
|
||||||
description = "Secure parasitic rdate replacement";
|
description = "Secure parasitic rdate replacement";
|
||||||
homepage = https://github.com/ioerror/tlsdate;
|
homepage = https://github.com/ioerror/tlsdate;
|
||||||
platforms = stdenv.lib.platforms.all;
|
|
||||||
maintainers = [ stdenv.lib.maintainers.tv ];
|
maintainers = [ stdenv.lib.maintainers.tv ];
|
||||||
|
platforms = stdenv.lib.platforms.allBut [ "darwin" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue