forked from mirrors/nixpkgs
zls: set platforms
This commit is contained in:
parent
9eddb61dcf
commit
a170fbe73a
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue