mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
solarus-quest-editor: enable strictDeps
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
parent
22917c1670
commit
a21e645626
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
solarus,
|
||||
glm,
|
||||
qt6Packages,
|
||||
kdePackages,
|
||||
}:
|
||||
|
||||
let
|
||||
|
@ -48,6 +49,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
(replaceVars ./qlementine-src.patch { inherit qlementine-src; })
|
||||
];
|
||||
|
||||
strictDeps = true;
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
ninja
|
||||
|
@ -66,6 +68,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
libvorbis
|
||||
solarus
|
||||
qtbase
|
||||
kdePackages.qtsvg
|
||||
glm
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue