memento: move qt6 libs into buildInputs instead of nativeBuildInputs
This commit is contained in:
parent
3fc72bcf16
commit
94ccb581d9
@ -28,13 +28,13 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
makeWrapper
|
||||
qt6.qtbase
|
||||
qt6.qtsvg
|
||||
qt6.qtwayland
|
||||
wrapQtAppsHook
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
qt6.qtbase
|
||||
qt6.qtsvg
|
||||
qt6.qtwayland
|
||||
sqlite
|
||||
json_c
|
||||
libzip
|
||||
|
Loading…
Reference in New Issue
Block a user