fsv: only works on linux

https://hydra.nixos.org/build/94218493
This commit is contained in:
Matthew Bauer 2019-06-05 22:54:08 -04:00
parent 8633a12224
commit 9edd196312

View File

@ -41,7 +41,7 @@ in stdenv.mkDerivation rec {
''; '';
homepage = https://github.com/mcuelenaere/fsv; homepage = https://github.com/mcuelenaere/fsv;
license = licenses.lgpl2; license = licenses.lgpl2;
platforms = platforms.mesaPlatforms; platforms = platforms.linux;
maintainers = with maintainers; [ rnhmjoj ]; maintainers = with maintainers; [ rnhmjoj ];
}; };
} }