Loading pkgs/development/tools/repository-managers/nexus/nexus-bin.patch→pkgs/by-name/ne/nexus/nexus-bin.patch +0 −0 File moved. View file pkgs/development/tools/repository-managers/nexus/nexus-vm-opts.patch→pkgs/by-name/ne/nexus/nexus-vm-opts.patch +0 −0 File moved. View file pkgs/development/tools/repository-managers/nexus/default.nix→pkgs/by-name/ne/nexus/package.nix +27 −12 Original line number Diff line number Diff line { lib, stdenv, fetchurl, makeWrapper, jre_headless, gawk }: { lib, stdenv, fetchurl, makeWrapper, jre_headless, gawk, }: stdenv.mkDerivation rec { pname = "nexus"; version = "3.68.1-02"; version = "3.69.0-02"; src = fetchurl { url = "https://download.sonatype.com/nexus/3/nexus-${version}-unix.tar.gz"; hash = "sha256-VHS4KDFgU3djteDzDAe43TZIwRG/8bb7u3usoOCJS5M="; hash = "sha256-7sgLPuM93mFEPlTd3qJY+FGVHErvgcTGJWwSBcqBgWI="; }; preferLocalBuild = true; Loading @@ -15,13 +22,16 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ makeWrapper ]; patches = [ ./nexus-bin.patch ./nexus-vm-opts.patch ]; patches = [ ./nexus-bin.patch ./nexus-vm-opts.patch ]; postPatch = '' substituteInPlace bin/nexus.vmoptions \ --replace ../sonatype-work /var/lib/sonatype-work \ --replace etc/karaf $out/etc/karaf \ --replace =. =$out --replace-fail ../sonatype-work /var/lib/sonatype-work \ --replace-fail etc/karaf $out/etc/karaf \ --replace-fail =. =$out ''; installPhase = '' Loading @@ -39,12 +49,17 @@ stdenv.mkDerivation rec { runHook postInstall ''; meta = with lib; { meta = { description = "Repository manager for binary software components"; homepage = "https://www.sonatype.com/products/sonatype-nexus-oss"; sourceProvenance = with sourceTypes; [ binaryBytecode ]; license = licenses.epl10; platforms = platforms.all; maintainers = with maintainers; [ aespinosa ironpinguin zaninime ]; sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; license = lib.licenses.epl10; platforms = lib.platforms.all; maintainers = with lib.maintainers; [ aespinosa ironpinguin luftmensch-luftmensch zaninime ]; }; } pkgs/top-level/all-packages.nix +0 −4 Original line number Diff line number Diff line Loading @@ -19006,10 +19006,6 @@ with pkgs; nix-build-uncached = callPackage ../development/tools/misc/nix-build-uncached { }; nexus = callPackage ../development/tools/repository-managers/nexus { jre_headless = jre8_headless; }; nexusmods-app-unfree = callPackage ../by-name/ne/nexusmods-app/package.nix { enableUnfree = true; }; Loading
pkgs/development/tools/repository-managers/nexus/nexus-bin.patch→pkgs/by-name/ne/nexus/nexus-bin.patch +0 −0 File moved. View file
pkgs/development/tools/repository-managers/nexus/nexus-vm-opts.patch→pkgs/by-name/ne/nexus/nexus-vm-opts.patch +0 −0 File moved. View file
pkgs/development/tools/repository-managers/nexus/default.nix→pkgs/by-name/ne/nexus/package.nix +27 −12 Original line number Diff line number Diff line { lib, stdenv, fetchurl, makeWrapper, jre_headless, gawk }: { lib, stdenv, fetchurl, makeWrapper, jre_headless, gawk, }: stdenv.mkDerivation rec { pname = "nexus"; version = "3.68.1-02"; version = "3.69.0-02"; src = fetchurl { url = "https://download.sonatype.com/nexus/3/nexus-${version}-unix.tar.gz"; hash = "sha256-VHS4KDFgU3djteDzDAe43TZIwRG/8bb7u3usoOCJS5M="; hash = "sha256-7sgLPuM93mFEPlTd3qJY+FGVHErvgcTGJWwSBcqBgWI="; }; preferLocalBuild = true; Loading @@ -15,13 +22,16 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ makeWrapper ]; patches = [ ./nexus-bin.patch ./nexus-vm-opts.patch ]; patches = [ ./nexus-bin.patch ./nexus-vm-opts.patch ]; postPatch = '' substituteInPlace bin/nexus.vmoptions \ --replace ../sonatype-work /var/lib/sonatype-work \ --replace etc/karaf $out/etc/karaf \ --replace =. =$out --replace-fail ../sonatype-work /var/lib/sonatype-work \ --replace-fail etc/karaf $out/etc/karaf \ --replace-fail =. =$out ''; installPhase = '' Loading @@ -39,12 +49,17 @@ stdenv.mkDerivation rec { runHook postInstall ''; meta = with lib; { meta = { description = "Repository manager for binary software components"; homepage = "https://www.sonatype.com/products/sonatype-nexus-oss"; sourceProvenance = with sourceTypes; [ binaryBytecode ]; license = licenses.epl10; platforms = platforms.all; maintainers = with maintainers; [ aespinosa ironpinguin zaninime ]; sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; license = lib.licenses.epl10; platforms = lib.platforms.all; maintainers = with lib.maintainers; [ aespinosa ironpinguin luftmensch-luftmensch zaninime ]; }; }
pkgs/top-level/all-packages.nix +0 −4 Original line number Diff line number Diff line Loading @@ -19006,10 +19006,6 @@ with pkgs; nix-build-uncached = callPackage ../development/tools/misc/nix-build-uncached { }; nexus = callPackage ../development/tools/repository-managers/nexus { jre_headless = jre8_headless; }; nexusmods-app-unfree = callPackage ../by-name/ne/nexusmods-app/package.nix { enableUnfree = true; };