···1+{ autoPatchelfHook
02, dpkg
3, fetchurl
4, makeDesktopItem
···7, stdenv
8, lib
9, wrapGAppsHook
10+, alsa-lib
11+, nss
12+, nspr
13+, systemd
14+, xorg
15}:
16let
17 desktopItem = makeDesktopItem {
···43 dontPatchELF = true;
44 dontWrapGApps = true;
4546+ # TODO: migrate off autoPatchelfHook and use nixpkgs' electron
47 nativeBuildInputs = [
48 autoPatchelfHook
49 dpkg
···51 wrapGAppsHook
52 ];
5354+ buildInputs = [
55+ alsa-lib
56+ nss
57+ nspr
58+ xorg.libXScrnSaver
59+ xorg.libXtst
60+ systemd
61+ ];
6263 unpackPhase = ''
64 # The deb file contains a setuid binary, so 'dpkg -x' doesn't work here
+4
pkgs/top-level/aliases.nix
···109 asterisk_19 = throw "asterisk_19: Asterisk 19 is end of life and has been removed"; # Added 2023-04-19
110 at_spi2_atk = throw "'at_spi2_atk' has been renamed to/replaced by 'at-spi2-atk'"; # Converted to throw 2022-02-22
111 at_spi2_core = throw "'at_spi2_core' has been renamed to/replaced by 'at-spi2-core'"; # Converted to throw 2022-02-22
0000112 aucdtect = throw "aucdtect: Upstream no longer provides download urls"; # Added 2020-12-26
113 audacity-gtk2 = throw "'audacity-gtk2' has been removed to/replaced by 'audacity'"; # Added 2022-10-09
114 audacity-gtk3 = throw "'audacity-gtk3' has been removed to/replaced by 'audacity'"; # Added 2022-10-09
···109 asterisk_19 = throw "asterisk_19: Asterisk 19 is end of life and has been removed"; # Added 2023-04-19
110 at_spi2_atk = throw "'at_spi2_atk' has been renamed to/replaced by 'at-spi2-atk'"; # Converted to throw 2022-02-22
111 at_spi2_core = throw "'at_spi2_core' has been renamed to/replaced by 'at-spi2-core'"; # Converted to throw 2022-02-22
112+ atom = throw "'atom' has been removed because discontinued and deprecated. Consider using 'pulsar', a maintained fork"; # Added 2023-10-01
113+ atom-beta = throw "'atom-beta' has been removed because discontinued and deprecated. Consider using 'pulsar', a maintained fork"; # Added 2023-10-01
114+ atomEnv = throw "'atomEnv' has been removed because 'atom' is discontinued and deprecated. Consider using 'pulsar', a maintained fork"; # Added 2023-10-01
115+ atomPackages = throw "'atomPackages' has been removed because 'atom' is discontinued and deprecated. Consider using 'pulsar', a maintained fork"; # Added 2023-10-01
116 aucdtect = throw "aucdtect: Upstream no longer provides download urls"; # Added 2020-12-26
117 audacity-gtk2 = throw "'audacity-gtk2' has been removed to/replaced by 'audacity'"; # Added 2022-10-09
118 audacity-gtk3 = throw "'audacity-gtk3' has been removed to/replaced by 'audacity'"; # Added 2022-10-09