fix: Add extra-cmake-modules to the nix build
Signed-off-by: Charlotte 🦝 Delenk <lotte@chir.rs>
This commit is contained in:
parent
b90d6b0f26
commit
471d6d6031
@ -15,6 +15,7 @@
|
||||
, libGL
|
||||
, msaClientID ? ""
|
||||
, extraJDKs ? [ ]
|
||||
, extra-cmake-modules
|
||||
|
||||
# flake
|
||||
, self
|
||||
@ -47,7 +48,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
src = lib.cleanSource self;
|
||||
|
||||
nativeBuildInputs = [ cmake ninja jdk file wrapQtAppsHook ];
|
||||
nativeBuildInputs = [ cmake extra-cmake-modules ninja jdk file wrapQtAppsHook ];
|
||||
buildInputs = [ qtbase quazip zlib ];
|
||||
|
||||
dontWrapQtApps = true;
|
||||
|
Loading…
Reference in New Issue
Block a user