Loading pkgs/by-name/wg/wget2/package.nix +8 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ xz, zlib, zstd, versionCheckHook, }: stdenv.mkDerivation rec { Loading Loading @@ -97,6 +98,13 @@ stdenv.mkDerivation rec { (lib.withFeatureAs sslSupport "ssl" "openssl") ]; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; versionCheckProgram = "${placeholder "out"}/bin/${meta.mainProgram}"; versionCheckProgramArg = "--version"; meta = with lib; { description = "Successor of GNU Wget, a file and recursive website downloader"; longDescription = '' Loading Loading
pkgs/by-name/wg/wget2/package.nix +8 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ xz, zlib, zstd, versionCheckHook, }: stdenv.mkDerivation rec { Loading Loading @@ -97,6 +98,13 @@ stdenv.mkDerivation rec { (lib.withFeatureAs sslSupport "ssl" "openssl") ]; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; versionCheckProgram = "${placeholder "out"}/bin/${meta.mainProgram}"; versionCheckProgramArg = "--version"; meta = with lib; { description = "Successor of GNU Wget, a file and recursive website downloader"; longDescription = '' Loading