tlsdate: dont build on darwin

There was a typo previously adding these in.
This commit is contained in:
Matthew Bauer 2016-08-12 00:10:17 -05:00
parent 94ad63a1aa
commit f6903292fc

View File

@ -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;
};
}