mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
zulu: Add home
This commit is contained in:
parent
2f367e0af7
commit
4ec8ee52e6
2 changed files with 5 additions and 0 deletions
|
@ -56,6 +56,10 @@ in stdenv.mkDerivation rec {
|
|||
|
||||
rpath = stdenv.lib.strings.makeLibraryPath libraries;
|
||||
|
||||
passthru = {
|
||||
home = "${zulu}";
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://www.azul.com/products/zulu/;
|
||||
license = licenses.gpl2;
|
||||
|
|
1
target/.history
Normal file
1
target/.history
Normal file
|
@ -0,0 +1 @@
|
|||
exit
|
Loading…
Reference in a new issue