From 8f3d0a430319e6f73b946eea5c8b76f7e5fa0eb2 Mon Sep 17 00:00:00 2001 From: nicoo Date: Sat, 12 Apr 2025 16:42:51 +0000 Subject: [PATCH] ix: remove (#397949) --- pkgs/by-name/ix/ix/package.nix | 43 ---------------------------------- pkgs/top-level/aliases.nix | 1 + 2 files changed, 1 insertion(+), 43 deletions(-) delete mode 100644 pkgs/by-name/ix/ix/package.nix diff --git a/pkgs/by-name/ix/ix/package.nix b/pkgs/by-name/ix/ix/package.nix deleted file mode 100644 index 93e4c68e7951..000000000000 --- a/pkgs/by-name/ix/ix/package.nix +++ /dev/null @@ -1,43 +0,0 @@ -{ - lib, - resholve, - fetchurl, - bash, - curl, -}: - -resholve.mkDerivation { - pname = "ix"; - version = "20190815"; - - src = fetchurl { - url = "http://ix.io/client"; - hash = "sha256-p/j/Nz7tzLJV7HgUwVsiwN1WxCx4Por+HyRgFTTRgnU="; - }; - - dontUnpack = true; - - installPhase = '' - runHook preInstall - - install -Dm555 $src $out/bin/ix - substituteInPlace $out/bin/ix \ - --replace '$echo ' "" - - runHook postInstall - ''; - - solutions.default = { - scripts = [ "bin/ix" ]; - interpreter = "${lib.getExe bash}"; - inputs = [ curl ]; - }; - - meta = with lib; { - homepage = "http://ix.io"; - description = "Command line pastebin"; - maintainers = with maintainers; [ peterhoeg ]; - platforms = platforms.all; - mainProgram = "ix"; - }; -} diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 80fa352d79b5..9431bcde6fd1 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -835,6 +835,7 @@ mapAliases { isl_0_17 = throw "isl_0_17 has been removed from Nixpkgs, as it is unmaintained and obsolete"; # Added 2024-11-20 iso-flags-png-320x420 = lib.warnOnInstantiate "iso-flags-png-320x420 has been renamed to iso-flags-png-320x240" iso-flags-png-320x240; # Added 2024-07-17 itktcl = tclPackages.itktcl; # Added 2024-10-02 + ix = throw "ix has been removed from Nixpkgs, as the ix.io pastebin has been offline since Dec. 2023"; # Added 2025-04-11 ### J ###