Merge pull request #869 from DarkKirb/nix-ecm
fix: Add extra-cmake-modules to the nix build
This commit is contained in:
commit
81d52b6169
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue