fsv: only works on linux

https://hydra.nixos.org/build/94218493
wip/yesman
Matthew Bauer 5 years ago
parent 8633a12224
commit 9edd196312
  1. 2
      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 ];
};
}

Loading…
Cancel
Save