tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
wayland: fix configure flags' type
Nikolay Amiantov
9 years ago
54b27890
04a7c617
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
wayland
default.nix
+1
-1
pkgs/development/libraries/wayland/default.nix
···
15
15
sha256 = "d6b4135cba0188abcb7275513c72dede751d6194f6edc5b82183a3ba8b821ab1";
16
16
};
17
17
18
18
-
configureFlags = "--with-scanner --disable-documentation";
18
18
+
configureFlags = [ "--with-scanner" "--disable-documentation" ];
19
19
20
20
nativeBuildInputs = [ pkgconfig ];
21
21