1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

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