mirror of
https://github.com/hyprwm/hyprland-qt-support.git
synced 2025-05-13 05:30:35 +01:00
nix: fix build
This commit is contained in:
parent
9d4437011b
commit
d4615b8e40
1 changed files with 1 additions and 1 deletions
|
@ -20,6 +20,7 @@ in stdenv.mkDerivation {
|
|||
nativeBuildInputs = [
|
||||
cmake
|
||||
ninja
|
||||
pkg-config
|
||||
qt6.wrapQtAppsHook
|
||||
];
|
||||
|
||||
|
@ -28,7 +29,6 @@ in stdenv.mkDerivation {
|
|||
qt6.qtdeclarative
|
||||
qt6.qtsvg
|
||||
qt6.qtwayland
|
||||
pkg-config
|
||||
hyprlang
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue