We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da72539 commit 83ebe5bCopy full SHA for 83ebe5b
1 file changed
pkgs/development/tools/language-servers/vala-language-server/default.nix
@@ -44,6 +44,7 @@ stdenv.mkDerivation rec {
44
ninja
45
pkg-config
46
scdoc
47
+ ] ++ lib.optionals stdenv.isLinux [
48
# GNOME Builder Plugin
49
gnome-builder
50
];
@@ -61,6 +62,6 @@ stdenv.mkDerivation rec {
61
62
homepage = "https://github.com/vala-lang/vala-language-server";
63
license = licenses.lgpl21Plus;
64
maintainers = with maintainers; [ andreasfelix ];
- platforms = platforms.linux;
65
+ platforms = platforms.unix;
66
};
67
}
0 commit comments