mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
tiled: add qtwayland to buildInputs
This commit is contained in:
parent
82393b99a6
commit
b3e1ae7a5b
@ -8,6 +8,7 @@
|
||||
, qtbase
|
||||
, qtdeclarative
|
||||
, qttools
|
||||
, qtwayland
|
||||
, qtsvg
|
||||
, zlib
|
||||
, zstd
|
||||
@ -15,7 +16,7 @@
|
||||
}:
|
||||
|
||||
let
|
||||
qtEnv = env "tiled-qt-env" [ qtbase qtdeclarative qtsvg qttools ];
|
||||
qtEnv = env "tiled-qt-env" [ qtbase qtdeclarative qtsvg qttools qtwayland ];
|
||||
in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
Loading…
Reference in New Issue
Block a user