Merge pull request #175723 from aaronjheng/manul

manul: remove

authored by Jörg Thalheim and committed by GitHub 7221cae5 693d5359

+1 -104
-27
pkgs/development/tools/manul/default.nix
··· 1 - { lib, buildGoPackage, fetchFromGitHub }: 2 - 3 - buildGoPackage { 4 - pname = "manul"; 5 - version = "unstable-2016-09-30"; 6 - 7 - goPackagePath = "github.com/kovetskiy/manul"; 8 - excludedPackages = "tests"; 9 - 10 - src = fetchFromGitHub { 11 - owner = "kovetskiy"; 12 - repo = "manul"; 13 - rev = "7bddb5404b9ecc66fd28075bb899c2d6dc7a1c51"; 14 - sha256 = "06kglxdgj1dfpc9bdnvhsh8z0c1pdbmwmfx4km01wpppzk06dnvm"; 15 - }; 16 - 17 - deleteVendor = true; 18 - goDeps = ./deps.nix; 19 - 20 - meta = with lib; { 21 - description = "The madness vendoring utility for Golang programs"; 22 - homepage = "https://github.com/kovetskiy/manul"; 23 - license = licenses.mit; 24 - platforms = platforms.unix; 25 - maintainers = [ maintainers.mic92 ]; 26 - }; 27 - }
-75
pkgs/development/tools/manul/deps.nix
··· 1 - # This file was generated by go2nix. 2 - [ 3 - { 4 - goPackagePath = "github.com/PuerkitoBio/goquery"; 5 - fetch = { 6 - type = "git"; 7 - url = "https://github.com/PuerkitoBio/goquery"; 8 - rev = "3cb3b8656883c2cc3deb9c643d93ea6e5157e425"; 9 - sha256 = "0qhyssjwv98jncsiph95iz77sygkismvpprsalqi3xm3k50xi6r7"; 10 - }; 11 - } 12 - { 13 - goPackagePath = "github.com/andybalholm/cascadia"; 14 - fetch = { 15 - type = "git"; 16 - url = "https://github.com/andybalholm/cascadia"; 17 - rev = "349dd0209470eabd9514242c688c403c0926d266"; 18 - sha256 = "12ikz849vkdb3dsdn6mdpkihvm0hbmkplyi0qdcm7s4ib4n003b1"; 19 - }; 20 - } 21 - { 22 - goPackagePath = "github.com/kovetskiy/godocs"; 23 - fetch = { 24 - type = "git"; 25 - url = "https://github.com/kovetskiy/godocs"; 26 - rev = "2d9428f80f3442e07f67daf7ba378cd0ff6cfe24"; 27 - sha256 = "128dlvxqk31crzl9p3ps0nir724cjzxv4lxpgdvsir0wvfp8f83j"; 28 - }; 29 - } 30 - { 31 - goPackagePath = "github.com/reconquest/executil-go"; 32 - fetch = { 33 - type = "git"; 34 - url = "https://github.com/reconquest/executil-go"; 35 - rev = "e72bce509b1a5e89ab21f29c92830d4304620765"; 36 - sha256 = "06z05hl4bym5agv0h1vgksj0mx0l4987ganwqcfb153w7pclvan3"; 37 - }; 38 - } 39 - { 40 - goPackagePath = "github.com/reconquest/hierr-go"; 41 - fetch = { 42 - type = "git"; 43 - url = "https://github.com/reconquest/hierr-go"; 44 - rev = "bbf802f3f943e7b6a364a485ccf90807f3bfcc0e"; 45 - sha256 = "1v3fssw881vcawc2abvp8abwb7705yzxrb0khbzmn8qvdpqwh7hl"; 46 - }; 47 - } 48 - { 49 - goPackagePath = "github.com/reconquest/ser-go"; 50 - fetch = { 51 - type = "git"; 52 - url = "https://github.com/reconquest/ser-go"; 53 - rev = "47f084a1e4a5433ac3d6ab6cfe8c1e30028a4d76"; 54 - sha256 = "1hgafiqc3mlazs2zg4rqjm4sasy2gjrjl64cy8mmlg5cayvbj4hq"; 55 - }; 56 - } 57 - { 58 - goPackagePath = "golang.org/x/crypto"; 59 - fetch = { 60 - type = "git"; 61 - url = "https://go.googlesource.com/crypto"; 62 - rev = "c197bcf24cde29d3f73c7b4ac6fd41f4384e8af6"; 63 - sha256 = "1y2bbghi594m8p4pcm9pwrzql06179xj6zvhaghwcc6y0l48rbgp"; 64 - }; 65 - } 66 - { 67 - goPackagePath = "golang.org/x/net"; 68 - fetch = { 69 - type = "git"; 70 - url = "https://go.googlesource.com/net"; 71 - rev = "6acef71eb69611914f7a30939ea9f6e194c78172"; 72 - sha256 = "1fcsv50sbq0lpzrhx3m9jw51wa255fsbqjwsx9iszq4d0gysnnvc"; 73 - }; 74 - } 75 - ]
+1
pkgs/top-level/aliases.nix
··· 833 833 mail-notification = throw "mail-notification has been removed from nixpkgs, as it's unmaintained and has dependencies on old gnome libraries we want to remove"; # Added 2021-08-21 834 834 mailpile = throw "mailpile was removed from nixpkgs, as it is stuck on python2"; # Added 2022-01-12 835 835 man_db = throw "'man_db' has been renamed to/replaced by 'man-db'"; # Converted to throw 2022-02-22 836 + manul = throw "manul has been dropped due to the lack of maintenance from upstream since 2018"; # Added 2022-06-01 836 837 manpages = throw "'manpages' has been renamed to/replaced by 'man-pages'"; # Converted to throw 2022-02-22 837 838 marathon = throw "marathon has been removed from nixpkgs, as it's unmaintained"; # Added 2020-08-15 838 839 mariadb-client = hiPrio mariadb.client; #added 2019.07.28
-2
pkgs/top-level/all-packages.nix
··· 26864 26864 26865 26865 manuskript = libsForQt5.callPackage ../applications/editors/manuskript { }; 26866 26866 26867 - manul = callPackage ../development/tools/manul { }; 26868 - 26869 26867 mindforger = libsForQt5.callPackage ../applications/editors/mindforger { }; 26870 26868 26871 26869 mi2ly = callPackage ../applications/audio/mi2ly {};