···32 # Checking requires a working display
33 doCheck = false;
3400000035 meta = with lib; {
36 description = "Matrix client written in Go using GTK4";
37 homepage = "https://github.com/diamondburned/gotktrix";
···32 # Checking requires a working display
33 doCheck = false;
3435+ postInstall = ''
36+ echo 'X-Purism-FormFactor=Workstation;Mobile;' >> .nix/com.github.diamondburned.gotktrix.desktop
37+ install -Dm444 .nix/com.github.diamondburned.gotktrix.desktop -t $out/share/applications/
38+ install -Dm444 .github/logo-256.png -T $out/share/icons/hicolor/256x256/apps/gotktrix.png
39+ '';
40+41 meta = with lib; {
42 description = "Matrix client written in Go using GTK4";
43 homepage = "https://github.com/diamondburned/gotktrix";
···1516buildPythonPackage rec {
17 pname = "xhtml2pdf";
18- version = "0.2.7";
19 format = "setuptools";
2021 disabled = pythonOlder "3.7";
···25 owner = pname;
26 repo = pname;
27 # Currently it is not possible to fetch from version as there is a branch with the same name
28- rev = "afa72cdbbdaf7d459261c1605263101ffcd999af";
29- sha256 = "sha256-plyIM7Ohnp5UBWz/UDTJa1UeWK9yckSZR16wxmLrpnc=";
30 };
3132 propagatedBuildInputs = [
···1516buildPythonPackage rec {
17 pname = "xhtml2pdf";
18+ version = "0.2.8";
19 format = "setuptools";
2021 disabled = pythonOlder "3.7";
···25 owner = pname;
26 repo = pname;
27 # Currently it is not possible to fetch from version as there is a branch with the same name
28+ rev = "refs/tags/v${version}";
29+ sha256 = "sha256-zWzg/r18wjzxWyD5QJ7l4pY+4bJTvHjrD11FRuuy8H8=";
30 };
3132 propagatedBuildInputs = [
···209 meta = with lib; {
210 description = "CUPS Linux drivers for Canon printers";
211 homepage = "http://www.canon.com/";
0212 license = licenses.unfree;
213 maintainers = with maintainers; [
214 # please consider maintaining if you are updating this package
···209 meta = with lib; {
210 description = "CUPS Linux drivers for Canon printers";
211 homepage = "http://www.canon.com/";
212+ sourceProvenance = with sourceTypes; [ binaryNativeCode ];
213 license = licenses.unfree;
214 maintainers = with maintainers; [
215 # please consider maintaining if you are updating this package
···23let
4 # having the full version string here makes it easier to update
5- modDirVersion = "5.18.1-zen1";
6 parts = lib.splitString "-" modDirVersion;
7 version = lib.elemAt parts 0;
8 suffix = lib.elemAt parts 1;
···20 owner = "zen-kernel";
21 repo = "zen-kernel";
22 inherit rev;
23- sha256 = "sha256-LCLfLE85NifuskYl2dxLOJEsUNHLegF8ecYyU4xOCtY=";
24 };
2526 structuredExtraConfig = with lib.kernel; {
···23let
4 # having the full version string here makes it easier to update
5+ modDirVersion = "5.18.5-zen1";
6 parts = lib.splitString "-" modDirVersion;
7 version = lib.elemAt parts 0;
8 suffix = lib.elemAt parts 1;
···20 owner = "zen-kernel";
21 repo = "zen-kernel";
22 inherit rev;
23+ sha256 = "sha256-q6a8Wyzs6GNQ39mV+q/9N6yo/kXS9ZH+QTfGka42gk4=";
24 };
2526 structuredExtraConfig = with lib.kernel; {
···1-{ stdenv, lib, buildGoPackage, fetchFromGitHub }:
2-3-buildGoPackage rec {
4- pname = "awless";
5- version = "0.1.11";
6-7- goPackagePath = "github.com/wallix/awless";
8-9- src = fetchFromGitHub {
10- owner = "wallix";
11- repo = "awless";
12- rev = "v${version}";
13- sha256 = "187i21yrm10r3f5naj3jl0rmydr5dkhmdhxs90hhf8hjp59a89kg";
14- };
15-16- meta = with lib; {
17- homepage = "https://github.com/wallix/awless/";
18- description = "A Mighty CLI for AWS";
19- platforms = with platforms; linux ++ darwin;
20- license = licenses.asl20;
21- maintainers = with maintainers; [ pradeepchhetri swdunlop ];
22- # asm: InitTextSym double init for "".Syscall
23- # panic: invalid use of LSym - NewFuncInfo with Extra of type *obj.FuncInfo
24- broken = (stdenv.isLinux && stdenv.isAarch64);
25- };
26-}
···00000000000000000000000000
+2
pkgs/top-level/aliases.nix
···60 ag = throw "'ag' has been renamed to/replaced by 'silver-searcher'"; # Converted to throw 2022-02-22
61 aircrackng = throw "'aircrackng' has been renamed to/replaced by 'aircrack-ng'"; # Converted to throw 2022-02-22
62 airtame = throw "airtame has been removed due to being unmaintained"; # Added 2022-01-19
063 aleth = throw "aleth (previously packaged as cpp_ethereum) has been removed; abandoned upstream"; # Added 2020-11-30
64 alsaLib = alsa-lib; # Added 2021-06-09
65 alsaOss = alsa-oss; # Added 2021-06-10
···94 avldrums-lv2 = x42-avldrums; # Added 2020-03-29
95 avxsynth = throw "avxsynth was removed because it was broken"; # Added 2021-05-18
96 awesome-4-0 = awesome; # Added 2022-05-05
097 aws-okta = throw "aws-okta is on indefinite hiatus. See https://github.com/segmentio/aws-okta/issues/278"; # Added 2022-04-05;
98 axoloti = throw "axoloti has been removed: abandoned by upstream"; # Added 2022-05-13
99 azure-vhd-utils = throw "azure-vhd-utils has been dropped due to the lack of maintenance from upstream since 2018"; # Added 2022-06-03
···60 ag = throw "'ag' has been renamed to/replaced by 'silver-searcher'"; # Converted to throw 2022-02-22
61 aircrackng = throw "'aircrackng' has been renamed to/replaced by 'aircrack-ng'"; # Converted to throw 2022-02-22
62 airtame = throw "airtame has been removed due to being unmaintained"; # Added 2022-01-19
63+ alarm-clock-applet = throw "'alarm-clock-applet' has been abandoned upstream and depends on deprecated GNOME2/GTK2"; # Added 2022-06-16
64 aleth = throw "aleth (previously packaged as cpp_ethereum) has been removed; abandoned upstream"; # Added 2020-11-30
65 alsaLib = alsa-lib; # Added 2021-06-09
66 alsaOss = alsa-oss; # Added 2021-06-10
···95 avldrums-lv2 = x42-avldrums; # Added 2020-03-29
96 avxsynth = throw "avxsynth was removed because it was broken"; # Added 2021-05-18
97 awesome-4-0 = awesome; # Added 2022-05-05
98+ awless = throw "awless has been dropped due to the lack of maintenance from upstream since 2018"; # Added 2022-05-30
99 aws-okta = throw "aws-okta is on indefinite hiatus. See https://github.com/segmentio/aws-okta/issues/278"; # Added 2022-04-05;
100 axoloti = throw "axoloti has been removed: abandoned by upstream"; # Added 2022-05-13
101 azure-vhd-utils = throw "azure-vhd-utils has been dropped due to the lack of maintenance from upstream since 2018"; # Added 2022-06-03