libspectre: set meta.platforms to unix

This commit is contained in:
Vincent Laporte 2017-07-13 17:39:14 +00:00
parent 058f46cc13
commit 247e772f35

View File

@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
'';
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.linux;
platforms = stdenv.lib.platforms.unix;
};
}