freeplane: move makeWrapper to nativeBuildInputs
This commit is contained in:
parent
99e9cc0d40
commit
a2c69a6ed9
1 changed files with 1 additions and 2 deletions
|
@ -86,8 +86,7 @@ let
|
|||
in stdenv.mkDerivation rec {
|
||||
inherit pname version src;
|
||||
|
||||
buildInputs = [ makeWrapper ];
|
||||
nativeBuildInputs = [ jdk11 gradle_5 ];
|
||||
nativeBuildInputs = [ makeWrapper jdk11 gradle_5 ];
|
||||
|
||||
buildPhase = ''
|
||||
mkdir -p -- ./freeplane/build/emoji/{txt,resources/images}
|
||||
|
|
Loading…
Reference in a new issue