3
0
Fork 0
forked from mirrors/nixpkgs

zls: set platforms

This commit is contained in:
zowoq 2022-07-13 08:59:52 +10:00
parent 9eddb61dcf
commit a170fbe73a

View file

@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/zigtools/zls"; homepage = "https://github.com/zigtools/zls";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ fortuneteller2k ]; maintainers = with maintainers; [ fortuneteller2k ];
platforms = platforms.unix;
}; };
} }