Loading pkgs/development/libraries/editline/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,8 @@ stdenv.mkDerivation rec { }) ]; configureFlags = [ (lib.enableFeature true "sigstop") ]; nativeBuildInputs = [ autoreconfHook ]; outputs = [ "out" "dev" "man" "doc" ]; Loading pkgs/shells/jush/default.nixdeleted 100644 → 0 +0 −29 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, editline }: stdenv.mkDerivation rec { pname = "jush"; version = "0.1"; src = fetchFromGitHub { owner = "troglobit"; repo = pname; rev = "v${version}"; sha256 = "1azvghrh31gawd798a254ml4id642qvbva64zzg30pjszh1087n8"; }; strictDeps = true; nativeBuildInputs = [ autoreconfHook pkg-config ]; buildInputs = [ editline ]; passthru.shellPath = "/bin/jush"; meta = with lib; { description = "just a useless shell"; mainProgram = "jush"; homepage = "https://github.com/troglobit/jush"; license = licenses.isc; platforms = platforms.all; maintainers = with maintainers; [ dtzWill ]; }; } pkgs/top-level/aliases.nix +2 −0 Original line number Diff line number Diff line Loading @@ -590,6 +590,8 @@ mapAliases ({ julia_18 = throw "'julia_18' has been removed from nixpkgs as it has reached end of life"; # Added 2024-01-11 julia_18-bin = throw "'julia_18-bin' has been removed from nixpkgs as it has reached end of life"; # Added 2024-01-11 jush = throw "jush has been removed from nixpkgs because it is unmaintained"; # Added 2024-05-28 ### K ### k3s_1_24 = throw "'k3s_1_24' has been removed from nixpkgs as it has reached end of life"; # Added 2024-03-14 Loading pkgs/top-level/all-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -15035,8 +15035,6 @@ with pkgs; ion = callPackage ../shells/ion { }; jush = callPackage ../shells/jush { }; ksh = callPackage ../shells/ksh { }; liquidprompt = callPackage ../shells/liquidprompt { }; Loading
pkgs/development/libraries/editline/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,8 @@ stdenv.mkDerivation rec { }) ]; configureFlags = [ (lib.enableFeature true "sigstop") ]; nativeBuildInputs = [ autoreconfHook ]; outputs = [ "out" "dev" "man" "doc" ]; Loading
pkgs/shells/jush/default.nixdeleted 100644 → 0 +0 −29 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, editline }: stdenv.mkDerivation rec { pname = "jush"; version = "0.1"; src = fetchFromGitHub { owner = "troglobit"; repo = pname; rev = "v${version}"; sha256 = "1azvghrh31gawd798a254ml4id642qvbva64zzg30pjszh1087n8"; }; strictDeps = true; nativeBuildInputs = [ autoreconfHook pkg-config ]; buildInputs = [ editline ]; passthru.shellPath = "/bin/jush"; meta = with lib; { description = "just a useless shell"; mainProgram = "jush"; homepage = "https://github.com/troglobit/jush"; license = licenses.isc; platforms = platforms.all; maintainers = with maintainers; [ dtzWill ]; }; }
pkgs/top-level/aliases.nix +2 −0 Original line number Diff line number Diff line Loading @@ -590,6 +590,8 @@ mapAliases ({ julia_18 = throw "'julia_18' has been removed from nixpkgs as it has reached end of life"; # Added 2024-01-11 julia_18-bin = throw "'julia_18-bin' has been removed from nixpkgs as it has reached end of life"; # Added 2024-01-11 jush = throw "jush has been removed from nixpkgs because it is unmaintained"; # Added 2024-05-28 ### K ### k3s_1_24 = throw "'k3s_1_24' has been removed from nixpkgs as it has reached end of life"; # Added 2024-03-14 Loading
pkgs/top-level/all-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -15035,8 +15035,6 @@ with pkgs; ion = callPackage ../shells/ion { }; jush = callPackage ../shells/jush { }; ksh = callPackage ../shells/ksh { }; liquidprompt = callPackage ../shells/liquidprompt { };