nix: fix build

This commit is contained in:
outfoxxed 2025-01-08 14:23:01 -08:00
parent 9d4437011b
commit d4615b8e40
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E

View file

@ -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
];