Merge pull request #310206 from TomaSajt/nekoray
nekoray: enable strictDeps, fix dependency location
This commit is contained in:
commit
a7883a69b5
@ -84,11 +84,12 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
strictDeps = true;
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
libsForQt5.wrapQtAppsHook
|
libsForQt5.wrapQtAppsHook
|
||||||
cmake
|
cmake
|
||||||
ninja
|
ninja
|
||||||
protobuf
|
|
||||||
copyDesktopItems
|
copyDesktopItems
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -96,8 +97,9 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
libsForQt5.qtbase
|
libsForQt5.qtbase
|
||||||
libsForQt5.qttools
|
libsForQt5.qttools
|
||||||
libsForQt5.qtx11extras
|
libsForQt5.qtx11extras
|
||||||
zxing-cpp
|
protobuf
|
||||||
yaml-cpp
|
yaml-cpp
|
||||||
|
zxing-cpp
|
||||||
];
|
];
|
||||||
|
|
||||||
# NKR_PACKAGE makes sure the app uses the user's config directory to store it's non-static content
|
# NKR_PACKAGE makes sure the app uses the user's config directory to store it's non-static content
|
||||||
|
Loading…
Reference in New Issue
Block a user