libspectre: set meta.platforms to unix

+1 -1
+1 -1
pkgs/development/libraries/libspectre/default.nix
··· 28 ''; 29 30 license = stdenv.lib.licenses.gpl2Plus; 31 - platforms = stdenv.lib.platforms.linux; 32 }; 33 }
··· 28 ''; 29 30 license = stdenv.lib.licenses.gpl2Plus; 31 + platforms = stdenv.lib.platforms.unix; 32 }; 33 }