mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
HentaiAtHome: rename graalvm -> graalvmDrv
This commit is contained in:
parent
bdfff535f0
commit
5e7759bd9d
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ buildGraalvmNativeImage rec {
|
|||
jar = "${src}/HentaiAtHome.jar";
|
||||
dontUnpack = true;
|
||||
|
||||
graalvm = graalvm17-ce;
|
||||
graalvmDrv = graalvm17-ce;
|
||||
extraNativeImageBuildArgs = [
|
||||
"--enable-url-protocols=http,https"
|
||||
"--install-exit-handlers"
|
||||
|
|
Loading…
Reference in a new issue