Merge pull request #221475 from wegank/asls-drop

asls: drop

authored by

Weijia Wang and committed by
GitHub
520e52af b6b51871

+1 -27
-25
pkgs/development/tools/misc/asls/default.nix
··· 1 - { lib, stdenv 2 - , fetchurl 3 - , erlangR22 4 - }: 5 - 6 - stdenv.mkDerivation rec { 7 - pname = "asls"; 8 - version = "0.5.1"; 9 - 10 - src = fetchurl { 11 - url = "https://github.com/saulecabrera/asls/releases/download/v${version}/bin.tar.gz"; 12 - sha256 = "05kp44p4q4sdykfw0b4k9j3qdp0qvwgjbs48ncmnd0ass0xrmi3s"; 13 - }; 14 - 15 - nativeBuildInputs = [ erlangR22 ]; 16 - installPhase = "install -Dm755 -t $out/bin asls"; 17 - 18 - meta = with lib; { 19 - description = "AssemblyScript Language Server"; 20 - homepage = "https://github.com/saulecabrera/asls"; 21 - license = licenses.mit; 22 - platforms = platforms.unix; 23 - maintainers = with maintainers; [ saulecabrera ]; 24 - }; 25 - }
+1
pkgs/top-level/aliases.nix
··· 91 91 arduino_core = throw "'arduino_core' has been renamed to/replaced by 'arduino-core'"; # Converted to throw 2022-02-22 92 92 arora = throw "arora has been removed"; # Added 2020-09-09 93 93 asciidocFull = throw "'asciidocFull' has been renamed to/replaced by 'asciidoc-full'"; # Converted to throw 2022-02-22 94 + asls = throw "asls has been removed: abandoned by upstream"; # Added 2023-03-16 94 95 asterisk_13 = throw "asterisk_13: Asterisk 13 is end of life and has been removed"; # Added 2022-04-06 95 96 asterisk_15 = throw "asterisk_15: Asterisk 15 is end of life and has been removed"; # Added 2020-10-07 96 97 asterisk_17 = throw "asterisk_17: Asterisk 17 is end of life and has been removed"; # Added 2022-04-06
-2
pkgs/top-level/all-packages.nix
··· 2789 2789 2790 2790 ashpd-demo = callPackage ../development/tools/ashpd-demo { }; 2791 2791 2792 - asls = callPackage ../development/tools/misc/asls { }; 2793 - 2794 2792 astc-encoder = callPackage ../tools/graphics/astc-encoder { }; 2795 2793 2796 2794 asymptote = callPackage ../tools/graphics/asymptote {