branchtest
This commit is contained in:
parent
d2ff643070
commit
2b8c376fcb
|
@ -38,13 +38,6 @@
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
|
||||||
installPhase = ''
|
|
||||||
mkdir -p $out/bin $out/share/jd-cli
|
|
||||||
install -Dm644 jd-cli/target/jd-cli.jar $out/share/jd-cli
|
|
||||||
|
|
||||||
makeWrapper ${jre8}/bin/java $out/bin/jd-cli \
|
|
||||||
--add-flags "-jar $out/share/jd-cli/jd-cli.jar"
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "The api gateway for learningpulse";
|
description = "The api gateway for learningpulse";
|
||||||
|
|
Reference in a new issue