wayland: fix configure flags' type
This commit is contained in:
parent
04a7c61767
commit
54b27890f8
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "d6b4135cba0188abcb7275513c72dede751d6194f6edc5b82183a3ba8b821ab1";
|
||||
};
|
||||
|
||||
configureFlags = "--with-scanner --disable-documentation";
|
||||
configureFlags = [ "--with-scanner" "--disable-documentation" ];
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user