summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-07-13 17:39:14 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-07-13 17:39:42 +0000
commit247e772f35676a5a4d9afd47bc59e2ba5174802d (patch)
tree1808d82b056a3d6b6eea5e5b0be45ba5955a46e3
parent058f46cc1338e51a8233b84b9776008c2796c015 (diff)
downloadnixpkgs-247e772f35676a5a4d9afd47bc59e2ba5174802d.tar
nixpkgs-247e772f35676a5a4d9afd47bc59e2ba5174802d.tar.gz
nixpkgs-247e772f35676a5a4d9afd47bc59e2ba5174802d.tar.bz2
nixpkgs-247e772f35676a5a4d9afd47bc59e2ba5174802d.tar.lz
nixpkgs-247e772f35676a5a4d9afd47bc59e2ba5174802d.tar.xz
nixpkgs-247e772f35676a5a4d9afd47bc59e2ba5174802d.tar.zst
nixpkgs-247e772f35676a5a4d9afd47bc59e2ba5174802d.zip
libspectre: set meta.platforms to unix
-rw-r--r--pkgs/development/libraries/libspectre/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libspectre/default.nix b/pkgs/development/libraries/libspectre/default.nix
index a04c5631ecb..647e6f16fdf 100644
--- a/pkgs/development/libraries/libspectre/default.nix
+++ b/pkgs/development/libraries/libspectre/default.nix
@@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
     '';
 
     license = stdenv.lib.licenses.gpl2Plus;
-    platforms = stdenv.lib.platforms.linux;
+    platforms = stdenv.lib.platforms.unix;
   };
 }