2018-06-10 22:20:02 +01:00
|
|
|
|
lib: self: super:
|
2016-03-18 19:35:10 +00:00
|
|
|
|
|
|
|
|
|
with self;
|
|
|
|
|
|
2016-03-20 14:50:27 +00:00
|
|
|
|
let
|
2016-03-20 20:03:18 +00:00
|
|
|
|
# Removing recurseForDerivation prevents derivations of aliased attribute
|
2016-03-20 14:50:27 +00:00
|
|
|
|
# set to appear while listing all the packages available.
|
2017-05-27 18:44:00 +01:00
|
|
|
|
removeRecurseForDerivations = alias: with lib;
|
2016-03-20 14:50:27 +00:00
|
|
|
|
if alias.recurseForDerivations or false then
|
|
|
|
|
removeAttrs alias ["recurseForDerivations"]
|
|
|
|
|
else alias;
|
|
|
|
|
|
2017-05-27 18:44:00 +01:00
|
|
|
|
# Disabling distribution prevents top-level aliases for non-recursed package
|
|
|
|
|
# sets from building on Hydra.
|
|
|
|
|
removeDistribute = alias: with lib;
|
|
|
|
|
if isDerivation alias then
|
|
|
|
|
dontDistribute alias
|
|
|
|
|
else alias;
|
|
|
|
|
|
2018-04-29 23:44:18 +01:00
|
|
|
|
# Make sure that we are not shadowing something from
|
|
|
|
|
# all-packages.nix.
|
2018-06-10 22:20:02 +01:00
|
|
|
|
checkInPkgs = n: alias: if builtins.hasAttr n super
|
2018-04-29 23:44:18 +01:00
|
|
|
|
then throw "Alias ${n} is still in all-packages.nix"
|
|
|
|
|
else alias;
|
|
|
|
|
|
2017-05-27 18:44:00 +01:00
|
|
|
|
mapAliases = aliases:
|
2018-04-29 23:44:18 +01:00
|
|
|
|
lib.mapAttrs (n: alias: removeDistribute
|
|
|
|
|
(removeRecurseForDerivations
|
|
|
|
|
(checkInPkgs n alias)))
|
|
|
|
|
aliases;
|
2016-03-20 14:50:27 +00:00
|
|
|
|
in
|
|
|
|
|
|
2016-03-18 19:35:10 +00:00
|
|
|
|
### Deprecated aliases - for backward compatibility
|
|
|
|
|
|
2018-06-10 22:20:02 +01:00
|
|
|
|
mapAliases ({
|
2018-04-26 01:55:18 +01:00
|
|
|
|
PPSSPP = ppsspp; # added 2017-10-01
|
|
|
|
|
QmidiNet = qmidinet; # added 2016-05-22
|
2018-01-15 11:10:23 +00:00
|
|
|
|
accounts-qt = libsForQt5.accounts-qt; # added 2015-12-19
|
2017-10-01 09:33:02 +01:00
|
|
|
|
adobeReader = adobe-reader; # added 2013-11-04
|
2018-06-02 09:44:24 +01:00
|
|
|
|
adobe_flex_sdk = apache-flex-sdk; # added 2018-06-01
|
2018-04-26 01:55:18 +01:00
|
|
|
|
ag = silver-searcher; # added 2018-04-25
|
2016-03-18 19:35:10 +00:00
|
|
|
|
aircrackng = aircrack-ng; # added 2016-01-14
|
2019-12-08 22:11:01 +00:00
|
|
|
|
alienfx = throw "alienfx has been removed."; # added 2019-12-08
|
2020-11-30 03:13:01 +00:00
|
|
|
|
aleth = throw "aleth (previously packaged as cpp_ethereum) has been removed; abandoned upstream."; # added 2020-11-30
|
2020-10-30 15:07:23 +00:00
|
|
|
|
amazon-glacier-cmd-interface = throw "amazon-glacier-cmd-interface has been removed due to it being unmaintained."; # added 2020-10-30
|
2017-05-02 13:56:20 +01:00
|
|
|
|
ammonite-repl = ammonite; # added 2017-05-02
|
2020-12-09 19:35:07 +00:00
|
|
|
|
amsn = throw "amsn has been removed due to being unmaintained."; # added 2020-12-09
|
2020-06-29 17:17:24 +01:00
|
|
|
|
antimicro = throw "antimicro has been removed as it was broken, see antimicroX instead."; # added 2020-08-06
|
2020-12-03 10:00:03 +00:00
|
|
|
|
apacheKafka_0_9 = throw "kafka 0.9 is no longer supported. Please upgrade to a newer version."; # added 2020-12-21
|
|
|
|
|
apacheKafka_0_10 = throw "kafka 0.10 is no longer supported. Please upgrade to a newer version."; # added 2020-12-21
|
|
|
|
|
apacheKafka_0_11 = throw "kafka 0.11 is no longer supported. Please upgrade to a newer version."; # added 2020-12-21
|
|
|
|
|
apacheKafka_1_0 = throw "kafka 1.0 is no longer supported. Please upgrade to a newer version."; # added 2020-12-21
|
|
|
|
|
apacheKafka_1_1 = throw "kafka 1.1 is no longer supported. Please upgrade to a newer version."; # added 2020-12-21
|
|
|
|
|
apacheKafka_2_0 = throw "kafka 2.0 is no longer supported. Please upgrade to a newer version."; # added 2020-12-21
|
|
|
|
|
apacheKafka_2_1 = throw "kafka 2.1 is no longer supported. Please upgrade to a newer version."; # added 2020-12-21
|
|
|
|
|
apacheKafka_2_2 = throw "kafka 2.2 is no longer supported. Please upgrade to a newer version."; # added 2020-12-21
|
|
|
|
|
apacheKafka_2_3 = throw "kafka 2.3 is no longer supported. Please upgrade to a newer version."; # added 2020-12-21
|
2016-03-18 19:35:10 +00:00
|
|
|
|
arduino_core = arduino-core; # added 2015-02-04
|
2020-09-09 07:51:37 +01:00
|
|
|
|
arora = throw "arora has been removed."; # added 2020-09-09
|
2016-03-18 19:35:10 +00:00
|
|
|
|
asciidocFull = asciidoc-full; # added 2014-06-22
|
2020-10-20 11:31:57 +01:00
|
|
|
|
asterisk_15 = throw "asterisk_15: Asterisk 15 is end of life and has been removed."; # added 2020-10-07
|
2018-02-25 02:23:58 +00:00
|
|
|
|
at_spi2_atk = at-spi2-atk; # added 2018-02-25
|
|
|
|
|
at_spi2_core = at-spi2-core; # added 2018-02-25
|
2020-03-29 11:22:55 +01:00
|
|
|
|
avldrums-lv2 = x42-avldrums; # added 2020-03-29
|
2016-03-18 19:35:10 +00:00
|
|
|
|
bar-xft = lemonbar-xft; # added 2015-01-16
|
2016-09-28 16:46:29 +01:00
|
|
|
|
bashCompletion = bash-completion; # Added 2016-09-28
|
2019-12-11 03:34:30 +00:00
|
|
|
|
batti = throw "batti has been removed from nixpkgs, as it was unmaintained"; # added 2019-12-10
|
2020-04-19 09:46:19 +01:00
|
|
|
|
bazaar = throw "bazaar has been deprecated by breezy."; # added 2020-04-19
|
|
|
|
|
bazaarTools = throw "bazaar has been deprecated by breezy."; # added 2020-04-19
|
2019-11-24 16:35:38 +00:00
|
|
|
|
beegfs = throw "beegfs has been removed."; # added 2019-11-24
|
2019-12-08 19:53:49 +00:00
|
|
|
|
bluezFull = bluez; # Added 2019-12-03
|
2016-03-18 19:35:10 +00:00
|
|
|
|
bridge_utils = bridge-utils; # added 2015-02-20
|
2019-09-30 03:21:21 +01:00
|
|
|
|
bro = zeek; # added 2019-09-29
|
2019-12-11 03:40:44 +00:00
|
|
|
|
bootchart = throw "bootchart has been removed from nixpkgs, as it is without a maintainer"; # added 2019-12-10
|
2020-12-10 15:24:46 +00:00
|
|
|
|
bomi = throw "bomi has been removed from nixpkgs since it was broken and abandoned upstream"; # added 2020-12-10
|
2016-03-18 19:35:10 +00:00
|
|
|
|
btrfsProgs = btrfs-progs; # added 2016-01-03
|
2019-06-03 06:47:54 +01:00
|
|
|
|
bittorrentSync = throw "bittorrentSync has been deprecated by resilio-sync."; # added 2019-06-03
|
|
|
|
|
bittorrentSync14 = throw "bittorrentSync14 has been deprecated by resilio-sync."; # added 2019-06-03
|
|
|
|
|
bittorrentSync20 = throw "bittorrentSync20 has been deprecated by resilio-sync."; # added 2019-06-03
|
2020-11-03 19:13:06 +00:00
|
|
|
|
btc1 = throw "btc1 has been removed, it was abandoned by upstream"; # added 2020-11-03
|
2018-10-13 00:10:38 +01:00
|
|
|
|
buildPerlPackage = perlPackages.buildPerlPackage; # added 2018-10-12
|
2020-04-29 01:16:20 +01:00
|
|
|
|
buildGo112Package = throw "buildGo112Package has been removed"; # added 2020-04-26
|
|
|
|
|
buildGo112Module = throw "buildGo112Module has been removed"; # added 2020-04-26
|
2016-03-15 20:49:07 +00:00
|
|
|
|
bundler_HEAD = bundler; # added 2015-11-15
|
2020-10-02 08:36:23 +01:00
|
|
|
|
caddy1 = throw "caddy 1.x has been removed from nixpkgs, as it's unmaintained: https://github.com/caddyserver/caddy/blob/master/.github/SECURITY.md#supported-versions"; # added 2020-10-02
|
2018-03-02 23:05:29 +00:00
|
|
|
|
cantarell_fonts = cantarell-fonts; # added 2018-03-03
|
2020-08-19 16:18:52 +01:00
|
|
|
|
cargo-tree = throw "cargo-tree has been removed, use the builtin `cargo tree` command instead."; # added 2020-08-20
|
2020-06-13 00:08:39 +01:00
|
|
|
|
casperjs = throw "casperjs has been removed, it was abandoned by upstream and broken.";
|
2019-12-22 19:03:12 +00:00
|
|
|
|
catfish = xfce.catfish; # added 2019-12-22
|
2020-06-05 09:44:33 +01:00
|
|
|
|
cgmanager = throw "cgmanager was deprecated by lxc and therefore removed from nixpkgs."; # added 2020-06-05
|
2016-08-19 04:24:04 +01:00
|
|
|
|
checkbashism = checkbashisms; # added 2016-08-16
|
2020-08-15 15:38:53 +01:00
|
|
|
|
chronos = throw "chronos has been removed from nixpkgs, as it was unmaintained"; # added 2020-08-15
|
2020-10-20 11:31:57 +01:00
|
|
|
|
cide = throw "cide was deprecated on 2019-09-11: abandoned by upstream";
|
2019-12-11 03:33:09 +00:00
|
|
|
|
cinepaint = throw "cinepaint has been removed from nixpkgs, as it was unmaintained"; # added 2019-12-10
|
2016-08-22 16:20:28 +01:00
|
|
|
|
cifs_utils = cifs-utils; # added 2016-08
|
2018-05-06 19:26:37 +01:00
|
|
|
|
ckb = ckb-next; # added 2018-10-21
|
2016-03-18 19:35:10 +00:00
|
|
|
|
clangAnalyzer = clang-analyzer; # added 2015-02-20
|
2016-04-29 01:25:28 +01:00
|
|
|
|
clawsMail = claws-mail; # added 2016-04-29
|
2018-02-25 02:23:58 +00:00
|
|
|
|
clutter_gtk = clutter-gtk; # added 2018-02-25
|
2020-11-29 17:47:34 +00:00
|
|
|
|
codimd = hedgedoc; # added 2020-11-29
|
2019-12-02 12:43:48 +00:00
|
|
|
|
compton = picom; # added 2019-12-02
|
2019-05-28 12:37:14 +01:00
|
|
|
|
compton-git = compton; # added 2019-05-20
|
2018-05-30 06:54:48 +01:00
|
|
|
|
conntrack_tools = conntrack-tools; # added 2018-05
|
2016-03-18 19:35:10 +00:00
|
|
|
|
cool-old-term = cool-retro-term; # added 2015-01-31
|
2019-12-08 22:18:37 +00:00
|
|
|
|
coprthr = throw "coprthr has been removed."; # added 2019-12-08
|
2020-10-20 11:31:57 +01:00
|
|
|
|
corebird = throw "corebird was deprecated 2019-10-02: See https://www.patreon.com/posts/corebirds-future-18921328. Please use Cawbird as replacement.";
|
|
|
|
|
coredumper = throw "coredumper has been removed: abandoned by upstream."; # added 2019-11-16
|
2020-11-30 03:13:01 +00:00
|
|
|
|
cpp_ethereum = throw "cpp_ethereum has been removed; abandoned upstream."; # added 2020-11-30
|
2020-10-20 11:31:57 +01:00
|
|
|
|
cryptol = throw "cryptol was removed due to prolonged broken build"; # added 2020-08-21
|
2019-05-24 10:24:11 +01:00
|
|
|
|
cpp-gsl = microsoft_gsl; # added 2019-05-24
|
2016-03-18 19:35:10 +00:00
|
|
|
|
cupsBjnp = cups-bjnp; # added 2016-01-02
|
2016-08-25 16:47:34 +01:00
|
|
|
|
cups_filters = cups-filters; # added 2016-08
|
2020-06-15 08:33:32 +01:00
|
|
|
|
cquery = throw "cquery has been removed because it is abandoned by upstream. Consider switching to clangd or ccls instead."; # added 2020-06-15
|
2016-03-18 19:35:10 +00:00
|
|
|
|
cv = progress; # added 2015-09-06
|
2018-04-26 01:55:18 +01:00
|
|
|
|
d1x_rebirth = dxx-rebirth; # added 2018-04-25
|
|
|
|
|
d2x_rebirth = dxx-rebirth; # added 2018-04-25
|
2020-02-04 11:52:54 +00:00
|
|
|
|
dat = nodePackages.dat;
|
2020-10-20 11:31:57 +01:00
|
|
|
|
dbvisualizer = throw "dbvisualizer has been removed from nixpkgs, as it's unmaintained"; # added 2020-09-20
|
2018-04-26 01:55:18 +01:00
|
|
|
|
dbus_daemon = dbus.daemon; # added 2018-04-25
|
2018-02-25 02:23:58 +00:00
|
|
|
|
dbus_glib = dbus-glib; # added 2018-02-25
|
2018-04-26 01:55:18 +01:00
|
|
|
|
dbus_libs = dbus; # added 2018-04-25
|
2019-12-11 03:39:04 +00:00
|
|
|
|
diffuse = throw "diffuse has been removed from nixpkgs, as it's unmaintained"; # added 2019-12-10
|
2018-04-26 01:55:18 +01:00
|
|
|
|
dbus_tools = dbus.out; # added 2018-04-25
|
2018-02-23 23:11:03 +00:00
|
|
|
|
deadbeef-mpris2-plugin = deadbeefPlugins.mpris2; # added 2018-02-23
|
2018-04-26 01:55:18 +01:00
|
|
|
|
deadpixi-sam = deadpixi-sam-unstable;
|
2016-03-23 12:36:31 +00:00
|
|
|
|
debian_devscripts = debian-devscripts; # added 2016-03-23
|
2020-09-01 00:27:00 +01:00
|
|
|
|
deepin = throw "deepin was a work in progress and it has been canceled and removed https://github.com/NixOS/nixpkgs/issues/94870"; # added 2020-08-31
|
2018-02-25 02:23:58 +00:00
|
|
|
|
desktop_file_utils = desktop-file-utils; # added 2018-02-25
|
2018-04-26 01:55:18 +01:00
|
|
|
|
devicemapper = lvm2; # added 2018-04-25
|
2017-02-18 17:55:57 +00:00
|
|
|
|
digikam5 = digikam; # added 2017-02-18
|
2018-04-26 01:55:18 +01:00
|
|
|
|
dmtx = dmtx-utils; # added 2018-04-25
|
2020-04-23 03:24:43 +01:00
|
|
|
|
dnnl = oneDNN; # added 2020-04-22
|
2018-04-26 01:55:18 +01:00
|
|
|
|
docbook5_xsl = docbook_xsl_ns; # added 2018-04-25
|
|
|
|
|
docbook_xml_xslt = docbook_xsl; # added 2018-04-25
|
2017-11-22 23:34:18 +00:00
|
|
|
|
double_conversion = double-conversion; # 2017-11-22
|
2018-11-10 14:00:32 +00:00
|
|
|
|
docker_compose = docker-compose; # 2018-11-10
|
2020-08-14 01:46:00 +01:00
|
|
|
|
draftsight = throw "draftsight has been removed, no longer available as freeware"; # added 2020-08-14
|
2020-11-02 02:41:27 +00:00
|
|
|
|
dvb_apps = throw "dvb_apps has been removed."; # added 2020-11-03
|
2016-03-18 19:35:10 +00:00
|
|
|
|
dwarf_fortress = dwarf-fortress; # added 2016-01-23
|
2018-08-18 18:59:02 +01:00
|
|
|
|
emacsPackagesGen = emacsPackagesFor; # added 2018-08-18
|
2019-08-07 23:52:22 +01:00
|
|
|
|
emacsPackagesNgGen = emacsPackagesFor; # added 2018-08-18
|
|
|
|
|
emacsPackagesNgFor = emacsPackagesFor; # added 2019-08-07
|
|
|
|
|
emacsPackagesNg = emacsPackages; # added 2019-08-07
|
2019-05-01 12:19:30 +01:00
|
|
|
|
emby = throw "The Emby derivation has been removed, see jellyfin instead for a free software fork."; # added 2019-05-01
|
2016-03-18 19:35:10 +00:00
|
|
|
|
enblendenfuse = enblend-enfuse; # 2015-09-30
|
2018-02-25 02:23:58 +00:00
|
|
|
|
evolution_data_server = evolution-data-server; # added 2018-02-25
|
2018-04-26 01:55:18 +01:00
|
|
|
|
etcdctl = etcd; # added 2018-04-25
|
2016-03-18 19:35:10 +00:00
|
|
|
|
exfat-utils = exfat; # 2015-09-11
|
2020-01-06 14:01:23 +00:00
|
|
|
|
facette = throw "facette has been removed."; # added 2020-01-06
|
2020-03-28 13:54:59 +00:00
|
|
|
|
fast-neural-doodle = throw "fast-neural-doodle has been removed, as the upstream project has been abandoned"; # added 2020-03-28
|
2020-02-11 18:38:27 +00:00
|
|
|
|
fetchFromGithub = throw "You meant fetchFromGitHub, with a capital H.";
|
2018-05-01 19:46:05 +01:00
|
|
|
|
ffadoFull = ffado; # added 2018-05-01
|
2020-09-10 01:06:07 +01:00
|
|
|
|
firefox-esr-68 = throw "Firefox 68 ESR reached end of life with its final release 68.12esr on 2020-08-25 and was therefore removed from nixpkgs";
|
2016-03-18 19:35:10 +00:00
|
|
|
|
firefox-esr-wrapper = firefox-esr; # 2016-01
|
|
|
|
|
firefox-wrapper = firefox; # 2016-01
|
|
|
|
|
firefoxWrapper = firefox; # 2015-09
|
2020-02-04 22:08:51 +00:00
|
|
|
|
|
2019-12-08 22:23:01 +00:00
|
|
|
|
firestr = throw "firestr has been removed."; # added 2019-12-08
|
2018-04-26 01:55:18 +01:00
|
|
|
|
flameGraph = flamegraph; # added 2018-04-25
|
2020-11-02 01:05:12 +00:00
|
|
|
|
flvtool2 = throw "flvtool2 has been removed."; # added 2020-11-03
|
2020-03-09 22:07:37 +00:00
|
|
|
|
foldingathome = fahclient; # added 2020-09-03
|
2019-02-17 20:40:14 +00:00
|
|
|
|
font-awesome-ttf = font-awesome; # 2018-02-25
|
2019-10-31 14:32:02 +00:00
|
|
|
|
# 2019-10-31
|
|
|
|
|
fontconfig-ultimate = throw ''
|
|
|
|
|
fontconfig-ultimate has been removed. The repository has been archived upstream and activity has ceased for several years.
|
|
|
|
|
https://github.com/bohoomil/fontconfig-ultimate/issues/171.
|
|
|
|
|
'';
|
2020-08-17 12:26:05 +01:00
|
|
|
|
fontconfig-penultimate = throw ''
|
|
|
|
|
fontconfig-penultimate has been removed.
|
|
|
|
|
It was a fork of the abandoned fontconfig-ultimate.
|
|
|
|
|
'';
|
2020-07-21 00:10:05 +01:00
|
|
|
|
# 2020-07-21
|
|
|
|
|
fontconfig_210 = throw ''
|
|
|
|
|
fontconfig 2.10.x hasn't had a release in years, is vulnerable to CVE-2016-5384
|
|
|
|
|
and has only been used for old fontconfig caches.
|
|
|
|
|
'';
|
2019-04-12 21:42:45 +01:00
|
|
|
|
font-droid = throw "font-droid has been deprecated by noto-fonts"; # 2019-04-12
|
2016-08-26 07:45:16 +01:00
|
|
|
|
foomatic_filters = foomatic-filters; # 2016-08
|
2016-03-18 19:35:10 +00:00
|
|
|
|
fuse_exfat = exfat; # 2015-09-11
|
2018-04-26 01:55:18 +01:00
|
|
|
|
fuseki = apache-jena-fuseki; # added 2018-04-25
|
2019-10-15 13:33:08 +01:00
|
|
|
|
fusesmb = throw "fusesmb is abandoned by upstream"; # added 2019-10-15
|
2020-05-18 23:37:15 +01:00
|
|
|
|
fwupdate = throw "fwupdate was merged into fwupd"; # added 2020-05-19
|
2020-06-06 19:24:13 +01:00
|
|
|
|
g4py = python3Packages.geant4; # added 2020-06-06
|
2018-04-29 23:43:38 +01:00
|
|
|
|
gccApple = throw "gccApple is no longer supported"; # added 2018-04-25
|
2017-10-17 21:44:24 +01:00
|
|
|
|
gdb-multitarget = gdb; # added 2017-11-13
|
2019-05-22 12:03:39 +01:00
|
|
|
|
gdk_pixbuf = gdk-pixbuf; # added 2019-05-22
|
2018-04-26 01:55:18 +01:00
|
|
|
|
gettextWithExpat = gettext; # 2016-02-19
|
2016-04-29 20:40:41 +01:00
|
|
|
|
git-hub = gitAndTools.git-hub; # added 2016-04-29
|
2018-02-25 02:23:58 +00:00
|
|
|
|
glib_networking = glib-networking; # added 2018-02-25
|
2020-04-19 15:15:17 +01:00
|
|
|
|
gmailieer = lieer; # added 2020-04-19
|
2019-08-22 14:48:02 +01:00
|
|
|
|
gnome-mpv = celluloid; # added 2019-08-22
|
2019-12-11 03:33:52 +00:00
|
|
|
|
gnome15 = throw "gnome15 has been removed from nixpkgs, as it's unmaintained and depends on deprecated libraries."; # added 2019-12-10
|
2019-09-07 11:20:15 +01:00
|
|
|
|
gmic_krita_qt = gmic-qt-krita; # added 2019-09-07
|
2018-03-14 14:12:08 +00:00
|
|
|
|
gnome-themes-standard = gnome-themes-extra; # added 2018-03-14
|
2018-04-26 01:55:18 +01:00
|
|
|
|
gnome_doc_utils = gnome-doc-utils; # added 2018-02-25
|
2018-02-25 02:23:58 +00:00
|
|
|
|
gnome_themes_standard = gnome-themes-standard; # added 2018-02-25
|
2020-08-14 11:36:39 +01:00
|
|
|
|
gnunet_git = throw "gnunet_git was removed due to gnunet becoming stable"; # added 2019-05-27
|
2019-05-27 13:26:31 +01:00
|
|
|
|
gnuradio-nacl = gr-nacl; # added 2019-05-27
|
|
|
|
|
gnuradio-gsm = gr-gsm; # added 2019-05-27
|
|
|
|
|
gnuradio-ais = gr-ais; # added 2019-05-27
|
|
|
|
|
gnuradio-limesdr = gr-limesdr; # added 2019-05-27
|
|
|
|
|
gnuradio-rds = gr-rds; # added 2019-05-27
|
|
|
|
|
gnuradio-osmosdr = gr-osmosdr; # added 2019-05-27
|
2020-10-05 10:04:49 +01:00
|
|
|
|
# added 20-10-2020
|
|
|
|
|
gnuradio-with-packages = gnuradio3_7.override {
|
|
|
|
|
extraPackages = [ gr-nacl gr-gsm gr-ais gr-limesdr gr-rds gr-osmosdr ];
|
|
|
|
|
};
|
2018-04-26 01:55:18 +01:00
|
|
|
|
gnustep-make = gnustep.make; # added 2016-7-6
|
2020-07-20 18:19:15 +01:00
|
|
|
|
gnupg20 = throw "gnupg20 has been removed from nixpkgs as upstream dropped support on 2017-12-31";# added 2020-07-12
|
2020-04-29 01:16:20 +01:00
|
|
|
|
go_1_12 = throw "go_1_12 has been removed"; # added 2020-04-26
|
2018-04-26 01:55:18 +01:00
|
|
|
|
go-pup = pup; # added 2017-12-19
|
2018-12-02 11:41:15 +00:00
|
|
|
|
gobjectIntrospection = gobject-introspection; # added 2018-12-02
|
2018-09-16 17:20:18 +01:00
|
|
|
|
goimports = gotools; # added 2018-09-16
|
2020-10-20 11:31:57 +01:00
|
|
|
|
gometalinter = throw "gometalinter was abandoned by upstream. Consider switching to golangci-lint instead"; # added 2020-04-23
|
2019-07-25 10:04:55 +01:00
|
|
|
|
google-gflags = gflags; # added 2019-07-25
|
2018-04-26 01:55:18 +01:00
|
|
|
|
googleAuthenticator = google-authenticator; # added 2016-10-16
|
2017-02-25 15:44:01 +00:00
|
|
|
|
grantlee5 = libsForQt5.grantlee; # added 2015-12-19
|
2018-02-25 02:23:58 +00:00
|
|
|
|
gsettings_desktop_schemas = gsettings-desktop-schemas; # added 2018-02-25
|
|
|
|
|
gtk_doc = gtk-doc; # added 2018-02-25
|
2017-09-24 14:45:11 +01:00
|
|
|
|
guileCairo = guile-cairo; # added 2017-09-24
|
|
|
|
|
guileGnome = guile-gnome; # added 2017-09-24
|
2017-09-27 11:59:56 +01:00
|
|
|
|
guileLint = guile-lint; # added 2017-09-27
|
2018-04-26 01:55:18 +01:00
|
|
|
|
guile_lib = guile-lib; # added 2017-09-24
|
2017-09-24 14:45:11 +01:00
|
|
|
|
guile_ncurses = guile-ncurses; # added 2017-09-24
|
2018-02-25 02:23:58 +00:00
|
|
|
|
gupnp_av = gupnp-av; # added 2018-02-25
|
|
|
|
|
gupnp_dlna = gupnp-dlna; # added 2018-02-25
|
|
|
|
|
gupnp_igd = gupnp-igd; # added 2018-02-25
|
2016-03-18 19:35:10 +00:00
|
|
|
|
gupnptools = gupnp-tools; # added 2015-12-19
|
2018-11-17 22:53:15 +00:00
|
|
|
|
gutenberg = zola; # added 2018-11-17
|
2018-05-01 19:46:05 +01:00
|
|
|
|
heimdalFull = heimdal; # added 2018-05-01
|
2019-08-05 21:54:56 +01:00
|
|
|
|
hepmc = hepmc2; # added 2019-08-05
|
2020-10-20 11:31:57 +01:00
|
|
|
|
hexen = throw "hexen (SDL port) has been removed: abandoned by upstream."; # added 2019-12-11
|
2018-02-25 02:23:58 +00:00
|
|
|
|
hicolor_icon_theme = hicolor-icon-theme; # added 2018-02-25
|
2016-03-18 19:35:10 +00:00
|
|
|
|
htmlTidy = html-tidy; # added 2014-12-06
|
2017-03-19 11:40:52 +00:00
|
|
|
|
iana_etc = iana-etc; # added 2017-03-08
|
2019-08-21 20:21:39 +01:00
|
|
|
|
icedtea8_web = adoptopenjdk-icedtea-web; # added 2019-08-21
|
|
|
|
|
icedtea_web = adoptopenjdk-icedtea-web; # added 2019-08-21
|
2017-04-03 02:21:30 +01:00
|
|
|
|
idea = jetbrains; # added 2017-04-03
|
2020-12-11 07:42:14 +00:00
|
|
|
|
inboxer = throw "inboxer has been removed as it is no longer maintained and no longer works as Google shut down the inbox service this package wrapped.";
|
2019-08-09 11:54:15 +01:00
|
|
|
|
infiniband-diags = rdma-core; # added 2019-08-09
|
2016-03-18 19:35:10 +00:00
|
|
|
|
inotifyTools = inotify-tools;
|
2020-03-14 08:30:31 +00:00
|
|
|
|
jasper = throw "jasper has been removed: abandoned upstream with many vulnerabilities";
|
2018-09-05 17:11:47 +01:00
|
|
|
|
jbuilder = dune; # added 2018-09-09
|
2020-10-20 11:31:57 +01:00
|
|
|
|
jikes = throw "jikes was deprecated on 2019-10-07: abandoned by upstream";
|
2016-03-18 19:35:10 +00:00
|
|
|
|
joseki = apache-jena-fuseki; # added 2016-02-28
|
2018-02-25 02:23:58 +00:00
|
|
|
|
json_glib = json-glib; # added 2018-02-25
|
2020-06-15 12:03:34 +01:00
|
|
|
|
kdecoration-viewer = throw "kdecoration-viewer has been removed from nixpkgs, as there is no upstream activity"; # 2020-06-16
|
2020-11-06 08:45:58 +00:00
|
|
|
|
k9copy = throw "k9copy has been removed from nixpkgs, as there is no upstream activity"; # 2020-11-06
|
2020-10-20 11:31:57 +01:00
|
|
|
|
julia_07 = throw "julia_07 is deprecated in favor of julia_10 LTS"; # added 2020-09-15
|
|
|
|
|
julia_11 = throw "julia_11 is deprecated in favor of latest Julia version"; # added 2020-09-15
|
2020-10-28 08:13:31 +00:00
|
|
|
|
kdeconnect = kdeApplications.kdeconnect-kde; # added 2020-10-28
|
2017-02-18 18:02:15 +00:00
|
|
|
|
kdiff3-qt5 = kdiff3; # added 2017-02-18
|
2018-04-26 01:55:18 +01:00
|
|
|
|
keepass-keefox = keepass-keepassrpc; # backwards compatibility alias, added 2018-02
|
2017-11-07 15:54:01 +00:00
|
|
|
|
keepassx-community = keepassxc; # added 2017-11
|
2018-04-26 01:55:18 +01:00
|
|
|
|
keepassx-reboot = keepassx-community; # added 2017-02-01
|
|
|
|
|
keepassx2-http = keepassx-reboot; # added 2016-10-17
|
2016-08-24 23:21:36 +01:00
|
|
|
|
keybase-go = keybase; # added 2016-08-24
|
2020-04-22 13:23:48 +01:00
|
|
|
|
kinetic-cpp-client = throw "kinetic-cpp-client has been removed from nixpkgs, as it's abandoned."; # 2020-04-28
|
2019-11-26 11:02:49 +00:00
|
|
|
|
kicad-with-packages3d = kicad; # added 2019-11-25
|
2017-02-18 18:04:57 +00:00
|
|
|
|
krename-qt5 = krename; # added 2017-02-18
|
2019-12-11 03:37:14 +00:00
|
|
|
|
keymon = throw "keymon has been removed from nixpkgs, as it's abandoned and archived."; # 2019-12-10
|
2018-04-26 01:55:18 +01:00
|
|
|
|
kvm = qemu_kvm; # added 2018-04-25
|
2020-03-18 02:32:56 +00:00
|
|
|
|
latinmodern-math = lmmath;
|
2016-05-16 21:39:34 +01:00
|
|
|
|
letsencrypt = certbot; # added 2016-05-16
|
2018-04-26 01:55:18 +01:00
|
|
|
|
libaudit = audit; # added 2018-04-25
|
2018-02-25 02:23:58 +00:00
|
|
|
|
libcanberra_gtk2 = libcanberra-gtk2; # added 2018-02-25
|
|
|
|
|
libcanberra_gtk3 = libcanberra-gtk3; # added 2018-02-25
|
2016-04-29 03:42:30 +01:00
|
|
|
|
libcap_manpages = libcap.doc; # added 2016-04-29
|
|
|
|
|
libcap_pam = if stdenv.isLinux then libcap.pam else null; # added 2016-04-29
|
2020-03-04 00:21:34 +00:00
|
|
|
|
libcroco = throw "libcroco has been removed as it's no longer used in any derivations."; # added 2020-03-04
|
2019-12-11 03:41:24 +00:00
|
|
|
|
libindicate = throw "libindacate has been removed from nixpkgs, as it's abandoned and uses deprecated libraries"; # added 2019-12-10
|
|
|
|
|
libindicate-gtk3 = throw "libindacate-gtk2 has been removed from nixpkgs, as it's abandoned and uses deprecated libraries"; # added 2019-12-10
|
|
|
|
|
libindicate-gtk2 = throw "libindacate-gtk3 has been removed from nixpkgs, as it's abandoned and uses deprecated libraries"; # added 2019-12-10
|
2016-04-29 03:42:30 +01:00
|
|
|
|
libcap_progs = libcap.out; # added 2016-04-29
|
2018-04-26 01:55:18 +01:00
|
|
|
|
libdbusmenu_qt5 = libsForQt5.libdbusmenu; # added 2015-12-19
|
2018-05-01 19:46:05 +01:00
|
|
|
|
libdbusmenu-glib = libdbusmenu; # added 2018-05-01
|
2018-12-13 17:54:38 +00:00
|
|
|
|
liberation_ttf_v1_from_source = liberation_ttf_v1; # added 2018-12-12
|
|
|
|
|
liberation_ttf_v2_from_source = liberation_ttf_v2; # added 2018-12-12
|
2018-12-13 17:36:11 +00:00
|
|
|
|
liberationsansnarrow = liberation-sans-narrow; # added 2018-12-12
|
2018-02-25 02:23:58 +00:00
|
|
|
|
libgnome_keyring = libgnome-keyring; # added 2018-02-25
|
|
|
|
|
libgnome_keyring3 = libgnome-keyring3; # added 2018-02-25
|
2018-01-21 13:29:45 +00:00
|
|
|
|
libgumbo = gumbo; # added 2018-01-21
|
2020-10-15 15:22:14 +01:00
|
|
|
|
libGL_driver = mesa.drivers; # added 2019-05-28
|
2018-08-20 19:43:41 +01:00
|
|
|
|
libintlOrEmpty = stdenv.lib.optional (!stdenv.isLinux || stdenv.hostPlatform.libc != "glibc") gettext; # added 2018-03-14
|
2020-06-05 17:19:14 +01:00
|
|
|
|
libjpeg_drop = libjpeg_original; # added 2020-06-05
|
2017-02-28 16:11:32 +00:00
|
|
|
|
libjson_rpc_cpp = libjson-rpc-cpp; # added 2017-02-28
|
2020-03-27 18:50:45 +00:00
|
|
|
|
liblapackWithoutAtlas = lapack-reference; # added 2018-11-05
|
2020-06-14 22:01:44 +01:00
|
|
|
|
liblastfm = libsForQt5.liblastfm; # added 2020-06-14
|
2020-03-22 23:18:53 +00:00
|
|
|
|
liblrdf = lrdf; # added 2018-04-25
|
2019-01-01 16:19:07 +00:00
|
|
|
|
libqrencode = qrencode; # added 2019-01-01
|
2020-03-22 23:18:53 +00:00
|
|
|
|
librdf = lrdf; # added 2020-03-22
|
2018-04-26 01:55:18 +01:00
|
|
|
|
librecad2 = librecad; # backwards compatibility alias, added 2015-10
|
|
|
|
|
libsysfs = sysfsutils; # added 2018-04-25
|
2016-03-18 19:35:10 +00:00
|
|
|
|
libtidy = html-tidy; # added 2014-12-21
|
2020-10-20 11:31:57 +01:00
|
|
|
|
libtxc_dxtn = throw "libtxc_dxtn was removed 2020-03-16, now integrated in Mesa";
|
|
|
|
|
libtxc_dxtn_s2tc = throw "libtxc_dxtn_s2tc was removed 2020-03-16, now integrated in Mesa";
|
2018-04-26 01:55:18 +01:00
|
|
|
|
libudev = udev; # added 2018-04-25
|
2020-04-28 04:41:00 +01:00
|
|
|
|
libusb = libusb1; # added 2020-04-28
|
2019-12-11 03:37:44 +00:00
|
|
|
|
libsexy = throw "libsexy has been removed from nixpkgs, as it's abandoned and no package needed it."; # 2019-12-10
|
2020-04-14 01:44:43 +01:00
|
|
|
|
libstdcxxHook = throw "libstdcxx hook has been removed because cc-wrapper is now directly aware of the c++ standard library intended to be used."; # 2020-06-22
|
2020-04-10 02:38:20 +01:00
|
|
|
|
libqmatrixclient = throw "libqmatrixclient was renamed to libquotient"; # added 2020-04-09
|
2016-03-18 19:35:10 +00:00
|
|
|
|
links = links2; # added 2016-01-31
|
2019-08-17 17:42:22 +01:00
|
|
|
|
linux_rpi0 = linux_rpi1;
|
|
|
|
|
linuxPackages_rpi0 = linuxPackages_rpi1;
|
2020-04-04 22:47:13 +01:00
|
|
|
|
|
|
|
|
|
# added 2020-04-04
|
|
|
|
|
linuxPackages_testing_hardened = throw "linuxPackages_testing_hardened has been removed, please use linuxPackages_latest_hardened";
|
|
|
|
|
linux_testing_hardened = throw "linux_testing_hardened has been removed, please use linux_latest_hardened";
|
|
|
|
|
|
2020-05-22 08:00:39 +01:00
|
|
|
|
linux-steam-integration = throw "linux-steam-integration has been removed, as the upstream project has been abandoned"; # added 2020-05-22
|
2020-03-28 13:54:59 +00:00
|
|
|
|
loadcaffe = throw "loadcaffe has been removed, as the upstream project has been abandoned"; # added 2020-03-28
|
2016-03-18 19:35:10 +00:00
|
|
|
|
lttngTools = lttng-tools; # added 2014-07-31
|
|
|
|
|
lttngUst = lttng-ust; # added 2014-07-31
|
2017-05-02 11:44:00 +01:00
|
|
|
|
lua5_1_sockets = lua51Packages.luasocket; # added 2017-05-02
|
|
|
|
|
lua5_expat = luaPackages.luaexpat; # added 2017-05-02
|
2018-04-26 01:55:18 +01:00
|
|
|
|
lua5_sec = luaPackages.luasec; # added 2017-05-02
|
2020-06-03 16:28:34 +01:00
|
|
|
|
lxappearance-gtk3 = throw "lxappearance-gtk3 has been removed. Use lxappearance instead, which now defaults to Gtk3"; # added 2020-06-03
|
2017-01-19 23:48:24 +00:00
|
|
|
|
m3d-linux = m33-linux; # added 2016-08-13
|
2016-05-23 18:50:25 +01:00
|
|
|
|
man_db = man-db; # added 2016-05
|
2018-04-26 01:55:18 +01:00
|
|
|
|
manpages = man-pages; # added 2015-12-06
|
2020-08-15 15:43:59 +01:00
|
|
|
|
marathon = throw "marathon has been removed from nixpkgs, as it's unmaintained"; # added 2020-08-15
|
2019-08-01 12:26:16 +01:00
|
|
|
|
mariadb-client = hiPrio mariadb.client; #added 2019.07.28
|
2020-05-09 11:28:28 +01:00
|
|
|
|
matcha = throw "matcha was renamed to matcha-gtk-theme"; # added 2020-05-09
|
2020-08-15 15:19:28 +01:00
|
|
|
|
mathics = throw "mathics has been removed from nixpkgs, as it's unmaintained"; # added 2020-08-15
|
2020-01-28 05:37:23 +00:00
|
|
|
|
matrique = spectral; # added 2020-01-27
|
2019-12-11 09:55:40 +00:00
|
|
|
|
mbedtls_1_3 = throw "mbedtls_1_3 is end of life, see https://tls.mbed.org/kb/how-to/upgrade-2.0"; # added 2019-12-08
|
2019-10-30 19:32:30 +00:00
|
|
|
|
mess = mame; # added 2019-10-30
|
2020-05-23 22:42:12 +01:00
|
|
|
|
mcgrid = throw "mcgrid has been removed from nixpkgs, as it's not compatible with rivet 3"; # added 2020-05-23
|
2020-11-25 16:13:49 +00:00
|
|
|
|
mcomix = throw "mcomix has been removed from nixpkgs, as it's unmaintained; try mcomix3 a Python 3 fork"; # added 2019-12-10, modified 2020-11-25
|
2019-11-26 20:39:56 +00:00
|
|
|
|
mirage = throw "mirage has been femoved from nixpkgs, as it's unmaintained"; # added 2019-12-10
|
2020-07-19 20:02:03 +01:00
|
|
|
|
mopidy-local-images = throw "mopidy-local-images has been removed as it's unmaintained. It's functionality has been merged into the mopidy-local extension."; # added 2020-10-18
|
2020-10-18 18:22:12 +01:00
|
|
|
|
mopidy-local-sqlite = throw "mopidy-local-sqlite has been removed as it's unmaintained. It's functionality has been merged into the mopidy-local extension."; # added 2020-10-18
|
2019-08-01 12:26:16 +01:00
|
|
|
|
mysql-client = hiPrio mariadb.client;
|
2019-05-08 16:10:17 +01:00
|
|
|
|
memtest86 = memtest86plus; # added 2019-05-08
|
2019-05-28 20:09:34 +01:00
|
|
|
|
mesa_noglu = mesa; # added 2019-05-28
|
|
|
|
|
# NOTE: 2018-07-12: legacy alias:
|
|
|
|
|
# gcsecurity bussiness is done: https://www.theregister.co.uk/2018/02/08/bruce_perens_grsecurity_anti_slapp/
|
|
|
|
|
# floating point textures patents are expired,
|
|
|
|
|
# so package reduced to alias
|
|
|
|
|
mesa_drivers = mesa.drivers;
|
2020-08-15 15:29:21 +01:00
|
|
|
|
mesos = throw "mesos has been removed from nixpkgs, as it's unmaintained"; # added 2020-08-15
|
2016-03-18 19:35:10 +00:00
|
|
|
|
midoriWrapper = midori; # added 2015-01
|
2020-08-15 14:41:13 +01:00
|
|
|
|
mist = throw "mist has been removed as the upstream project has been abandoned, see https://github.com/ethereum/mist#mist-browser-deprecated"; # added 2020-08-15
|
2017-02-25 15:44:01 +00:00
|
|
|
|
mlt-qt5 = libsForQt5.mlt; # added 2015-12-19
|
2018-02-25 02:23:58 +00:00
|
|
|
|
mobile_broadband_provider_info = mobile-broadband-provider-info; # added 2018-02-25
|
2020-02-02 23:14:55 +00:00
|
|
|
|
moby = throw "moby has been removed, merged into linuxkit in 2018. Use linuxkit instead.";
|
2016-04-22 08:44:55 +01:00
|
|
|
|
module_init_tools = kmod; # added 2016-04-22
|
2020-10-20 11:31:57 +01:00
|
|
|
|
mono-zeroconf = throw "mono-zeroconf was deprecated on 2019-09-20: abandoned by upstream.";
|
2018-10-27 15:56:25 +01:00
|
|
|
|
mozart = mozart2-binary; # added 2019-09-23
|
|
|
|
|
mozart-binary = mozart2-binary; # added 2019-09-23
|
2018-08-06 13:44:46 +01:00
|
|
|
|
mpich2 = mpich; # added 2018-08-06
|
2018-04-26 01:55:18 +01:00
|
|
|
|
msf = metasploit; # added 2018-04-25
|
2018-08-18 00:53:33 +01:00
|
|
|
|
libmsgpack = msgpack; # added 2018-08-17
|
2016-03-18 19:35:10 +00:00
|
|
|
|
mssys = ms-sys; # added 2015-12-13
|
2020-06-11 17:42:37 +01:00
|
|
|
|
mpv-with-scripts = self.wrapMpv self.mpv-unwrapped { }; # added 2020-05-22
|
2016-03-18 19:35:10 +00:00
|
|
|
|
multipath_tools = multipath-tools; # added 2016-01-21
|
|
|
|
|
mupen64plus1_5 = mupen64plus; # added 2016-02-12
|
2017-01-19 15:39:28 +00:00
|
|
|
|
mysqlWorkbench = mysql-workbench; # added 2017-01-19
|
2018-04-26 01:55:18 +01:00
|
|
|
|
nagiosPluginsOfficial = monitoring-plugins;
|
2016-01-26 01:58:17 +00:00
|
|
|
|
ncat = nmap; # added 2016-01-26
|
2018-04-29 20:46:54 +01:00
|
|
|
|
netcat-openbsd = libressl.nc; # added 2018-04-25
|
2020-09-01 00:27:00 +01:00
|
|
|
|
netease-cloud-music = throw "netease-cloud-music has been removed together with deepin"; # added 2020-08-31
|
2018-02-25 02:23:58 +00:00
|
|
|
|
networkmanager_fortisslvpn = networkmanager-fortisslvpn; # added 2018-02-25
|
|
|
|
|
networkmanager_iodine = networkmanager-iodine; # added 2018-02-25
|
|
|
|
|
networkmanager_l2tp = networkmanager-l2tp; # added 2018-02-25
|
|
|
|
|
networkmanager_openconnect = networkmanager-openconnect; # added 2018-02-25
|
|
|
|
|
networkmanager_openvpn = networkmanager-openvpn; # added 2018-02-25
|
|
|
|
|
networkmanager_vpnc = networkmanager-vpnc; # added 2018-02-25
|
2020-03-28 13:54:59 +00:00
|
|
|
|
neutral-style = throw "neural-style has been removed, as the upstream project has been abandoned"; # added 2020-03-28
|
2016-03-18 19:35:10 +00:00
|
|
|
|
nfsUtils = nfs-utils; # added 2014-12-06
|
2018-04-26 01:55:18 +01:00
|
|
|
|
nginxUnstable = nginxMainline; # added 2018-04-25
|
|
|
|
|
nilfs_utils = nilfs-utils; # added 2018-04-25
|
2020-03-28 13:54:59 +00:00
|
|
|
|
nix-review = nixpkgs-review; # added 2019-12-22
|
2018-04-26 01:55:18 +01:00
|
|
|
|
nmap_graphical = nmap-graphical; # added 2017-01-19
|
|
|
|
|
nologin = shadow; # added 2018-04-25
|
2019-02-16 15:50:18 +00:00
|
|
|
|
nxproxy = nx-libs; # added 2019-02-15
|
2020-10-20 11:31:57 +01:00
|
|
|
|
nylas-mail-bin = throw "nylas-mail-bin was deprecated on 2019-09-11: abandoned by upstream";
|
2018-04-26 01:55:18 +01:00
|
|
|
|
opencascade_oce = opencascade; # added 2018-04-25
|
2019-12-11 03:40:18 +00:00
|
|
|
|
oblogout = throw "oblogout has been removed from nixpkgs, as it's archived upstream."; # added 2019-12-10
|
2017-01-19 23:48:24 +00:00
|
|
|
|
opencl-icd = ocl-icd; # added 2017-01-20
|
2018-04-26 01:55:18 +01:00
|
|
|
|
openexr_ctl = ctl; # added 2018-04-25
|
2018-10-25 18:28:05 +01:00
|
|
|
|
openjpeg_2_1 = openjpeg_2; # added 2018-10-25
|
2018-12-05 21:12:48 +00:00
|
|
|
|
opensans-ttf = open-sans; # added 2018-12-04
|
2018-02-14 09:53:54 +00:00
|
|
|
|
openssh_with_kerberos = openssh; # added 2018-01-28
|
2020-12-05 05:38:17 +00:00
|
|
|
|
onnxruntime = throw "onnxruntime has been removed due to poor maintainability"; # added 2020-12-04
|
2019-11-24 21:33:51 +00:00
|
|
|
|
osquery = throw "osquery has been removed."; # added 2019-11-24
|
2020-01-10 10:30:45 +00:00
|
|
|
|
otter-browser = throw "otter-browser has been removed from nixpkgs, as it was unmaintained"; # added 2020-02-02
|
2016-08-21 20:33:56 +01:00
|
|
|
|
owncloudclient = owncloud-client; # added 2016-08
|
2018-02-25 02:23:58 +00:00
|
|
|
|
p11_kit = p11-kit; # added 2018-02-25
|
2020-08-01 07:01:08 +01:00
|
|
|
|
parity = openethereum; # added 2020-08-01
|
2018-10-13 09:12:26 +01:00
|
|
|
|
parquet-cpp = arrow-cpp; # added 2018-09-08
|
2018-04-18 20:27:03 +01:00
|
|
|
|
pass-otp = pass.withExtensions (ext: [ext.pass-otp]); # added 2018-05-04
|
2020-11-02 20:12:27 +00:00
|
|
|
|
pdf2htmlEx = throw "pdf2htmlEx has been removed from nixpkgs, as it was unmaintained"; # added 2020-11-03
|
2018-10-13 00:00:19 +01:00
|
|
|
|
perlXMLParser = perlPackages.XMLParser; # added 2018-10-12
|
2018-10-13 00:19:55 +01:00
|
|
|
|
perlArchiveCpio = perlPackages.ArchiveCpio; # added 2018-10-12
|
2016-12-29 20:12:49 +00:00
|
|
|
|
pgp-tools = signing-party; # added 2017-03-26
|
2019-01-16 12:21:06 +00:00
|
|
|
|
pg_tmp = ephemeralpg; # added 2018-01-16
|
2020-03-22 13:31:13 +00:00
|
|
|
|
|
|
|
|
|
php-embed = throw ''
|
2020-04-24 12:29:46 +01:00
|
|
|
|
php*-embed has been dropped, you can build something similar
|
|
|
|
|
with the following snippet:
|
|
|
|
|
php74.override { embedSupport = true; apxs2Support = false; }
|
2020-03-22 13:31:13 +00:00
|
|
|
|
''; # added 2020-04-01
|
|
|
|
|
php73-embed = php-embed; # added 2020-04-01
|
|
|
|
|
php74-embed = php-embed; # added 2020-04-01
|
|
|
|
|
|
|
|
|
|
phpPackages-embed = throw ''
|
2020-04-24 12:29:46 +01:00
|
|
|
|
php*Packages-embed has been dropped, you can build something
|
|
|
|
|
similar with the following snippet:
|
|
|
|
|
(php74.override { embedSupport = true; apxs2Support = false; }).packages
|
2020-03-22 13:31:13 +00:00
|
|
|
|
''; # added 2020-04-01
|
|
|
|
|
php74Packages-embed = phpPackages-embed;
|
|
|
|
|
php73Packages-embed = phpPackages-embed;
|
|
|
|
|
|
2020-03-22 13:32:42 +00:00
|
|
|
|
php-unit = throw ''
|
2020-04-24 12:29:46 +01:00
|
|
|
|
php*-unit has been dropped, you can build something similar with
|
|
|
|
|
the following snippet:
|
|
|
|
|
php74.override {
|
|
|
|
|
embedSupport = true;
|
|
|
|
|
apxs2Support = false;
|
|
|
|
|
systemdSupport = false;
|
|
|
|
|
phpdbgSupport = false;
|
|
|
|
|
cgiSupport = false;
|
|
|
|
|
fpmSupport = false;
|
|
|
|
|
}
|
2020-03-22 13:32:42 +00:00
|
|
|
|
''; # added 2020-04-01
|
|
|
|
|
php73-unit = php-unit; # added 2020-04-01
|
|
|
|
|
php74-unit = php-unit; # added 2020-04-01
|
|
|
|
|
|
|
|
|
|
phpPackages-unit = throw ''
|
2020-04-24 12:29:46 +01:00
|
|
|
|
php*Packages-unit has been dropped, you can build something
|
|
|
|
|
similar with this following snippet:
|
2020-03-22 13:32:42 +00:00
|
|
|
|
(php74.override {
|
2020-04-24 12:29:46 +01:00
|
|
|
|
embedSupport = true;
|
|
|
|
|
apxs2Support = false;
|
|
|
|
|
systemdSupport = false;
|
|
|
|
|
phpdbgSupport = false;
|
|
|
|
|
cgiSupport = false;
|
|
|
|
|
fpmSupport = false;
|
|
|
|
|
}).packages
|
2020-03-22 13:32:42 +00:00
|
|
|
|
''; # added 2020-04-01
|
|
|
|
|
php74Packages-unit = phpPackages-unit;
|
|
|
|
|
php73Packages-unit = phpPackages-unit;
|
|
|
|
|
|
2016-06-09 11:19:44 +01:00
|
|
|
|
pidgin-with-plugins = pidgin; # added 2016-06
|
2018-01-08 03:16:24 +00:00
|
|
|
|
pidginlatex = pidgin-latex; # added 2018-01-08
|
2018-04-26 01:55:18 +01:00
|
|
|
|
pidginlatexSF = pidgin-latex; # added 2014-11-02
|
2018-01-08 03:16:24 +00:00
|
|
|
|
pidginmsnpecan = pidgin-msn-pecan; # added 2018-01-08
|
|
|
|
|
pidginosd = pidgin-osd; # added 2018-01-08
|
2018-04-26 01:55:18 +01:00
|
|
|
|
pidginotr = pidgin-otr; # added 2018-01-08
|
2018-01-08 03:16:24 +00:00
|
|
|
|
pidginsipe = pidgin-sipe; # added 2018-01-08
|
|
|
|
|
pidginwindowmerge = pidgin-window-merge; # added 2018-01-08
|
2018-04-26 01:55:18 +01:00
|
|
|
|
piwik = matomo; # added 2018-01-16
|
|
|
|
|
pltScheme = racket; # just to be sure
|
2019-02-28 18:07:00 +00:00
|
|
|
|
plexpy = tautulli; # plexpy got renamed to tautulli, added 2019-02-22
|
2018-11-01 19:07:47 +00:00
|
|
|
|
pmtools = acpica-tools; # added 2018-11-01
|
2019-12-08 21:56:14 +00:00
|
|
|
|
polarssl = mbedtls; # added 2018-04-25
|
2017-02-25 15:44:01 +00:00
|
|
|
|
poppler_qt5 = libsForQt5.poppler; # added 2015-12-19
|
2018-10-23 17:22:14 +01:00
|
|
|
|
postgresql95 = postgresql_9_5;
|
|
|
|
|
postgresql96 = postgresql_9_6;
|
2020-10-20 11:31:57 +01:00
|
|
|
|
postgresql100 = throw "postgresql100 was deprecated on 2018-10-21: use postgresql_10 instead";
|
2019-01-26 17:46:57 +00:00
|
|
|
|
# postgresql plugins
|
|
|
|
|
pgjwt = postgresqlPackages.pgjwt;
|
|
|
|
|
pg_repack = postgresqlPackages.pg_repack;
|
|
|
|
|
pgroonga = postgresqlPackages.pgroonga;
|
|
|
|
|
pg_similarity = postgresqlPackages.pg_similarity;
|
|
|
|
|
pgtap = postgresqlPackages.pgtap;
|
|
|
|
|
plv8 = postgresqlPackages.plv8;
|
|
|
|
|
timescaledb = postgresqlPackages.timescaledb;
|
|
|
|
|
tsearch_extras = postgresqlPackages.tsearch_extras;
|
|
|
|
|
cstore_fdw = postgresqlPackages.cstore_fdw;
|
|
|
|
|
pg_hll = postgresqlPackages.pg_hll;
|
|
|
|
|
pg_cron = postgresqlPackages.pg_cron;
|
|
|
|
|
pg_topn = postgresqlPackages.pg_topn;
|
2019-10-13 23:14:42 +01:00
|
|
|
|
pinentry_curses = pinentry-curses; # added 2019-10-14
|
|
|
|
|
pinentry_emacs = pinentry-emacs; # added 2019-10-14
|
|
|
|
|
pinentry_gtk2 = pinentry-gtk2; # added 2019-10-14
|
|
|
|
|
pinentry_qt = pinentry-qt; # added 2019-10-14
|
|
|
|
|
pinentry_gnome = pinentry-gnome; # added 2019-10-14
|
2020-02-11 14:52:15 +00:00
|
|
|
|
pinentry_qt5 = pinentry-qt; # added 2020-02-11
|
2019-01-26 19:15:43 +00:00
|
|
|
|
postgis = postgresqlPackages.postgis;
|
2019-01-26 17:46:57 +00:00
|
|
|
|
# end
|
2020-10-20 11:31:57 +01:00
|
|
|
|
ppl-address-book = throw "ppl-address-book deprecated on 2019-05-02: abandoned by upstream.";
|
2019-08-17 03:21:00 +01:00
|
|
|
|
processing3 = processing; # added 2019-08-16
|
2018-07-08 21:09:25 +01:00
|
|
|
|
procps-ng = procps; # added 2018-06-08
|
2019-12-16 00:43:28 +00:00
|
|
|
|
pygmentex = texlive.bin.pygmentex; # added 2019-12-15
|
2019-08-30 19:59:44 +01:00
|
|
|
|
pyo3-pack = maturin;
|
2019-12-11 03:42:06 +00:00
|
|
|
|
pmenu = throw "pmenu has been removed from nixpkgs, as its maintainer is no longer interested in the package."; # added 2019-12-10
|
2018-05-01 19:46:05 +01:00
|
|
|
|
pulseaudioLight = pulseaudio; # added 2018-04-25
|
2020-10-20 11:31:57 +01:00
|
|
|
|
phonon-backend-gstreamer = throw "phonon-backend-gstreamer: Please use libsForQt5.phonon-backend-gstreamer, as Qt4 support in this package has been removed."; # added 2019-11-22
|
|
|
|
|
phonon-backend-vlc = throw "phonon-backend-vlc: Please use libsForQt5.phonon-backend-vlc, as Qt4 support in this package has been removed."; # added 2019-11-22
|
|
|
|
|
phonon = throw "phonon: Please use libsForQt5.phonon, as Qt4 support in this package has been removed."; # added 2019-11-22
|
2020-10-24 13:00:00 +01:00
|
|
|
|
pynagsystemd = throw "pynagsystemd was removed as it was unmaintained and incompatible with recent systemd versions. Instead use its fork check_systemd."; # added 2020-10-24
|
2017-02-25 15:44:01 +00:00
|
|
|
|
qca-qt5 = libsForQt5.qca-qt5; # added 2015-12-19
|
2020-11-05 15:35:59 +00:00
|
|
|
|
qcsxcad = libsForQt5.qcsxcad; # added 2020-11-05
|
2020-09-22 21:06:11 +01:00
|
|
|
|
qr-filetransfer = throw ''"qr-filetransfer" has been renamed to "qrcp"''; # added 2020-12-02
|
2016-03-18 19:35:10 +00:00
|
|
|
|
quake3game = ioquake3; # added 2016-01-14
|
2020-08-31 14:12:45 +01:00
|
|
|
|
qvim = throw "qvim has been removed."; # added 2020-08-31
|
2017-02-25 15:44:01 +00:00
|
|
|
|
qwt6 = libsForQt5.qwt; # added 2015-12-19
|
2020-11-07 12:10:39 +00:00
|
|
|
|
qtcurve = libsForQt5.qtcurve; # added 2020-11-07
|
2020-10-20 11:31:57 +01:00
|
|
|
|
qtpfsgui = throw "qtpfsgui is now luminanceHDR"; # added 2019-06-26
|
2020-04-10 02:38:20 +01:00
|
|
|
|
quaternion-git = throw "quaternion-git has been removed in favor of the stable version 'quaternion'"; # added 2020-04-09
|
2019-12-21 17:46:15 +00:00
|
|
|
|
rdf4store = throw "rdf4store has been removed from nixpkgs."; # added 2019-12-21
|
2016-03-18 19:35:10 +00:00
|
|
|
|
rdiff_backup = rdiff-backup; # added 2014-11-23
|
2017-08-19 16:20:34 +01:00
|
|
|
|
rdmd = dtools; # added 2017-08-19
|
2020-10-20 11:31:57 +01:00
|
|
|
|
rhc = throw "rhc was deprecated on 2019-04-09: abandoned by upstream.";
|
2018-10-23 23:49:46 +01:00
|
|
|
|
rng_tools = rng-tools; # added 2018-10-24
|
2017-09-28 16:58:42 +01:00
|
|
|
|
robomongo = robo3t; #added 2017-09-28
|
2020-08-21 07:44:15 +01:00
|
|
|
|
rocm-runtime-ext = throw "rocm-runtime-ext has been removed, since its functionality was added to rocm-runtime"; #added 2020-08-21
|
2016-03-18 19:35:10 +00:00
|
|
|
|
rssglx = rss-glx; #added 2015-03-25
|
2020-08-25 07:42:55 +01:00
|
|
|
|
rssh = throw "rssh has been removed from nixpkgs: no upstream releases since 2012, several known CVEs"; # added 2020-08-25
|
2019-12-11 03:39:37 +00:00
|
|
|
|
recordmydesktop = throw "recordmydesktop has been removed from nixpkgs, as it's unmaintained and uses deprecated libraries"; # added 2019-12-10
|
2020-11-07 11:49:06 +00:00
|
|
|
|
retroshare06 = retroshare;
|
2019-12-11 03:39:37 +00:00
|
|
|
|
gtk-recordmydesktop = throw "gtk-recordmydesktop has been removed from nixpkgs, as it's unmaintained and uses deprecated libraries"; # added 2019-12-10
|
|
|
|
|
qt-recordmydesktop = throw "qt-recordmydesktop has been removed from nixpkgs, as it's abandoned and uses deprecated libraries"; # added 2019-12-10
|
2020-11-24 15:29:28 +00:00
|
|
|
|
rfkill = throw "rfkill has been removed, as it's included in util-linux"; # added 2020-08-23
|
2020-10-14 13:59:42 +01:00
|
|
|
|
riak-cs = throw "riak-cs is not maintained anymore"; # added 2020-10-14
|
2020-03-06 02:01:39 +00:00
|
|
|
|
rkt = throw "rkt was archived by upstream"; # added 2020-05-16
|
2020-10-20 11:31:57 +01:00
|
|
|
|
ruby_2_0_0 = throw "ruby_2_0_0 was deprecated on 2018-02-13: use a newer version of ruby";
|
|
|
|
|
ruby_2_1_0 = throw "ruby_2_1_0 was deprecated on 2018-02-13: use a newer version of ruby";
|
|
|
|
|
ruby_2_2_9 = throw "ruby_2_2_9 was deprecated on 2018-02-13: use a newer version of ruby";
|
|
|
|
|
ruby_2_3_6 = throw "ruby_2_3_6 was deprecated on 2018-02-13: use a newer version of ruby";
|
|
|
|
|
ruby_2_3 = throw "ruby_2_3 was deprecated on 2019-09-06: use a newer version of ruby";
|
|
|
|
|
ruby_2_4_3 = throw "ruby_2_4_3 was deprecated on 2018-02-13: use a newer version of ruby";
|
|
|
|
|
ruby_2_4 = throw "ruby_2_4 was deprecated in 2019-12: use a newer version of ruby";
|
|
|
|
|
ruby_2_5_0 = throw "ruby_2_5_0 was deprecated on 2018-02-13: use a newer version of ruby";
|
|
|
|
|
rubyPackages_2_4 = throw "rubyPackages_2_4 was deprecated in 2019-12: use a newer version of rubyPackages instead";
|
|
|
|
|
rubygems = throw "rubygems was deprecated on 2016-03-02: rubygems is now bundled with ruby";
|
2020-06-13 08:55:58 +01:00
|
|
|
|
rubyMinimal = throw "rubyMinimal was removed due to being unused";
|
2020-02-13 08:30:22 +00:00
|
|
|
|
rxvt_unicode-with-plugins = rxvt-unicode; # added 2020-02-02
|
2020-01-08 22:44:37 +00:00
|
|
|
|
rxvt_unicode = rxvt-unicode-unwrapped; # added 2020-02-02
|
|
|
|
|
urxvt_autocomplete_all_the_things = rxvt-unicode-plugins.autocomplete-all-the-things; # added 2020-02-02
|
|
|
|
|
urxvt_perl = rxvt-unicode-plugins.perl; # added 2020-02-02
|
|
|
|
|
urxvt_perls = rxvt-unicode-plugins.perls; # added 2020-02-02
|
|
|
|
|
urxvt_tabbedex = rxvt-unicode-plugins.tabbedex; # added 2020-02-02
|
|
|
|
|
urxvt_font_size = rxvt-unicode-plugins.font-size; # added 2020-02-02
|
|
|
|
|
urxvt_theme_switch = rxvt-unicode-plugins.theme-switch; # added 2020-02-02
|
|
|
|
|
urxvt_vtwheel = rxvt-unicode-plugins.vtwheel; # added 2020-02-02
|
|
|
|
|
urxvt_bidi = rxvt-unicode-plugins.bidi; # added 2020-02-02
|
2018-07-22 16:03:19 +01:00
|
|
|
|
s6Dns = s6-dns; # added 2018-07-23
|
|
|
|
|
s6Networking = s6-networking; # added 2018-07-23
|
|
|
|
|
s6LinuxUtils = s6-linux-utils; # added 2018-07-23
|
|
|
|
|
s6PortableUtils = s6-portable-utils; # added 2018-07-23
|
2018-10-27 13:08:35 +01:00
|
|
|
|
sagemath = sage; # added 2018-10-27
|
2018-04-26 01:55:18 +01:00
|
|
|
|
sam = deadpixi-sam; # added 2018-04-25
|
2019-10-15 13:33:08 +01:00
|
|
|
|
samba3 = throw "Samba 3 is discontinued, please switch to samba4"; # added 2019-10-15
|
|
|
|
|
samba3_light = throw "Samba 3 is discontinued, please switch to samba4"; # added 2019-10-15
|
2020-10-20 11:31:57 +01:00
|
|
|
|
sambaMaster = throw "sambaMaster was removed in 2019-09-13: outdated and no longer needed";
|
2016-03-18 19:35:10 +00:00
|
|
|
|
samsungUnifiedLinuxDriver = samsung-unified-linux-driver; # added 2016-01-25
|
|
|
|
|
saneBackends = sane-backends; # added 2016-01-02
|
|
|
|
|
saneBackendsGit = sane-backends-git; # added 2016-01-02
|
|
|
|
|
saneFrontends = sane-frontends; # added 2016-01-02
|
2020-10-20 11:31:57 +01:00
|
|
|
|
sapic = throw "sapic was deprecated on 2019-1-19: sapic is bundled with 'tamarin-prover' now";
|
2016-03-18 19:35:10 +00:00
|
|
|
|
scim = sc-im; # added 2016-01-22
|
2018-04-26 01:55:18 +01:00
|
|
|
|
scollector = bosun; # added 2018-04-25
|
2019-10-30 19:35:04 +00:00
|
|
|
|
sdlmame = mame; # added 2019-10-30
|
2020-06-21 22:55:14 +01:00
|
|
|
|
seeks = throw "seeks has been removed from nixpkgs, as it was unmaintained"; # added 2020-06-21
|
2019-11-21 22:31:21 +00:00
|
|
|
|
seg3d = throw "seg3d has been removed from nixpkgs (2019-11-10)";
|
2018-02-25 02:23:58 +00:00
|
|
|
|
shared_mime_info = shared-mime-info; # added 2018-02-25
|
2017-02-18 18:08:57 +00:00
|
|
|
|
skrooge2 = skrooge; # added 2017-02-18
|
2020-09-16 20:06:57 +01:00
|
|
|
|
sky = throw "sky has been removed from nixpkgs (2020-09-16)";
|
2017-07-27 20:57:46 +01:00
|
|
|
|
skype = skypeforlinux; # added 2017-07-27
|
2020-10-30 15:07:53 +00:00
|
|
|
|
skype_call_recorder = throw "skype_call_recorder has been removed from nixpkgs, because it stopped working when classic Skype was retired."; # added 2020-10-31
|
2019-09-09 13:30:34 +01:00
|
|
|
|
skydive = throw "skydive has been removed from nixpkgs (2019-09-10)";
|
2020-03-27 09:02:00 +00:00
|
|
|
|
slack-dark = slack; # added 2020-03-27
|
2019-05-21 13:16:25 +01:00
|
|
|
|
slic3r-prusa3d = prusa-slicer; # added 2019-05-21
|
2018-04-26 01:55:18 +01:00
|
|
|
|
slurm-llnl = slurm; # renamed July 2017
|
|
|
|
|
slurm-llnl-full = slurm-full; # renamed July 2017
|
2018-05-01 19:46:05 +01:00
|
|
|
|
slurm-full = slurm; # added 2018-05-1
|
2018-04-26 01:55:18 +01:00
|
|
|
|
smbclient = samba; # added 2018-04-25
|
2020-11-03 10:52:18 +00:00
|
|
|
|
smugline = throw "smugline has been removed from nixpkgs, as it's unmaintained and depends on deprecated libraries."; # added 2020-11-04
|
2019-11-11 21:18:23 +00:00
|
|
|
|
slim = throw "slim has been removed. Please use a different display-manager"; # added 2019-11-11
|
|
|
|
|
slimThemes = throw "slimThemes has been removed because slim has been also"; # added 2019-11-11
|
2020-10-20 11:31:57 +01:00
|
|
|
|
sundials_3 = throw "sundials_3 was removed in 2020-02. outdated and no longer needed";
|
2020-02-10 22:59:42 +00:00
|
|
|
|
|
|
|
|
|
# added 2020-02-10
|
|
|
|
|
sourceHanSansPackages = {
|
|
|
|
|
japanese = source-han-sans;
|
|
|
|
|
korean = source-han-sans;
|
|
|
|
|
simplified-chinese = source-han-sans;
|
|
|
|
|
traditional-chinese = source-han-sans;
|
|
|
|
|
};
|
|
|
|
|
source-han-sans-japanese = source-han-sans;
|
|
|
|
|
source-han-sans-korean = source-han-sans;
|
|
|
|
|
source-han-sans-simplified-chinese = source-han-sans;
|
|
|
|
|
source-han-sans-traditional-chinese = source-han-sans;
|
|
|
|
|
sourceHanSerifPackages = {
|
|
|
|
|
japanese = source-han-serif;
|
|
|
|
|
korean = source-han-serif;
|
|
|
|
|
simplified-chinese = source-han-serif;
|
|
|
|
|
traditional-chinese = source-han-serif;
|
|
|
|
|
};
|
|
|
|
|
source-han-serif-japanese = source-han-serif;
|
|
|
|
|
source-han-serif-korean = source-han-serif;
|
|
|
|
|
source-han-serif-simplified-chinese = source-han-serif;
|
|
|
|
|
source-han-serif-traditional-chinese = source-han-serif;
|
|
|
|
|
|
2019-12-21 22:44:50 +00:00
|
|
|
|
net_snmp = net-snmp; # added 2019-12-21
|
2020-10-09 15:42:10 +01:00
|
|
|
|
oracleXE = throw "oracleXE has been removed, as it's heavily outdated and unmaintained."; # added 2020-10-09
|
2016-03-03 17:54:59 +00:00
|
|
|
|
spaceOrbit = space-orbit; # addewd 2016-05-23
|
2018-04-26 01:55:18 +01:00
|
|
|
|
speech_tools = speech-tools; # added 2018-04-25
|
2016-03-18 19:35:10 +00:00
|
|
|
|
speedtest_cli = speedtest-cli; # added 2015-02-17
|
2018-02-25 02:23:58 +00:00
|
|
|
|
spice_gtk = spice-gtk; # added 2018-02-25
|
|
|
|
|
spice_protocol = spice-protocol; # added 2018-02-25
|
2019-10-15 10:52:54 +01:00
|
|
|
|
spidermonkey_52 = throw "spidermonkey_52 has been removed. Please use spidermonkey_60 instead."; # added 2019-10-16
|
2020-03-15 02:39:56 +00:00
|
|
|
|
spring-boot = spring-boot-cli; # added 2020-04-24
|
2018-05-22 21:43:04 +01:00
|
|
|
|
sqlite3_analyzer = sqlite-analyzer; # added 2018-05-22
|
2016-03-18 19:35:10 +00:00
|
|
|
|
sqliteInteractive = sqlite-interactive; # added 2014-12-06
|
2019-08-21 23:39:52 +01:00
|
|
|
|
squid4 = squid; # added 2019-08-22
|
2016-09-18 16:41:55 +01:00
|
|
|
|
sshfsFuse = sshfs-fuse; # added 2016-09
|
2020-10-14 13:59:42 +01:00
|
|
|
|
stanchion = throw "Stanchion was part of riak-cs which is not maintained anymore"; # added 2020-10-14
|
2017-04-02 18:50:28 +01:00
|
|
|
|
surf-webkit2 = surf; # added 2017-04-02
|
2020-10-20 11:31:57 +01:00
|
|
|
|
sup = throw "sup was deprecated on 2019-09-10: abandoned by upstream";
|
swfdec: drop
Broken due to broken gstreamer 0.10 and does not seem to build with --disable-gstreamer in configureFlags:
libtool: link: gcc -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wold-style-definition -Wdeclaration-after-statement -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wformat-nonliteral -Wformat-security -Wswitch-enum -Wswitch-default -Winit-self -Wmissing-include-dirs -Wundef -Waddress -Waggregate-return -Wmissing-format-attribute -Wno-multichar -Wnested-externs -std=gnu99 -I/nix/store/q24nzpj4lvzvvj2vkgywrsy1xyrskx1y-cairo-1.16.0-dev/include/cairo -I/nix/store/iid4kx5h4xw1c8zfl9hbls3w7wl1nc3k-freetype-2.10.2-dev/include/freetype2 -I/nix/store/iid4kx5h4xw1c8zfl9hbls3w7wl1nc3k-freetype-2.10.2-dev/include -I/nix/store/6gspczr6c1ci62ih04nb41dwh3053s1z-fontconfig-2.13.92-dev/include -I/nix/store/iid4kx5h4xw1c8zfl9hbls3w7wl1nc3k-freetype-2.10.2-dev/include/freetype2 -I/nix/store/j81d3idny3bq1z465kbs48in466vws1i-glib-2.64.4-dev/include -I/nix/store/j81d3idny3bq1z465kbs48in466vws1i-glib-2.64.4-dev/include/glib-2.0 -I/nix/store/mazsps24z01540n3g01m8yf52wm6avkd-glib-2.64.4/lib/glib-2.0/include -I/nix/store/gcl6pcr3dgaqwflvnnzcgzarpzb5pp5w-pango-1.45.3-dev/include/pango-1.0 -I/nix/store/xqm5l9n4xwl8z530iqn8806hvs1dgrpq-harfbuzz-2.6.7-dev/include/harfbuzz -I/nix/store/glf8vfw53iz0xlwmfkw6005kn74pm23i-gtk+-2.24.32-dev/include/gtk-2.0 -I/nix/store/g9pfp91b5syf8qpp5hv8pqwyaca1k0v8-gtk+-2.24.32/lib/gtk-2.0/include -I/nix/store/jvqgd252mkv6b0ky7k2ld1sgdi3fnql0-gdk-pixbuf-2.40.0-dev/include/gdk-pixbuf-2.0 -I/nix/store/yjd5mh1xrx06glzn8limgv6hh6alw88s-atk-2.36.0-dev/include/atk-1.0 -I/nix/store/sayziyky8aqf58130d642cvc3hkdwz5x-libsoup-2.70.0-dev/include/libsoup-2.4 -I.. -pthread -I/nix/store/j81d3idny3bq1z465kbs48in466vws1i-glib-2.64.4-dev/include -I/nix/store/j81d3idny3bq1z465kbs48in466vws1i-glib-2.64.4-dev/include/glib-2.0 -I/nix/store/mazsps24z01540n3g01m8yf52wm6avkd-glib-2.64.4/lib/glib-2.0/include -I/nix/store/q24nzpj4lvzvvj2vkgywrsy1xyrskx1y-cairo-1.16.0-dev/include/cairo -I/nix/store/iid4kx5h4xw1c8zfl9hbls3w7wl1nc3k-freetype-2.10.2-dev/include/freetype2 -I/nix/store/iid4kx5h4xw1c8zfl9hbls3w7wl1nc3k-freetype-2.10.2-dev/include -I/nix/store/ck8acp8qaqmdh9kkxy0amcn51n2wsw39-zlib-1.2.11-dev/include -I/nix/store/im2q3xxm6swqqzmks0vylvyca0zq7jyr-libpng-apng-1.6.37-dev/include/libpng16 -I/nix/store/q24nzpj4lvzvvj2vkgywrsy1xyrskx1y-cairo-1.16.0-dev/include/cairo -I/nix/store/iid4kx5h4xw1c8zfl9hbls3w7wl1nc3k-freetype-2.10.2-dev/include/freetype2 -I/nix/store/iid4kx5h4xw1c8zfl9hbls3w7wl1nc3k-freetype-2.10.2-dev/include -I/nix/store/ck8acp8qaqmdh9kkxy0amcn51n2wsw39-zlib-1.2.11-dev/include -I/nix/store/im2q3xxm6swqqzmks0vylvyca0zq7jyr-libpng-apng-1.6.37-dev/include/libpng16 -g -O2 -pthread -o .libs/swfdec-test swfdec_test-swfdec_test.o swfdec_test-swfdec_test_buffer.o swfdec_test-swfdec_test_function.o swfdec_test-swfdec_test_global.o swfdec_test-swfdec_test_image.o swfdec_test-swfdec_test_plugin.o swfdec_test-swfdec_test_socket.o swfdec_test-swfdec_test_swfdec_socket.o swfdec_test-swfdec_test_test.o swfdec_test-swfdec_test_utils.o ../swfdec/.libs/libswfdec-0.8.so -L/nix/store/39yl51648a6d2rbz5ffzvw62y4f42d48-cairo-1.16.0/lib -L/nix/store/lxbxwg609cw3zby7ba78h0992hp9rcfy-zlib-1.2.11/lib -L/nix/store/zjrnaa0c9hiqkc21ny5p5k3ijk731prv-libpng-apng-1.6.37/lib -L/nix/store/mazsps24z01540n3g01m8yf52wm6avkd-glib-2.64.4/lib -L/nix/store/xwpjpc5ypbqpn9p0ir2dv6sp87aj772m-pango-1.45.3/lib -L/nix/store/zlpl17p3aq9a0x1nkxkp4bb1q949kl22-harfbuzz-2.6.7/lib -L/nix/store/zay41pvqbqgc4fhn376afvcx9s9hm6k2-liboil-0.3.17/lib /nix/store/zay41pvqbqgc4fhn376afvcx9s9hm6k2-liboil-0.3.17/lib/liboil-0.3.so -lrt -lgthread-2.0 -lm -L/nix/store/n9n570xdj4gnza8yp1vkgqlidadcwkbj-fontconfig-2.13.92-lib/lib -L/nix/store/6nlkl2jqywpyxwk7c8il8kr5d3fkplpz-freetype-2.10.2/lib -L/nix/store/g9pfp91b5syf8qpp5hv8pqwyaca1k0v8-gtk+-2.24.32/lib -L/nix/store/awfrddgfpv76s64fcsrjk64lnmkwgll5-gdk-pixbuf-2.40.0/lib -L/nix/store/17m4xwywi3v2smafq98mzla3jippnqp9-atk-2.36.0/lib -L/nix/store/h5q0dj39gqp58h6mvsmb5bvbyd3vdghn-libsoup-2.70.0/lib /nix/store/g9pfp91b5syf8qpp5hv8pqwyaca1k0v8-gtk+-2.24.32/lib/libgtk-x11-2.0.so /nix/store/g9pfp91b5syf8qpp5hv8pqwyaca1k0v8-gtk+-2.24.32/lib/libgdk-x11-2.0.so -lpangocairo-1.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoft2-1.0 -lpango-1.0 /nix/store/zlpl17p3aq9a0x1nkxkp4bb1q949kl22-harfbuzz-2.6.7/lib/libharfbuzz.so /nix/store/n9n570xdj4gnza8yp1vkgqlidadcwkbj-fontconfig-2.13.92-lib/lib/libfontconfig.so /nix/store/6nlkl2jqywpyxwk7c8il8kr5d3fkplpz-freetype-2.10.2/lib/libfreetype.so -L/nix/store/jgfa1mslsw5ag1mgr5bggi1f30nn5zam-bzip2-1.0.6.0.1/lib /nix/store/jgfa1mslsw5ag1mgr5bggi1f30nn5zam-bzip2-1.0.6.0.1/lib/libbz2.so -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0 /nix/store/39yl51648a6d2rbz5ffzvw62y4f42d48-cairo-1.16.0/lib/libcairo.so /nix/store/zjrnaa0c9hiqkc21ny5p5k3ijk731prv-libpng-apng-1.6.37/lib/libpng16.so -lz -pthread -Wl,-rpath -Wl,/nix/store/kxyr9r1xacpkkxy2jdl6hn172j922nla-swfdec-0.8.4/lib -Wl,-rpath -Wl,/nix/store/zay41pvqbqgc4fhn376afvcx9s9hm6k2-liboil-0.3.17/lib -Wl,-rpath -Wl,/nix/store/g9pfp91b5syf8qpp5hv8pqwyaca1k0v8-gtk+-2.24.32/lib -Wl,-rpath -Wl,/nix/store/zlpl17p3aq9a0x1nkxkp4bb1q949kl22-harfbuzz-2.6.7/lib -Wl,-rpath -Wl,/nix/store/n9n570xdj4gnza8yp1vkgqlidadcwkbj-fontconfig-2.13.92-lib/lib -Wl,-rpath -Wl,/nix/store/6nlkl2jqywpyxwk7c8il8kr5d3fkplpz-freetype-2.10.2/lib -Wl,-rpath -Wl,/nix/store/jgfa1mslsw5ag1mgr5bggi1f30nn5zam-bzip2-1.0.6.0.1/lib -Wl,-rpath -Wl,/nix/store/39yl51648a6d2rbz5ffzvw62y4f42d48-cairo-1.16.0/lib -Wl,-rpath -Wl,/nix/store/zjrnaa0c9hiqkc21ny5p5k3ijk731prv-libpng-apng-1.6.37/lib
/nix/store/1ar9gcmvikdk1wij0cw4fnwvl5i07ag1-binutils-2.31.1/bin/ld: swfdec_test-swfdec_test_test.o: undefined reference to symbol 'g_module_build_path'
/nix/store/1ar9gcmvikdk1wij0cw4fnwvl5i07ag1-binutils-2.31.1/bin/ld: /nix/store/mazsps24z01540n3g01m8yf52wm6avkd-glib-2.64.4/lib/libgmodule-2.0.so.0: error adding symbols: DSO missing from command line
2020-08-23 21:27:37 +01:00
|
|
|
|
swfdec = throw "swfdec has been removed as broken and unmaintained."; # added 2020-08-23
|
2016-03-18 19:35:10 +00:00
|
|
|
|
system_config_printer = system-config-printer; # added 2016-01-03
|
2019-05-13 13:35:02 +01:00
|
|
|
|
systemd-cryptsetup-generator = throw "systemd-cryptsetup-generator is now included in the systemd package"; # added 2020-07-12
|
2020-10-20 11:31:57 +01:00
|
|
|
|
systemd_with_lvm2 = throw "systemd_with_lvm2 is obsolete, enabled by default via the lvm module"; # added 2020-07-12
|
2018-04-26 01:55:18 +01:00
|
|
|
|
systool = sysfsutils; # added 2018-04-25
|
|
|
|
|
tahoelafs = tahoe-lafs; # added 2018-03-26
|
2020-01-24 20:02:54 +00:00
|
|
|
|
tangogps = foxtrotgps; # added 2020-01-26
|
2020-11-26 19:20:21 +00:00
|
|
|
|
tdm = throw "tdm has been removed because nobody can figure out how to fix OpenAL integration. Use precompiled binary and `steam-run` instead.";
|
2018-02-25 02:23:58 +00:00
|
|
|
|
telepathy_farstream = telepathy-farstream; # added 2018-02-25
|
|
|
|
|
telepathy_gabble = telepathy-gabble; # added 2018-02-25
|
|
|
|
|
telepathy_glib = telepathy-glib; # added 2018-02-25
|
|
|
|
|
telepathy_haze = telepathy-haze; # added 2018-02-25
|
|
|
|
|
telepathy_idle = telepathy-idle; # added 2018-02-25
|
|
|
|
|
telepathy_logger = telepathy-logger; # added 2018-02-25
|
|
|
|
|
telepathy_mission_control = telepathy-mission-control; # added 2018-02-25
|
2020-07-01 17:51:27 +01:00
|
|
|
|
telepathy-qt = throw "telepathy-qt no longer supports Qt 4. Please use libsForQt5.telepathy instead."; # added 2020-07-02
|
2018-02-25 02:23:58 +00:00
|
|
|
|
telepathy_qt = telepathy-qt; # added 2018-02-25
|
2017-02-25 15:44:01 +00:00
|
|
|
|
telepathy_qt5 = libsForQt5.telepathy; # added 2015-12-19
|
2018-02-25 02:23:58 +00:00
|
|
|
|
telepathy_salut = telepathy-salut; # added 2018-02-25
|
2018-05-16 01:09:33 +01:00
|
|
|
|
telnet = inetutils; # added 2018-05-15
|
2018-09-28 19:28:38 +01:00
|
|
|
|
terraform-provider-ibm = terraform-providers.ibm; # added 2018-09-28
|
|
|
|
|
terraform-provider-libvirt = terraform-providers.libvirt; # added 2018-09-28
|
2020-03-16 20:58:57 +00:00
|
|
|
|
terraform-provider-lxd = terraform-providers.lxd; # added 2020-03-16
|
2018-09-28 16:02:51 +01:00
|
|
|
|
terraform-provider-nixos = terraform-providers.nixos; # added 2018-09-28
|
2018-12-19 13:42:32 +00:00
|
|
|
|
tesseract_4 = tesseract4; # added 2018-12-19
|
2020-10-20 11:31:57 +01:00
|
|
|
|
testdisk-photorec = throw "testdisk-photorec: This package was a duplicate, please use testdisk or testdisk-qt instead"; # added 2019-10-13
|
2018-04-03 12:32:02 +01:00
|
|
|
|
tex-gyre-bonum-math = tex-gyre-math.bonum; # added 2018-04-03
|
|
|
|
|
tex-gyre-pagella-math = tex-gyre-math.pagella; # added 2018-04-03
|
|
|
|
|
tex-gyre-schola-math = tex-gyre-math.schola; # added 2018-04-03
|
|
|
|
|
tex-gyre-termes-math = tex-gyre-math.termes; # added 2018-04-03
|
2016-03-18 19:35:10 +00:00
|
|
|
|
tftp_hpa = tftp-hpa; # added 2015-04-03
|
2020-09-29 15:18:09 +01:00
|
|
|
|
timescale-prometheus = promscale; # added 2020-09-29
|
2020-03-11 11:48:13 +00:00
|
|
|
|
tomcat85 = tomcat8; # added 2020-03-11
|
2018-08-31 03:41:29 +01:00
|
|
|
|
torbrowser = tor-browser-bundle-bin; # added 2017-04-05
|
2020-03-28 13:54:59 +00:00
|
|
|
|
torch = throw "torch has been removed, as the upstream project has been abandoned"; # added 2020-03-28
|
|
|
|
|
torch-hdf5 = throw "torch-hdf5 has been removed, as the upstream project has been abandoned"; # added 2020-03-28
|
|
|
|
|
torch-repl = throw "torch-repl has been removed, as the upstream project has been abandoned"; # added 2020-03-28
|
|
|
|
|
torchPackages = throw "torchPackages has been removed, as the upstream project has been abandoned"; # added 2020-03-28
|
2018-04-26 01:55:18 +01:00
|
|
|
|
trang = jing-trang; # added 2018-04-25
|
2020-09-16 19:12:46 +01:00
|
|
|
|
transcribe = throw "transcribe has been removed after being marked a broken for over a year"; # added 2020-09-16
|
2018-01-06 07:15:08 +00:00
|
|
|
|
transmission_gtk = transmission-gtk; # added 2018-01-06
|
2018-01-06 08:24:12 +00:00
|
|
|
|
transmission_remote_gtk = transmission-remote-gtk; # added 2018-01-06
|
2020-10-14 08:25:09 +01:00
|
|
|
|
transmission-remote-cli = "transmission-remote-cli has been removed, as the upstream project has been abandoned. Please use tremc instead"; # added 2020-10-14
|
2020-03-28 13:54:59 +00:00
|
|
|
|
transporter = throw "transporter has been removed. It was archived upstream, so it's considered abandoned.";
|
2020-04-29 08:39:22 +01:00
|
|
|
|
trilium = throw "trilium has been removed. Please use trilium-desktop instead."; # added 2020-04-29
|
2018-10-24 19:10:04 +01:00
|
|
|
|
truecrypt = veracrypt; # added 2018-10-24
|
2018-04-26 01:55:18 +01:00
|
|
|
|
tshark = wireshark-cli; # added 2018-04-25
|
2020-04-23 18:59:44 +01:00
|
|
|
|
uberwriter = apostrophe; # added 2020-04-23
|
2020-01-21 22:07:33 +00:00
|
|
|
|
ubootBeagleboneBlack = ubootAmx335xEVM; # added 2020-01-21
|
2016-07-23 01:07:44 +01:00
|
|
|
|
ucsFonts = ucs-fonts; # added 2016-07-15
|
2017-08-12 13:01:08 +01:00
|
|
|
|
ultrastardx-beta = ultrastardx; # added 2017-08-12
|
2020-10-29 18:22:04 +00:00
|
|
|
|
unicorn-emu = unicorn; # added 2020-10-29
|
2016-05-10 21:54:45 +01:00
|
|
|
|
usb_modeswitch = usb-modeswitch; # added 2016-05-10
|
2019-09-05 03:21:52 +01:00
|
|
|
|
usbguard-nox = usbguard; # added 2019-09-04
|
2020-11-24 15:29:28 +00:00
|
|
|
|
utillinux = util-linux; # added 2020-11-24
|
2019-11-26 20:53:54 +00:00
|
|
|
|
uzbl = throw "uzbl has been removed from nixpkgs, as it's unmaintained and uses insecure libraries";
|
2019-08-07 19:38:12 +01:00
|
|
|
|
v4l_utils = v4l-utils; # added 2019-08-07
|
2020-10-20 11:31:57 +01:00
|
|
|
|
v8_3_16_14 = throw "v8_3_16_14 was removed in 2019-11-01: no longer referenced by other packages";
|
|
|
|
|
valadoc = throw "valadoc was deprecated on 2019-10-10: valadoc was merged into vala 0.38";
|
2020-03-26 20:29:35 +00:00
|
|
|
|
vamp = { vampSDK = vamp-plugin-sdk; }; # added 2020-03-26
|
2020-11-08 10:32:53 +00:00
|
|
|
|
vdirsyncerStable = vdirsyncer; # added 2020-11-08, see https://github.com/NixOS/nixpkgs/issues/103026#issuecomment-723428168
|
2016-03-18 19:35:10 +00:00
|
|
|
|
vimbWrapper = vimb; # added 2015-01
|
2019-12-05 09:59:37 +00:00
|
|
|
|
vimprobable2 = throw "vimprobable2 has been removed from nixpkgs. It relied on webkitgtk24x that has been removed."; # added 2019-12-05
|
|
|
|
|
vimprobable2-unwrapped = vimprobable2; # added 2019-12-05
|
2016-03-18 19:35:10 +00:00
|
|
|
|
virtviewer = virt-viewer; # added 2015-12-24
|
2019-10-29 12:25:32 +00:00
|
|
|
|
virtmanager = virt-manager; # added 2019-10-29
|
|
|
|
|
virtmanager-qt = virt-manager-qt; # added 2019-10-29
|
2016-03-18 19:35:10 +00:00
|
|
|
|
vorbisTools = vorbis-tools; # added 2016-01-26
|
2019-03-05 16:40:00 +00:00
|
|
|
|
webkit = webkitgtk; # added 2019-03-05
|
2019-12-05 10:21:51 +00:00
|
|
|
|
webkitgtk24x-gtk3 = throw "webkitgtk24x-gtk3 has been removed because it's insecure. Please use webkitgtk."; # added 2019-12-05
|
|
|
|
|
webkitgtk24x-gtk2 = throw "webkitgtk24x-gtk2 has been removed because it's insecure. Please use webkitgtk."; # added 2019-12-05
|
2018-09-05 16:01:45 +01:00
|
|
|
|
weechat-matrix-bridge = weechatScripts.weechat-matrix-bridge; # added 2018-09-06
|
2018-01-08 03:26:30 +00:00
|
|
|
|
wineStaging = wine-staging; # added 2018-01-08
|
2017-12-22 05:20:11 +00:00
|
|
|
|
winusb = woeusb; # added 2017-12-22
|
2019-12-11 03:38:19 +00:00
|
|
|
|
winswitch = throw "winswitch has been removed from nixpkgs."; # added 2019-12-10
|
2018-05-19 10:28:38 +01:00
|
|
|
|
wireguard = wireguard-tools; # added 2018-05-19
|
2018-09-13 15:42:28 +01:00
|
|
|
|
morituri = whipper; # added 2018-09-13
|
2020-05-03 19:32:32 +01:00
|
|
|
|
xp-pen-g430 = pentablet-driver; # added 2020-05-03
|
2019-09-17 21:37:28 +01:00
|
|
|
|
xfceUnstable = xfce4-14; # added 2019-09-17
|
2019-11-04 21:27:22 +00:00
|
|
|
|
xfce4-14 = xfce;
|
2020-03-14 21:04:38 +00:00
|
|
|
|
xfce4-12 = throw "xfce4-12 has been replaced by xfce4-14"; # added 2020-03-14
|
2016-03-18 19:35:10 +00:00
|
|
|
|
x11 = xlibsWrapper; # added 2015-09
|
2020-06-24 18:22:05 +01:00
|
|
|
|
xara = throw "xara has been removed from nixpkgs. Unmaintained since 2006"; # added 2020-06-24
|
2018-04-26 01:55:18 +01:00
|
|
|
|
xbmc = kodi; # added 2018-04-25
|
|
|
|
|
xbmcPlain = kodiPlain; # added 2018-04-25
|
|
|
|
|
xbmcPlugins = kodiPlugins; # added 2018-04-25
|
2018-05-01 19:46:05 +01:00
|
|
|
|
xmonad_log_applet_gnome3 = xmonad_log_applet; # added 2018-05-01
|
2016-03-18 19:35:10 +00:00
|
|
|
|
xf86_video_nouveau = xorg.xf86videonouveau; # added 2015-09
|
2020-01-19 00:57:10 +00:00
|
|
|
|
xf86_input_mtrack = throw ("xf86_input_mtrack has been removed from nixpkgs as it hasn't been maintained"
|
|
|
|
|
+ "and is broken. Working alternatives are libinput and synaptics.");
|
2020-01-19 00:59:25 +00:00
|
|
|
|
xf86_input_multitouch = throw "xf86_input_multitouch has been removed from nixpkgs."; # added 2020-01-20
|
2016-03-18 19:35:10 +00:00
|
|
|
|
xlibs = xorg; # added 2015-09
|
2018-09-13 16:45:42 +01:00
|
|
|
|
xpraGtk3 = xpra; # added 2018-09-13
|
2020-02-23 01:23:28 +00:00
|
|
|
|
xv = xxv; # added 2020-02-22
|
2016-03-18 19:35:10 +00:00
|
|
|
|
youtubeDL = youtube-dl; # added 2014-10-26
|
2020-10-19 23:24:28 +01:00
|
|
|
|
ytop = throw "ytop has been abandoned by upstream. Consider switching to bottom instead";
|
2019-01-19 12:23:54 +00:00
|
|
|
|
zdfmediathk = mediathekview; # added 2019-01-19
|
2019-11-20 03:25:38 +00:00
|
|
|
|
gnome_user_docs = gnome-user-docs; # added 2019-11-20
|
2020-10-09 15:53:07 +01:00
|
|
|
|
# spidermonkey is not ABI upwards-ompatible, so only allow this for nix-shell
|
|
|
|
|
spidermonkey = spidermonkey_78; # added 2020-10-09
|
2020-12-20 13:35:14 +00:00
|
|
|
|
libtorrentRasterbar = libtorrent-rasterbar; # added 2020-12-20
|
|
|
|
|
libtorrentRasterbar-2_0_x = libtorrent-rasterbar-2_0_x; # added 2020-12-20
|
|
|
|
|
libtorrentRasterbar-1_2_x = libtorrent-rasterbar-1_2_x; # added 2020-12-20
|
|
|
|
|
libtorrentRasterbar-1_1_x = libtorrent-rasterbar-1_1_x; # added 2020-12-20
|
2016-09-19 18:10:30 +01:00
|
|
|
|
|
2018-10-22 08:41:11 +01:00
|
|
|
|
# TODO(ekleog): add ‘wasm’ alias to ‘ocamlPackages.wasm’ after 19.03
|
2018-10-15 02:27:19 +01:00
|
|
|
|
# branch-off
|
|
|
|
|
|
2017-05-27 12:12:36 +01:00
|
|
|
|
# added 2017-05-27
|
|
|
|
|
wineMinimal = winePackages.minimal;
|
|
|
|
|
wineFull = winePackages.full;
|
|
|
|
|
wineStable = winePackages.stable;
|
|
|
|
|
wineUnstable = winePackages.unstable;
|
|
|
|
|
|
2018-03-26 12:10:35 +01:00
|
|
|
|
# added 2018-03-26
|
|
|
|
|
libva-full = libva;
|
|
|
|
|
libva1-full = libva1;
|
|
|
|
|
|
2018-07-16 16:08:30 +01:00
|
|
|
|
# forceSystem should not be used directly in Nixpkgs.
|
|
|
|
|
# added 2018-07-16
|
|
|
|
|
forceSystem = system: _:
|
|
|
|
|
(import self.path { localSystem = { inherit system; }; });
|
2018-07-26 19:52:03 +01:00
|
|
|
|
callPackage_i686 = pkgsi686Linux.callPackage;
|
2018-07-16 16:08:30 +01:00
|
|
|
|
|
2016-09-19 18:10:30 +01:00
|
|
|
|
inherit (ocaml-ng) # added 2016-09-14
|
|
|
|
|
ocamlPackages_4_00_1 ocamlPackages_4_01_0 ocamlPackages_4_02
|
|
|
|
|
ocamlPackages_4_03
|
|
|
|
|
ocamlPackages_latest;
|
2018-04-26 01:55:18 +01:00
|
|
|
|
|
2019-07-31 22:12:51 +01:00
|
|
|
|
# added 2019-08-01
|
2019-09-14 09:49:38 +01:00
|
|
|
|
mumble_git = pkgs.mumble;
|
|
|
|
|
murmur_git = pkgs.murmur;
|
2019-09-06 17:07:34 +01:00
|
|
|
|
|
2020-08-17 15:07:53 +01:00
|
|
|
|
# added 2020-08-17
|
2020-10-20 11:31:57 +01:00
|
|
|
|
zabbix44 = throw "zabbix44: Zabbix 4.4 is end of life, see https://www.zabbix.com/documentation/current/manual/installation/upgrade_notes_500 for details on upgrading to Zabbix 5.0.";
|
2020-08-17 15:07:53 +01:00
|
|
|
|
|
2019-09-06 17:07:34 +01:00
|
|
|
|
# added 2019-09-06
|
|
|
|
|
zeroc_ice = pkgs.zeroc-ice;
|
2020-06-22 14:44:43 +01:00
|
|
|
|
|
|
|
|
|
# added 2020-06-22
|
|
|
|
|
zeromq3 = throw "zeromq3 has been deprecated by zeromq4.";
|
|
|
|
|
jzmq = throw "jzmq has been removed from nixpkgs, as it was unmaintained";
|
2016-09-19 18:10:30 +01:00
|
|
|
|
} // (with ocaml-ng; { # added 2016-09-14
|
|
|
|
|
ocaml_4_00_1 = ocamlPackages_4_00_1.ocaml;
|
|
|
|
|
ocaml_4_01_0 = ocamlPackages_4_01_0.ocaml;
|
|
|
|
|
ocaml_4_02 = ocamlPackages_4_02.ocaml;
|
|
|
|
|
ocaml_4_03 = ocamlPackages_4_03.ocaml;
|
2019-10-28 21:24:23 +00:00
|
|
|
|
}) // {
|
|
|
|
|
|
|
|
|
|
# added 2019-10-28
|
|
|
|
|
gnatsd = nats-server;
|
2020-01-10 17:08:28 +00:00
|
|
|
|
|
|
|
|
|
# added 2020-01-10
|
|
|
|
|
tor-browser-bundle = throw "tor-browser-bundle was removed because it was out of date and inadequately maintained. Please use tor-browser-bundle-bin instead. See #77452.";
|
|
|
|
|
# added 2020-01-10
|
|
|
|
|
tor-browser-unwrapped = throw "tor-browser-unwrapped was removed because it was out of date and inadequately maintained. Please use tor-browser-bundle-bin instead. See #77452.";
|
2020-01-30 19:19:45 +00:00
|
|
|
|
|
2020-02-09 22:55:05 +00:00
|
|
|
|
# added 2020-02-09
|
|
|
|
|
dina-font-pcf = dina-font;
|
|
|
|
|
|
2020-04-13 13:27:51 +01:00
|
|
|
|
# added 2019-04-13
|
|
|
|
|
# *-polly pointed to llvmPackages_latest
|
2020-10-20 11:31:57 +01:00
|
|
|
|
llvm-polly = throw "llvm-polly: clang is now built with polly-plugin by default";
|
|
|
|
|
clang-polly = throw "clang-polly: clang is now built with polly-plugin by default";
|
2020-04-13 13:27:51 +01:00
|
|
|
|
|
2020-02-02 11:05:13 +00:00
|
|
|
|
/* Cleanup before 20.09 */
|
|
|
|
|
oraclejdk8psu = throw ''
|
2020-10-20 11:31:57 +01:00
|
|
|
|
oraclejdk8psu: The *psu versions of oraclejdk aren't provided by upstream anymore and were therefore removed!
|
2020-02-02 11:05:13 +00:00
|
|
|
|
'';
|
|
|
|
|
oraclejre8psu = oraclejdk8psu;
|
|
|
|
|
oraclejdk8psu_distro = oraclejdk8psu;
|
2020-02-02 00:04:01 +00:00
|
|
|
|
|
|
|
|
|
dnscrypt-proxy = throw "dnscrypt-proxy has been removed. Please use dnscrypt-proxy2."; # added 2020-02-02
|
2020-02-04 12:14:36 +00:00
|
|
|
|
sqldeveloper_18 = throw "sqldeveloper_18 is not maintained anymore!"; # added 2020-02-04
|
2020-02-09 21:34:26 +00:00
|
|
|
|
|
2020-10-20 11:31:57 +01:00
|
|
|
|
gcc-snapshot = throw "gcc-snapshot: Marked as broken for >2 years, additionally this 'snapshot' pointed to a fairly old one from gcc7.";
|
2020-07-24 16:27:30 +01:00
|
|
|
|
|
|
|
|
|
/* Cleanup before 21.03 */
|
|
|
|
|
riot-desktop = throw "riot-desktop is now element-desktop!";
|
|
|
|
|
riot-web = throw "riot-web is now element-web";
|
2020-10-06 09:13:57 +01:00
|
|
|
|
|
|
|
|
|
ant-dracula-theme = throw "ant-dracula-theme is now dracula-theme, and theme name is Dracula instead of Ant-Dracula.";
|
|
|
|
|
|
2020-10-30 18:32:19 +00:00
|
|
|
|
/* If these are in the scope of all-packages.nix, they cause collisions
|
|
|
|
|
between mixed versions of qt. See:
|
|
|
|
|
https://github.com/NixOS/nixpkgs/pull/101369 */
|
|
|
|
|
|
|
|
|
|
inherit (kdeFrameworks) breeze-icons oxygen-icons5;
|
|
|
|
|
inherit (kdeApplications)
|
|
|
|
|
akonadi akregator ark
|
|
|
|
|
bomber bovo
|
|
|
|
|
dolphin dragon
|
|
|
|
|
elisa
|
|
|
|
|
ffmpegthumbs filelight
|
|
|
|
|
granatier gwenview
|
|
|
|
|
k3b
|
|
|
|
|
kaddressbook kalzium kapptemplate kapman kate katomic
|
|
|
|
|
kblackbox kblocks kbounce
|
|
|
|
|
kcachegrind kcalc kcharselect kcolorchooser
|
|
|
|
|
kdenlive kdf kdialog kdiamond
|
|
|
|
|
keditbookmarks
|
|
|
|
|
kfind kfloppy
|
|
|
|
|
kget kgpg
|
|
|
|
|
khelpcenter
|
|
|
|
|
kig kigo killbots kitinerary
|
|
|
|
|
kleopatra klettres klines
|
|
|
|
|
kmag kmail kmines kmix kmplot
|
|
|
|
|
knavalbattle knetwalk knights
|
|
|
|
|
kollision kolourpaint kompare konsole kontact korganizer
|
|
|
|
|
kpkpass
|
|
|
|
|
krdc kreversi krfb
|
|
|
|
|
kshisen ksquares ksystemlog
|
|
|
|
|
kteatime ktimer ktouch kturtle
|
|
|
|
|
kwalletmanager kwave
|
|
|
|
|
marble minuet
|
|
|
|
|
okular
|
|
|
|
|
picmi
|
|
|
|
|
spectacle
|
|
|
|
|
yakuake
|
|
|
|
|
;
|
|
|
|
|
inherit (plasma5)
|
|
|
|
|
bluedevil breeze-gtk breeze-qt5 breeze-grub breeze-plymouth discover
|
|
|
|
|
kactivitymanagerd kde-cli-tools kde-gtk-config kdeplasma-addons kgamma5
|
|
|
|
|
kinfocenter kmenuedit kscreen kscreenlocker ksshaskpass ksysguard
|
|
|
|
|
kwallet-pam kwayland-integration kwin kwrited milou oxygen plasma-browser-integration
|
|
|
|
|
plasma-desktop plasma-integration plasma-nm plasma-pa plasma-vault plasma-workspace
|
|
|
|
|
plasma-workspace-wallpapers polkit-kde-agent powerdevil sddm-kcm
|
2020-12-05 15:46:30 +00:00
|
|
|
|
systemsettings xdg-desktop-portal-kde
|
2020-10-30 18:32:19 +00:00
|
|
|
|
;
|
|
|
|
|
inherit (plasma5.thirdParty)
|
|
|
|
|
plasma-applet-caffeine-plus
|
|
|
|
|
kwin-dynamic-workspaces
|
|
|
|
|
kwin-tiling
|
|
|
|
|
krohnkite
|
|
|
|
|
;
|
2020-10-26 20:41:35 +00:00
|
|
|
|
inherit (libsForQt5)
|
|
|
|
|
sddm
|
|
|
|
|
;
|
2020-10-30 18:32:19 +00:00
|
|
|
|
|
2019-10-28 21:24:23 +00:00
|
|
|
|
})
|