about summary refs log tree commit diff
path: root/pkgs/applications/misc/fsv
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-06-05 22:54:08 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2019-06-05 22:54:08 -0400
commit9edd19631234bfdcc2ff1a267a7edc1d11f306f4 (patch)
tree8b2f17be54aefb15596f40742e1710f62fb2e205 /pkgs/applications/misc/fsv
parent8633a122247cf2675df8c589a8c22602cf11b5af (diff)
fsv: only works on linux
https://hydra.nixos.org/build/94218493
Diffstat (limited to 'pkgs/applications/misc/fsv')
-rw-r--r--pkgs/applications/misc/fsv/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/fsv/default.nix b/pkgs/applications/misc/fsv/default.nix
index 1520780653957..00e11858fb412 100644
--- a/pkgs/applications/misc/fsv/default.nix
+++ b/pkgs/applications/misc/fsv/default.nix
@@ -41,7 +41,7 @@ in stdenv.mkDerivation rec {
     '';
     homepage    = https://github.com/mcuelenaere/fsv;
     license     = licenses.lgpl2;
-    platforms   = platforms.mesaPlatforms;
+    platforms   = platforms.linux;
     maintainers = with maintainers; [ rnhmjoj ];
   };
 }