summary refs log tree commit diff
path: root/pkgs/development/guile-modules/guile-fibers
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2018-03-18 22:24:45 +0100
committerDaiderd Jordan <daiderd@gmail.com>2018-04-05 20:05:23 +0200
commit43a686f4c7f990b5158c4903745e6f14462c0e43 (patch)
tree174c02a043c2e0cb4daf19f836fc942bf4a36ffb /pkgs/development/guile-modules/guile-fibers
parent8a4ed1b3c2dc98de81431a85d27ec36d3909203e (diff)
downloadnixpkgs-43a686f4c7f990b5158c4903745e6f14462c0e43.tar
nixpkgs-43a686f4c7f990b5158c4903745e6f14462c0e43.tar.gz
nixpkgs-43a686f4c7f990b5158c4903745e6f14462c0e43.tar.bz2
nixpkgs-43a686f4c7f990b5158c4903745e6f14462c0e43.tar.lz
nixpkgs-43a686f4c7f990b5158c4903745e6f14462c0e43.tar.xz
nixpkgs-43a686f4c7f990b5158c4903745e6f14462c0e43.tar.zst
nixpkgs-43a686f4c7f990b5158c4903745e6f14462c0e43.zip
guile-fibers: mark linux only
Diffstat (limited to 'pkgs/development/guile-modules/guile-fibers')
-rw-r--r--pkgs/development/guile-modules/guile-fibers/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/guile-modules/guile-fibers/default.nix b/pkgs/development/guile-modules/guile-fibers/default.nix
index 5f82a93c513..cfb56790221 100644
--- a/pkgs/development/guile-modules/guile-fibers/default.nix
+++ b/pkgs/development/guile-modules/guile-fibers/default.nix
@@ -23,6 +23,6 @@ in stdenv.mkDerivation {
     homepage = https://github.com/wingo/fibers;
     license = licenses.lgpl3Plus;
     maintainers = with maintainers; [ vyp ];
-    platforms = platforms.all;
+    platforms = platforms.linux;
   };
 }