tlsdate: dont build on darwin
There was a typo previously adding these in.
This commit is contained in:
parent
94ad63a1aa
commit
f6903292fc
@ -46,6 +46,6 @@ stdenv.mkDerivation rec {
|
||||
description = "Secure parasitic rdate replacement";
|
||||
homepage = https://github.com/ioerror/tlsdate;
|
||||
maintainers = with maintainers; [ tv fpletz ];
|
||||
platforms = platforms.allBut [ "darwin" ];
|
||||
platforms = platforms.allBut platforms.darwin;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user