fix: Add extra-cmake-modules to the nix build

Signed-off-by: Charlotte 🦝 Delenk <lotte@chir.rs>
This commit is contained in:
Charlotte 🦝 Delenk 2022-07-03 10:28:41 +01:00
parent b90d6b0f26
commit 471d6d6031
No known key found for this signature in database
GPG Key ID: AB2BD8DAF2E37122

View File

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