2020-04-24 23:36:52 +00:00
lib : self : super :
with self ;
let
# Removing recurseForDerivation prevents derivations of aliased attribute
# set to appear while listing all the packages available.
removeRecurseForDerivations = alias : with lib ;
if alias . recurseForDerivations or false then
removeAttrs alias [ " r e c u r s e F o r D e r i v a t i o n s " ]
else alias ;
# 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 ;
# Make sure that we are not shadowing something from
# all-packages.nix.
checkInPkgs = n : alias : if builtins . hasAttr n super
then throw " A l i a s ${ n } i s s t i l l i n a l l - p a c k a g e s . n i x "
else alias ;
mapAliases = aliases :
lib . mapAttrs ( n : alias : removeDistribute
( removeRecurseForDerivations
( checkInPkgs n alias ) ) )
aliases ;
in
### Deprecated aliases - for backward compatibility
mapAliases ( {
PPSSPP = ppsspp ; # added 2017-10-01
QmidiNet = qmidinet ; # added 2016-05-22
accounts-qt = libsForQt5 . accounts-qt ; # added 2015-12-19
adobeReader = adobe-reader ; # added 2013-11-04
adobe_flex_sdk = apache-flex-sdk ; # added 2018-06-01
ag = silver-searcher ; # added 2018-04-25
aircrackng = aircrack-ng ; # added 2016-01-14
alienfx = throw " a l i e n f x h a s b e e n r e m o v e d . " ; # added 2019-12-08
2020-12-03 08:41:04 +00:00
aleth = throw " a l e t h ( p r e v i o u s l y p a c k a g e d a s c p p _ e t h e r e u m ) h a s b e e n r e m o v e d ; a b a n d o n e d u p s t r e a m . " ; # added 2020-11-30
2020-11-03 02:18:15 +00:00
amazon-glacier-cmd-interface = throw " a m a z o n - g l a c i e r - c m d - i n t e r f a c e h a s b e e n r e m o v e d d u e t o i t b e i n g u n m a i n t a i n e d . " ; # added 2020-10-30
2020-04-24 23:36:52 +00:00
ammonite-repl = ammonite ; # added 2017-05-02
2020-12-25 13:55:36 +00:00
amsn = throw " a m s n h a s b e e n r e m o v e d d u e t o b e i n g u n m a i n t a i n e d . " ; # added 2020-12-09
2020-08-20 17:08:02 +00:00
antimicro = throw " a n t i m i c r o h a s b e e n r e m o v e d a s i t w a s b r o k e n , s e e a n t i m i c r o X i n s t e a d . " ; # added 2020-08-06
2020-12-25 13:55:36 +00:00
apacheKafka_0_9 = throw " k a f k a 0 . 9 i s n o l o n g e r s u p p o r t e d . P l e a s e u p g r a d e t o a n e w e r v e r s i o n . " ; # added 2020-12-21
apacheKafka_0_10 = throw " k a f k a 0 . 1 0 i s n o l o n g e r s u p p o r t e d . P l e a s e u p g r a d e t o a n e w e r v e r s i o n . " ; # added 2020-12-21
apacheKafka_0_11 = throw " k a f k a 0 . 1 1 i s n o l o n g e r s u p p o r t e d . P l e a s e u p g r a d e t o a n e w e r v e r s i o n . " ; # added 2020-12-21
apacheKafka_1_0 = throw " k a f k a 1 . 0 i s n o l o n g e r s u p p o r t e d . P l e a s e u p g r a d e t o a n e w e r v e r s i o n . " ; # added 2020-12-21
apacheKafka_1_1 = throw " k a f k a 1 . 1 i s n o l o n g e r s u p p o r t e d . P l e a s e u p g r a d e t o a n e w e r v e r s i o n . " ; # added 2020-12-21
apacheKafka_2_0 = throw " k a f k a 2 . 0 i s n o l o n g e r s u p p o r t e d . P l e a s e u p g r a d e t o a n e w e r v e r s i o n . " ; # added 2020-12-21
apacheKafka_2_1 = throw " k a f k a 2 . 1 i s n o l o n g e r s u p p o r t e d . P l e a s e u p g r a d e t o a n e w e r v e r s i o n . " ; # added 2020-12-21
apacheKafka_2_2 = throw " k a f k a 2 . 2 i s n o l o n g e r s u p p o r t e d . P l e a s e u p g r a d e t o a n e w e r v e r s i o n . " ; # added 2020-12-21
apacheKafka_2_3 = throw " k a f k a 2 . 3 i s n o l o n g e r s u p p o r t e d . P l e a s e u p g r a d e t o a n e w e r v e r s i o n . " ; # added 2020-12-21
2020-04-24 23:36:52 +00:00
arduino_core = arduino-core ; # added 2015-02-04
2020-09-25 04:45:31 +00:00
arora = throw " a r o r a h a s b e e n r e m o v e d . " ; # added 2020-09-09
2020-04-24 23:36:52 +00:00
asciidocFull = asciidoc-full ; # added 2014-06-22
2020-10-27 00:29:36 +00:00
asterisk_15 = throw " a s t e r i s k _ 1 5 : A s t e r i s k 1 5 i s e n d o f l i f e a n d h a s b e e n r e m o v e d . " ; # added 2020-10-07
2020-04-24 23:36:52 +00:00
at_spi2_atk = at-spi2-atk ; # added 2018-02-25
at_spi2_core = at-spi2-core ; # added 2018-02-25
2020-12-29 15:07:52 +00:00
aucdtect = throw " a u c d t e c t : U p s t r e a m n o l o n g e r p r o v i d e s d o w n l o a d u r l s . " ; # added 2020-12-26
2020-04-24 23:36:52 +00:00
avldrums-lv2 = x42-avldrums ; # added 2020-03-29
bar-xft = lemonbar-xft ; # added 2015-01-16
bashCompletion = bash-completion ; # Added 2016-09-28
batti = throw " b a t t i h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t w a s u n m a i n t a i n e d " ; # added 2019-12-10
2020-05-29 06:06:01 +00:00
bazaar = throw " b a z a a r h a s b e e n d e p r e c a t e d b y b r e e z y . " ; # added 2020-04-19
bazaarTools = throw " b a z a a r h a s b e e n d e p r e c a t e d b y b r e e z y . " ; # added 2020-04-19
2020-04-24 23:36:52 +00:00
beegfs = throw " b e e g f s h a s b e e n r e m o v e d . " ; # added 2019-11-24
bluezFull = bluez ; # Added 2019-12-03
2021-02-05 17:12:51 +00:00
brackets = throw " b r a c k e t s h a s b e e n r e m o v e d , i t w a s u n m a i n t a i n e d a n d h a d o p e n v u l n e r a b i l i t i e s " ; # added 2021-01-24
2020-04-24 23:36:52 +00:00
bridge_utils = bridge-utils ; # added 2015-02-20
bro = zeek ; # added 2019-09-29
bootchart = throw " b o o t c h a r t h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t i s w i t h o u t a m a i n t a i n e r " ; # added 2019-12-10
2020-12-25 13:55:36 +00:00
bomi = throw " b o m i h a s b e e n r e m o v e d f r o m n i x p k g s s i n c e i t w a s b r o k e n a n d a b a n d o n e d u p s t r e a m " ; # added 2020-12-10
2020-04-24 23:36:52 +00:00
btrfsProgs = btrfs-progs ; # added 2016-01-03
bittorrentSync = throw " b i t t o r r e n t S y n c h a s b e e n d e p r e c a t e d b y r e s i l i o - s y n c . " ; # added 2019-06-03
bittorrentSync14 = throw " b i t t o r r e n t S y n c 1 4 h a s b e e n d e p r e c a t e d b y r e s i l i o - s y n c . " ; # added 2019-06-03
bittorrentSync20 = throw " b i t t o r r e n t S y n c 2 0 h a s b e e n d e p r e c a t e d b y r e s i l i o - s y n c . " ; # added 2019-06-03
2021-01-05 17:05:55 +00:00
bs1770gain = throw " b s 1 7 7 0 g a i n h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t h a d n o m a i n t a i n e r o r r e v e r s e d e p e n d e n c i e s . " ; # added 2021-01-02
2020-11-06 00:33:48 +00:00
btc1 = throw " b t c 1 h a s b e e n r e m o v e d , i t w a s a b a n d o n e d b y u p s t r e a m " ; # added 2020-11-03
2020-04-24 23:36:52 +00:00
buildPerlPackage = perlPackages . buildPerlPackage ; # added 2018-10-12
2020-05-03 17:38:23 +00:00
buildGo112Package = throw " b u i l d G o 1 1 2 P a c k a g e h a s b e e n r e m o v e d " ; # added 2020-04-26
buildGo112Module = throw " b u i l d G o 1 1 2 M o d u l e h a s b e e n r e m o v e d " ; # added 2020-04-26
2020-04-24 23:36:52 +00:00
bundler_HEAD = bundler ; # added 2015-11-15
2021-02-05 17:12:51 +00:00
calibre-py2 = throw " c a l i b r e - p y 2 h a s b e e n r e m o v e d f r o m n i x p k g s , a s c a l i b r e h a s u p g r a d e d t o p y t h o n 3 . P l e a s e u s e c a l i b r e a s r e p l a c e m e n t . " ; # added 2021-01-13
calibre-py3 = throw " c a l i b r e - p y 3 h a s b e e n r e m o v e d f r o m n i x p k g s , a s c a l i b r e ' s d e f a u l t p y t h o n v e r s i o n i s n o w 3 . P l e a s e u s e c a l i b r e a s r e p l a c e m e n t . " ; # added 2021-01-13
2020-10-07 09:15:18 +00:00
caddy1 = throw " c a d d y 1 . x h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t ' s u n m a i n t a i n e d : h t t p s : / / g i t h u b . c o m / c a d d y s e r v e r / c a d d y / b l o b / m a s t e r / . g i t h u b / S E C U R I T Y . m d # s u p p o r t e d - v e r s i o n s " ; # added 2020-10-02
2020-04-24 23:36:52 +00:00
cantarell_fonts = cantarell-fonts ; # added 2018-03-03
2020-08-20 17:08:02 +00:00
cargo-tree = throw " c a r g o - t r e e h a s b e e n r e m o v e d , u s e t h e b u i l t i n ` c a r g o t r e e ` c o m m a n d i n s t e a d . " ; # added 2020-08-20
2020-06-18 07:06:33 +00:00
casperjs = throw " c a s p e r j s h a s b e e n r e m o v e d , i t w a s a b a n d o n e d b y u p s t r e a m a n d b r o k e n . " ;
2020-04-24 23:36:52 +00:00
catfish = xfce . catfish ; # added 2019-12-22
2021-03-20 04:20:00 +00:00
ccnet = throw " c c n e t h a s b e e n r e m o v e d b e c a u s e s e a f i l e d o e s n o t d e p e n d o n i t a n y m o r e " ; # added 2021-03-25
2020-06-18 07:06:33 +00:00
cgmanager = throw " c g m a n a g e r w a s d e p r e c a t e d b y l x c a n d t h e r e f o r e r e m o v e d f r o m n i x p k g s . " ; # added 2020-06-05
2020-04-24 23:36:52 +00:00
checkbashism = checkbashisms ; # added 2016-08-16
2020-08-20 17:08:02 +00:00
chronos = throw " c h r o n o s h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t w a s u n m a i n t a i n e d " ; # added 2020-08-15
2020-10-27 00:29:36 +00:00
cide = throw " c i d e w a s d e p r e c a t e d o n 2 0 1 9 - 0 9 - 1 1 : a b a n d o n e d b y u p s t r e a m " ;
2020-04-24 23:36:52 +00:00
cinepaint = throw " c i n e p a i n t h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t w a s u n m a i n t a i n e d " ; # added 2019-12-10
cifs_utils = cifs-utils ; # added 2016-08
ckb = ckb-next ; # added 2018-10-21
2021-03-20 04:20:00 +00:00
# these are for convenience, not for backward compat and shouldn't expire
clang5Stdenv = lowPrio llvmPackages_5 . stdenv ;
clang6Stdenv = lowPrio llvmPackages_6 . stdenv ;
clang7Stdenv = lowPrio llvmPackages_7 . stdenv ;
clang8Stdenv = lowPrio llvmPackages_8 . stdenv ;
clang9Stdenv = lowPrio llvmPackages_9 . stdenv ;
clang10Stdenv = lowPrio llvmPackages_10 . stdenv ;
clang11Stdenv = lowPrio llvmPackages_11 . stdenv ;
2020-04-24 23:36:52 +00:00
clangAnalyzer = clang-analyzer ; # added 2015-02-20
clawsMail = claws-mail ; # added 2016-04-29
clutter_gtk = clutter-gtk ; # added 2018-02-25
2020-12-25 13:55:36 +00:00
codimd = hedgedoc ; # added 2020-11-29
2020-04-24 23:36:52 +00:00
compton = picom ; # added 2019-12-02
compton-git = compton ; # added 2019-05-20
2021-03-19 17:17:44 +00:00
concurrencykit = libck ; # added 2021-03
2020-04-24 23:36:52 +00:00
conntrack_tools = conntrack-tools ; # added 2018-05
cool-old-term = cool-retro-term ; # added 2015-01-31
coprthr = throw " c o p r t h r h a s b e e n r e m o v e d . " ; # added 2019-12-08
2020-10-27 00:29:36 +00:00
corebird = throw " c o r e b i r d w a s d e p r e c a t e d 2 0 1 9 - 1 0 - 0 2 : S e e h t t p s : / / w w w . p a t r e o n . c o m / p o s t s / c o r e b i r d s - f u t u r e - 1 8 9 2 1 3 2 8 . P l e a s e u s e C a w b i r d a s r e p l a c e m e n t . " ;
coredumper = throw " c o r e d u m p e r h a s b e e n r e m o v e d : a b a n d o n e d b y u p s t r e a m . " ; # added 2019-11-16
2020-12-03 08:41:04 +00:00
cpp_ethereum = throw " c p p _ e t h e r e u m h a s b e e n r e m o v e d ; a b a n d o n e d u p s t r e a m . " ; # added 2020-11-30
2020-10-27 00:29:36 +00:00
cryptol = throw " c r y p t o l w a s r e m o v e d d u e t o p r o l o n g e d b r o k e n b u i l d " ; # added 2020-08-21
2020-04-24 23:36:52 +00:00
cpp-gsl = microsoft_gsl ; # added 2019-05-24
2021-02-16 17:04:54 +00:00
cudatoolkit_6 = throw " c u d a t o o l k i t _ 6 h a s b e e n r e m o v e d i n f a v o r o f n e w e r v e r s i o n s " ; # added 2021-02-14
cudatoolkit_65 = throw " c u d a t o o l k i t _ 6 5 h a s b e e n r e m o v e d i n f a v o r o f n e w e r v e r s i o n s " ; # added 2021-02-14
cudatoolkit_7 = throw " c u d a t o o l k i t _ 7 h a s b e e n r e m o v e d i n f a v o r o f n e w e r v e r s i o n s " ; # added 2021-02-14
cudatoolkit_7_5 = throw " c u d a t o o l k i t _ 7 _ 5 h a s b e e n r e m o v e d i n f a v o r o f n e w e r v e r s i o n s " ; # added 2021-02-14
cudatoolkit_8 = throw " c u d a t o o l k i t _ 8 h a s b e e n r e m o v e d i n f a v o r o f n e w e r v e r s i o n s " ; # added 2021-02-14
cudnn_cudatoolkit_7 = throw " c u d n n _ c u d a t o o l k i t _ 7 h a s b e e n r e m o v e d i n f a v o r o f n e w e r v e r s i o n s " ; # added 2021-02-14
cudnn_cudatoolkit_7_5 = throw " c u d n n _ c u d a t o o l k i t _ 7 _ 5 h a s b e e n r e m o v e d i n f a v o r o f n e w e r v e r s i o n s " ; # added 2021-02-14
cudnn6_cudatoolkit_8 = throw " c u d n n 6 _ c u d a t o o l k i t _ 8 h a s b e e n r e m o v e d i n f a v o r o f n e w e r v e r s i o n s " ; # added 2021-02-14
cudnn_cudatoolkit_8 = throw " c u d n n _ c u d a t o o l k i t _ 8 h a s b e e n r e m o v e d i n f a v o r o f n e w e r v e r s i o n s " ; # added 2021-02-14
2020-04-24 23:36:52 +00:00
cupsBjnp = cups-bjnp ; # added 2016-01-02
cups_filters = cups-filters ; # added 2016-08
2021-02-13 14:23:35 +00:00
cups-googlecloudprint = throw " G o o g l e C l o u d p r i n t i s o f f i c i a l l y d i s c o n t i n u e d s i n c e J a n 2 0 2 1 , m o r e i n f o h t t p s : / / s u p p o r t . g o o g l e . c o m / c h r o m e / a / a n s w e r / 9 6 3 3 0 0 6 " ;
2020-06-18 07:06:33 +00:00
cquery = throw " c q u e r y h a s b e e n r e m o v e d b e c a u s e i t i s a b a n d o n e d b y u p s t r e a m . C o n s i d e r s w i t c h i n g t o c l a n g d o r c c l s i n s t e a d . " ; # added 2020-06-15
2020-04-24 23:36:52 +00:00
cv = progress ; # added 2015-09-06
d1x_rebirth = dxx-rebirth ; # added 2018-04-25
d2x_rebirth = dxx-rebirth ; # added 2018-04-25
2021-02-05 17:12:51 +00:00
dart_dev = throw " N o n - s t a b l e v e r s i o n s o f D a r t h a v e b e e n r e m o v e d . " ; # added 2020-01-15
dart_old = throw " N o n - s t a b l e v e r s i o n s o f D a r t h a v e b e e n r e m o v e d . " ; # added 2020-01-15
dart_stable = dart ; # added 2020-01-15
2020-04-24 23:36:52 +00:00
dat = nodePackages . dat ;
2020-10-27 00:29:36 +00:00
dbvisualizer = throw " d b v i s u a l i z e r h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t ' s u n m a i n t a i n e d " ; # added 2020-09-20
2020-04-24 23:36:52 +00:00
dbus_daemon = dbus . daemon ; # added 2018-04-25
dbus_glib = dbus-glib ; # added 2018-02-25
dbus_libs = dbus ; # added 2018-04-25
diffuse = throw " d i f f u s e h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t ' s u n m a i n t a i n e d " ; # added 2019-12-10
dbus_tools = dbus . out ; # added 2018-04-25
deadbeef-mpris2-plugin = deadbeefPlugins . mpris2 ; # added 2018-02-23
deadpixi-sam = deadpixi-sam-unstable ;
debian_devscripts = debian-devscripts ; # added 2016-03-23
2020-09-25 04:45:31 +00:00
deepin = throw " d e e p i n w a s a w o r k i n p r o g r e s s a n d i t h a s b e e n c a n c e l e d a n d r e m o v e d h t t p s : / / g i t h u b . c o m / N i x O S / n i x p k g s / i s s u e s / 9 4 8 7 0 " ; # added 2020-08-31
2020-04-24 23:36:52 +00:00
desktop_file_utils = desktop-file-utils ; # added 2018-02-25
devicemapper = lvm2 ; # added 2018-04-25
digikam5 = digikam ; # added 2017-02-18
dmtx = dmtx-utils ; # added 2018-04-25
2020-05-15 21:57:56 +00:00
dnnl = oneDNN ; # added 2020-04-22
2020-04-24 23:36:52 +00:00
docbook5_xsl = docbook_xsl_ns ; # added 2018-04-25
docbook_xml_xslt = docbook_xsl ; # added 2018-04-25
double_conversion = double-conversion ; # 2017-11-22
docker_compose = docker-compose ; # 2018-11-10
2020-08-20 17:08:02 +00:00
draftsight = throw " d r a f t s i g h t h a s b e e n r e m o v e d , n o l o n g e r a v a i l a b l e a s f r e e w a r e " ; # added 2020-08-14
2020-11-06 00:33:48 +00:00
dvb_apps = throw " d v b _ a p p s h a s b e e n r e m o v e d . " ; # added 2020-11-03
2020-04-24 23:36:52 +00:00
dwarf_fortress = dwarf-fortress ; # added 2016-01-23
2021-02-13 14:23:35 +00:00
dwm-git = throw " d w m - g i t h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t h a d n o u p d a t e s f o r 2 y e a r s n o t s e r v i n g i t ' s p u r p o s e . " ; # added 2021-02-07
2021-02-05 17:12:51 +00:00
elasticmq = throw " e l a s t i c m q h a s b e e n r e m o v e d i n f a v o u r o f e l a s t i c m q - s e r v e r - b i n " ; # added 2021-01-17
2020-04-24 23:36:52 +00:00
emacsPackagesGen = emacsPackagesFor ; # added 2018-08-18
emacsPackagesNgGen = emacsPackagesFor ; # added 2018-08-18
emacsPackagesNgFor = emacsPackagesFor ; # added 2019-08-07
2021-01-15 22:18:51 +00:00
emacsPackagesNg = emacs . pkgs ; # added 2019-08-07
emacs27Packages = emacs27 . pkgs ; # added 2020-12-18
emacs27WithPackages = emacs27 . pkgs . withPackages ; # added 2020-12-18
emacsWithPackages = emacs . pkgs . withPackages ; # added 2020-12-18
emacsPackages = emacs . pkgs ; # added 2020-12-18
2020-04-24 23:36:52 +00:00
emby = throw " T h e E m b y d e r i v a t i o n h a s b e e n r e m o v e d , s e e j e l l y f i n i n s t e a d f o r a f r e e s o f t w a r e f o r k . " ; # added 2019-05-01
enblendenfuse = enblend-enfuse ; # 2015-09-30
evolution_data_server = evolution-data-server ; # added 2018-02-25
etcdctl = etcd ; # added 2018-04-25
exfat-utils = exfat ; # 2015-09-11
facette = throw " f a c e t t e h a s b e e n r e m o v e d . " ; # added 2020-01-06
fast-neural-doodle = throw " f a s t - n e u r a l - d o o d l e h a s b e e n r e m o v e d , a s t h e u p s t r e a m p r o j e c t h a s b e e n a b a n d o n e d " ; # added 2020-03-28
fetchFromGithub = throw " Y o u m e a n t f e t c h F r o m G i t H u b , w i t h a c a p i t a l H . " ;
ffadoFull = ffado ; # added 2018-05-01
2020-09-25 04:45:31 +00:00
firefox-esr-68 = throw " F i r e f o x 6 8 E S R r e a c h e d e n d o f l i f e w i t h i t s f i n a l r e l e a s e 6 8 . 1 2 e s r o n 2 0 2 0 - 0 8 - 2 5 a n d w a s t h e r e f o r e r e m o v e d f r o m n i x p k g s " ;
2020-04-24 23:36:52 +00:00
firefox-esr-wrapper = firefox-esr ; # 2016-01
firefox-wrapper = firefox ; # 2016-01
firefoxWrapper = firefox ; # 2015-09
firestr = throw " f i r e s t r h a s b e e n r e m o v e d . " ; # added 2019-12-08
2021-01-15 22:18:51 +00:00
fish-foreign-env = throw " f i s h - f o r e i g n - e n v h a s b e e n r e p l a c e d w i t h f i s h P l u g i n s . f o r e i g n - e n v " ; # added 2020-12-29, modified 2021-01-10
2020-04-24 23:36:52 +00:00
flameGraph = flamegraph ; # added 2018-04-25
2021-02-13 14:23:35 +00:00
flashplayer = throw " f l a s h p l a y e r h a s b e e n r e m o v e d a s A d o b e F l a s h P l a y e r i s n o w d e p r e c a t e d . " ; # added 2021-02-07
flashplayer-standalone = throw " f l a s h p l a y e r - s t a n d a l o n e h a s b e e n r e m o v e d a s A d o b e F l a s h P l a y e r i s n o w d e p r e c a t e d . " ; # added 2021-02-07
flashplayer-standalone-debugger = throw " f l a s h p l a y e r - s t a n d a l o n e - d e b u g g e r h a s b e e n r e m o v e d a s A d o b e F l a s h P l a y e r i s n o w d e p r e c a t e d . " ; # added 2021-02-07
2021-02-05 17:12:51 +00:00
flink_1_5 = throw " f l i n k _ 1 _ 5 w a s r e m o v e d , u s e f l i n k i n s t e a d " ; # added 2021-01-25
flutter-beta = throw " N o n - s t a b l e v e r s i o n s o f F l u t t e r h a v e b e e n r e m o v e d . Y o u c a n u s e f l u t t e r P a c k a g e s . m k F l u t t e r t o g e n e r a t e a p a c k a g e f o r o t h e r F l u t t e r v e r s i o n s . " ; # added 2020-01-15
flutter-dev = throw " N o n - s t a b l e v e r s i o n s o f F l u t t e r h a v e b e e n r e m o v e d . Y o u c a n u s e f l u t t e r P a c k a g e s . m k F l u t t e r t o g e n e r a t e a p a c k a g e f o r o t h e r F l u t t e r v e r s i o n s . " ; # added 2020-01-15
2020-11-06 00:33:48 +00:00
flvtool2 = throw " f l v t o o l 2 h a s b e e n r e m o v e d . " ; # added 2020-11-03
2020-04-24 23:36:52 +00:00
foldingathome = fahclient ; # added 2020-09-03
font-awesome-ttf = font-awesome ; # 2018-02-25
# 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-20 17:08:02 +00:00
fontconfig-penultimate = throw ''
fontconfig-penultimate has been removed .
It was a fork of the abandoned fontconfig-ultimate .
'' ;
# 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 .
'' ;
2020-04-24 23:36:52 +00:00
font-droid = throw " f o n t - d r o i d h a s b e e n d e p r e c a t e d b y n o t o - f o n t s " ; # 2019-04-12
foomatic_filters = foomatic-filters ; # 2016-08
fuse_exfat = exfat ; # 2015-09-11
fuseki = apache-jena-fuseki ; # added 2018-04-25
fusesmb = throw " f u s e s m b i s a b a n d o n e d b y u p s t r e a m " ; # added 2019-10-15
2020-05-29 06:06:01 +00:00
fwupdate = throw " f w u p d a t e w a s m e r g e d i n t o f w u p d " ; # added 2020-05-19
2020-06-18 07:06:33 +00:00
g4py = python3Packages . geant4 ; # added 2020-06-06
2020-04-24 23:36:52 +00:00
gccApple = throw " g c c A p p l e i s n o l o n g e r s u p p o r t e d " ; # added 2018-04-25
gdb-multitarget = gdb ; # added 2017-11-13
gdk_pixbuf = gdk-pixbuf ; # added 2019-05-22
gettextWithExpat = gettext ; # 2016-02-19
2021-01-15 22:18:51 +00:00
gitAndTools = self // { # added 2021-01-14
darcsToGit = darcs-to-git ;
gitAnnex = git-annex ;
gitBrunch = git-brunch ;
gitFastExport = git-fast-export ;
gitRemoteGcrypt = git-remote-gcrypt ;
svn_all_fast_export = svn-all-fast-export ;
topGit = top-git ;
} ;
2020-04-24 23:36:52 +00:00
glib_networking = glib-networking ; # added 2018-02-25
gmailieer = lieer ; # added 2020-04-19
2021-03-09 03:18:52 +00:00
gmvault = throw " g m v a u l t h a s b e e n r e m o v e d b e c a u s e i t i s u n m a i n t a i n e d , m o s t l y b r o k e n , a n d i n s e c u r e " ; # added 2021-03-08
2020-04-24 23:36:52 +00:00
gnome-mpv = celluloid ; # added 2019-08-22
gnome15 = throw " g n o m e 1 5 h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t ' s u n m a i n t a i n e d a n d d e p e n d s o n d e p r e c a t e d l i b r a r i e s . " ; # added 2019-12-10
gmic_krita_qt = gmic-qt-krita ; # added 2019-09-07
gnome-themes-standard = gnome-themes-extra ; # added 2018-03-14
gnome_doc_utils = gnome-doc-utils ; # added 2018-02-25
gnome_themes_standard = gnome-themes-standard ; # added 2018-02-25
2020-10-07 09:15:18 +00:00
gnunet_git = throw " g n u n e t _ g i t w a s r e m o v e d d u e t o g n u n e t b e c o m i n g s t a b l e " ; # added 2019-05-27
2021-03-15 08:37:03 +00:00
# Added 2020-10-16
2020-12-07 07:45:13 +00:00
gnuradio-with-packages = gnuradio3_7 . override {
2021-03-15 08:37:03 +00:00
extraPackages = lib . attrVals [
" o s m o s d r " " a i s " " g s m " " n a c l " " r d s " " l i m e s d r "
] gnuradio3_7Packages ;
2020-12-07 07:45:13 +00:00
} ;
2021-03-15 08:37:03 +00:00
gnuradio-nacl = gnuradio3_7 . pkgs . nacl ; # added 2019-05-27, changed 2020-10-16
gnuradio-gsm = gnuradio3_7 . pkgs . gsm ; # added 2019-05-27, changed 2020-10-16
gnuradio-ais = gnuradio3_7 . pkgs . ais ; # added 2019-05-27, changed 2020-10-16
gnuradio-limesdr = gnuradio3_7 . pkgs . limesdr ; # added 2019-05-27, changed 2020-10-16
gnuradio-rds = gnuradio3_7 . pkgs . rds ; # added 2019-05-27, changed 2020-10-16
gnuradio-osmosdr = gnuradio3_7 . pkgs . osmosdr ; # added 2019-05-27, changed 2020-10-16
gr-nacl = gnuradio3_7 . pkgs . nacl ; # added 2019-05-27, changed 2020-10-16
gr-gsm = gnuradio3_7 . pkgs . gsm ; # added 2019-05-27, changed 2020-10-16
gr-ais = gnuradio3_7 . pkgs . ais ; # added 2019-05-27, changed 2020-10-16
gr-limesdr = gnuradio3_7 . pkgs . limesdr ; # added 2019-05-27, changed 2020-10-16
gr-rds = gnuradio3_7 . pkgs . rds ; # added 2019-05-27, changed 2020-10-16
gr-osmosdr = gnuradio3_7 . pkgs . osmosdr ; # added 2019-05-27, changed 2020-10-16
2020-04-24 23:36:52 +00:00
gnustep-make = gnustep . make ; # added 2016-7-6
2020-08-20 17:08:02 +00:00
gnupg20 = throw " g n u p g 2 0 h a s b e e n r e m o v e d f r o m n i x p k g s a s u p s t r e a m d r o p p e d s u p p o r t o n 2 0 1 7 - 1 2 - 3 1 " ; # added 2020-07-12
2021-01-15 22:18:51 +00:00
gnuvd = throw " g n u v d w a s r e m o v e d b e c a u s e t h e b a c k e n d s e r v i c e i s m i s s i n g " ; # added 2020-01-14
2020-05-03 17:38:23 +00:00
go_1_12 = throw " g o _ 1 _ 1 2 h a s b e e n r e m o v e d " ; # added 2020-04-26
2020-04-24 23:36:52 +00:00
go-pup = pup ; # added 2017-12-19
2021-02-05 17:12:51 +00:00
gobby5 = gobby ; # added 2021-02-01
2020-04-24 23:36:52 +00:00
gobjectIntrospection = gobject-introspection ; # added 2018-12-02
goimports = gotools ; # added 2018-09-16
2020-10-27 00:29:36 +00:00
gometalinter = throw " g o m e t a l i n t e r w a s a b a n d o n e d b y u p s t r e a m . C o n s i d e r s w i t c h i n g t o g o l a n g c i - l i n t i n s t e a d " ; # added 2020-04-23
2020-04-24 23:36:52 +00:00
google-gflags = gflags ; # added 2019-07-25
2021-03-09 03:18:52 +00:00
google-music-scripts = throw " g o o g l e - m u s i c - s c r i p t s h a s b e e n r e m o v e d b e c a u s e G o o g l e P l a y M u s i c w a s d i s c o n t i n u e d " ; # added 2021-03-07
google-musicmanager = throw " g o o g l e - m u s i c m a n a g e r h a s b e e n r e m o v e d b e c a u s e G o o g l e P l a y M u s i c w a s d i s c o n t i n u e d " ; # added 2021-03-07
2020-04-24 23:36:52 +00:00
googleAuthenticator = google-authenticator ; # added 2016-10-16
grantlee5 = libsForQt5 . grantlee ; # added 2015-12-19
gsettings_desktop_schemas = gsettings-desktop-schemas ; # added 2018-02-25
gtk_doc = gtk-doc ; # added 2018-02-25
guileCairo = guile-cairo ; # added 2017-09-24
guileGnome = guile-gnome ; # added 2017-09-24
guileLint = guile-lint ; # added 2017-09-27
guile_lib = guile-lib ; # added 2017-09-24
guile_ncurses = guile-ncurses ; # added 2017-09-24
gupnp_av = gupnp-av ; # added 2018-02-25
gupnp_dlna = gupnp-dlna ; # added 2018-02-25
gupnp_igd = gupnp-igd ; # added 2018-02-25
gupnptools = gupnp-tools ; # added 2015-12-19
gutenberg = zola ; # added 2018-11-17
2021-02-13 14:23:35 +00:00
hal-flash = throw " h a l - f l a s h h a s b e e n r e m o v e d a s A d o b e F l a s h P l a y e r i s n o w d e p r e c a t e d . " ; # added 2021-02-07
2020-04-24 23:36:52 +00:00
heimdalFull = heimdal ; # added 2018-05-01
hepmc = hepmc2 ; # added 2019-08-05
2020-10-27 00:29:36 +00:00
hexen = throw " h e x e n ( S D L p o r t ) h a s b e e n r e m o v e d : a b a n d o n e d b y u p s t r e a m . " ; # added 2019-12-11
2020-04-24 23:36:52 +00:00
hicolor_icon_theme = hicolor-icon-theme ; # added 2018-02-25
2021-02-13 14:23:35 +00:00
ht-rust = xh ; # added 2021-02-13
2020-04-24 23:36:52 +00:00
htmlTidy = html-tidy ; # added 2014-12-06
iana_etc = iana-etc ; # added 2017-03-08
icedtea8_web = adoptopenjdk-icedtea-web ; # added 2019-08-21
icedtea_web = adoptopenjdk-icedtea-web ; # added 2019-08-21
idea = jetbrains ; # added 2017-04-03
2021-03-09 03:18:52 +00:00
imagemagick7_light = imagemagick_light ; # added 2021-02-22
imagemagick7 = imagemagick ; # added 2021-02-22
imagemagick7Big = imagemagickBig ; # added 2021-02-22
2020-12-25 13:55:36 +00:00
inboxer = throw " i n b o x e r h a s b e e n r e m o v e d a s i t i s n o l o n g e r m a i n t a i n e d a n d n o l o n g e r w o r k s a s G o o g l e s h u t d o w n t h e i n b o x s e r v i c e t h i s p a c k a g e w r a p p e d . " ;
2020-04-24 23:36:52 +00:00
infiniband-diags = rdma-core ; # added 2019-08-09
inotifyTools = inotify-tools ;
2021-03-20 04:20:00 +00:00
inter-ui = inter ; # added 2021-03-27
2021-02-05 17:12:51 +00:00
i-score = throw " i - s c o r e h a s b e e n r e m o v e d : a b a n d o n e d u p s t r e a m . " ; # added 2020-11-21
jamomacore = throw " j a m o m a c o r e h a s b e e n r e m o v e d : a b a n d o n e d u p s t r e a m . " ; # added 2020-11-21
2021-03-16 09:55:35 +00:00
jbidwatcher = throw " j b i d w a t c h e r w a s d i s c o n t i n u e d i n m a r c h 2 0 2 1 " ; # added 2021-03-15
2021-03-09 03:18:52 +00:00
jbuilder = dune_1 ; # added 2018-09-09
2020-10-27 00:29:36 +00:00
jikes = throw " j i k e s w a s d e p r e c a t e d o n 2 0 1 9 - 1 0 - 0 7 : a b a n d o n e d b y u p s t r e a m " ;
2020-04-24 23:36:52 +00:00
joseki = apache-jena-fuseki ; # added 2016-02-28
json_glib = json-glib ; # added 2018-02-25
2020-09-25 04:45:31 +00:00
kdecoration-viewer = throw " k d e c o r a t i o n - v i e w e r h a s b e e n r e m o v e d f r o m n i x p k g s , a s t h e r e i s n o u p s t r e a m a c t i v i t y " ; # 2020-06-16
2020-11-06 00:33:48 +00:00
k9copy = throw " k 9 c o p y h a s b e e n r e m o v e d f r o m n i x p k g s , a s t h e r e i s n o u p s t r e a m a c t i v i t y " ; # 2020-11-06
2021-03-15 08:37:03 +00:00
kodiGBM = kodi-gbm ;
kodiPlain = kodi ;
kodiPlainWayland = kodi-wayland ;
2020-10-27 00:29:36 +00:00
julia_07 = throw " j u l i a _ 0 7 i s d e p r e c a t e d i n f a v o r o f j u l i a _ 1 0 L T S " ; # added 2020-09-15
julia_11 = throw " j u l i a _ 1 1 i s d e p r e c a t e d i n f a v o r o f l a t e s t J u l i a v e r s i o n " ; # added 2020-09-15
2021-02-05 17:12:51 +00:00
kdeconnect = plasma5Packages . kdeconnect-kde ; # added 2020-10-28
2020-04-24 23:36:52 +00:00
kdiff3-qt5 = kdiff3 ; # added 2017-02-18
keepass-keefox = keepass-keepassrpc ; # backwards compatibility alias, added 2018-02
keepassx-community = keepassxc ; # added 2017-11
keepassx-reboot = keepassx-community ; # added 2017-02-01
keepassx2-http = keepassx-reboot ; # added 2016-10-17
keybase-go = keybase ; # added 2016-08-24
2020-05-03 17:38:23 +00:00
kinetic-cpp-client = throw " k i n e t i c - c p p - c l i e n t h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t ' s a b a n d o n e d . " ; # 2020-04-28
2020-04-24 23:36:52 +00:00
kicad-with-packages3d = kicad ; # added 2019-11-25
krename-qt5 = krename ; # added 2017-02-18
keymon = throw " k e y m o n h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t ' s a b a n d o n e d a n d a r c h i v e d . " ; # 2019-12-10
kvm = qemu_kvm ; # added 2018-04-25
latinmodern-math = lmmath ;
letsencrypt = certbot ; # added 2016-05-16
libaudit = audit ; # added 2018-04-25
libcanberra_gtk2 = libcanberra-gtk2 ; # added 2018-02-25
libcanberra_gtk3 = libcanberra-gtk3 ; # added 2018-02-25
libcap_manpages = libcap . doc ; # added 2016-04-29
libcap_pam = if stdenv . isLinux then libcap . pam else null ; # added 2016-04-29
libcroco = throw " l i b c r o c o h a s b e e n r e m o v e d a s i t ' s n o l o n g e r u s e d i n a n y d e r i v a t i o n s . " ; # added 2020-03-04
libindicate = throw " l i b i n d a c a t e h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t ' s a b a n d o n e d a n d u s e s d e p r e c a t e d l i b r a r i e s " ; # added 2019-12-10
libindicate-gtk3 = throw " l i b i n d a c a t e - g t k 2 h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t ' s a b a n d o n e d a n d u s e s d e p r e c a t e d l i b r a r i e s " ; # added 2019-12-10
libindicate-gtk2 = throw " l i b i n d a c a t e - g t k 3 h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t ' s a b a n d o n e d a n d u s e s d e p r e c a t e d l i b r a r i e s " ; # added 2019-12-10
libcap_progs = libcap . out ; # added 2016-04-29
libdbusmenu_qt5 = libsForQt5 . libdbusmenu ; # added 2015-12-19
libdbusmenu-glib = libdbusmenu ; # added 2018-05-01
liberation_ttf_v1_from_source = liberation_ttf_v1 ; # added 2018-12-12
liberation_ttf_v2_from_source = liberation_ttf_v2 ; # added 2018-12-12
liberationsansnarrow = liberation-sans-narrow ; # added 2018-12-12
libgnome_keyring = libgnome-keyring ; # added 2018-02-25
libgnome_keyring3 = libgnome-keyring3 ; # added 2018-02-25
libgumbo = gumbo ; # added 2018-01-21
2020-11-09 15:59:12 +00:00
libGL_driver = mesa . drivers ; # added 2019-05-28
2021-01-15 22:18:51 +00:00
libintlOrEmpty = lib . optional ( ! stdenv . isLinux || stdenv . hostPlatform . libc != " g l i b c " ) gettext ; # added 2018-03-14
2020-06-18 07:06:33 +00:00
libjpeg_drop = libjpeg_original ; # added 2020-06-05
2020-04-24 23:36:52 +00:00
libjson_rpc_cpp = libjson-rpc-cpp ; # added 2017-02-28
liblapackWithoutAtlas = lapack-reference ; # added 2018-11-05
2020-06-18 07:06:33 +00:00
liblastfm = libsForQt5 . liblastfm ; # added 2020-06-14
2020-04-24 23:36:52 +00:00
liblrdf = lrdf ; # added 2018-04-25
2021-03-09 03:18:52 +00:00
libosmpbf = throw " l i b o s m p b f w a s r e m o v e d b e c a u s e i t i s n o l o n g e r r e q u i r e d b y o s r m - b a c k e n d " ;
2020-04-24 23:36:52 +00:00
libqrencode = qrencode ; # added 2019-01-01
librdf = lrdf ; # added 2020-03-22
librecad2 = librecad ; # backwards compatibility alias, added 2015-10
libsysfs = sysfsutils ; # added 2018-04-25
libtidy = html-tidy ; # added 2014-12-21
2020-10-27 00:29:36 +00:00
libtxc_dxtn = throw " l i b t x c _ d x t n w a s r e m o v e d 2 0 2 0 - 0 3 - 1 6 , n o w i n t e g r a t e d i n M e s a " ;
libtxc_dxtn_s2tc = throw " l i b t x c _ d x t n _ s 2 t c w a s r e m o v e d 2 0 2 0 - 0 3 - 1 6 , n o w i n t e g r a t e d i n M e s a " ;
2020-04-24 23:36:52 +00:00
libudev = udev ; # added 2018-04-25
2020-05-03 17:38:23 +00:00
libusb = libusb1 ; # added 2020-04-28
2020-04-24 23:36:52 +00:00
libsexy = throw " l i b s e x y h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t ' s a b a n d o n e d a n d n o p a c k a g e n e e d e d i t . " ; # 2019-12-10
2020-07-18 16:06:22 +00:00
libstdcxxHook = throw " l i b s t d c x x h o o k h a s b e e n r e m o v e d b e c a u s e c c - w r a p p e r i s n o w d i r e c t l y a w a r e o f t h e c + + s t a n d a r d l i b r a r y i n t e n d e d t o b e u s e d . " ; # 2020-06-22
2020-05-03 17:38:23 +00:00
libqmatrixclient = throw " l i b q m a t r i x c l i e n t w a s r e n a m e d t o l i b q u o t i e n t " ; # added 2020-04-09
2021-03-15 08:37:03 +00:00
lilypond-unstable = lilypond ; # added 2021-03-11
2020-04-24 23:36:52 +00:00
links = links2 ; # added 2016-01-31
linux_rpi0 = linux_rpi1 ;
linuxPackages_rpi0 = linuxPackages_rpi1 ;
# added 2020-04-04
linuxPackages_testing_hardened = throw " l i n u x P a c k a g e s _ t e s t i n g _ h a r d e n e d h a s b e e n r e m o v e d , p l e a s e u s e l i n u x P a c k a g e s _ l a t e s t _ h a r d e n e d " ;
linux_testing_hardened = throw " l i n u x _ t e s t i n g _ h a r d e n e d h a s b e e n r e m o v e d , p l e a s e u s e l i n u x _ l a t e s t _ h a r d e n e d " ;
2020-05-29 06:06:01 +00:00
linux-steam-integration = throw " l i n u x - s t e a m - i n t e g r a t i o n h a s b e e n r e m o v e d , a s t h e u p s t r e a m p r o j e c t h a s b e e n a b a n d o n e d " ; # added 2020-05-22
2020-04-24 23:36:52 +00:00
loadcaffe = throw " l o a d c a f f e h a s b e e n r e m o v e d , a s t h e u p s t r e a m p r o j e c t h a s b e e n a b a n d o n e d " ; # added 2020-03-28
2021-02-17 17:02:09 +00:00
lprof = throw " l p r o f h a s b e e n r e m o v e d a s i t ' s u n m a i n t a i n e d u p s t r e a m a n d b r o k e n i n n i x p k g s s i n c e a w h i l e a g o " ; # added 2021-02-15
2020-04-24 23:36:52 +00:00
lttngTools = lttng-tools ; # added 2014-07-31
lttngUst = lttng-ust ; # added 2014-07-31
lua5_1_sockets = lua51Packages . luasocket ; # added 2017-05-02
lua5_expat = luaPackages . luaexpat ; # added 2017-05-02
lua5_sec = luaPackages . luasec ; # added 2017-05-02
2020-06-18 07:06:33 +00:00
lxappearance-gtk3 = throw " l x a p p e a r a n c e - g t k 3 h a s b e e n r e m o v e d . U s e l x a p p e a r a n c e i n s t e a d , w h i c h n o w d e f a u l t s t o G t k 3 " ; # added 2020-06-03
2020-04-24 23:36:52 +00:00
m3d-linux = m33-linux ; # added 2016-08-13
man_db = man-db ; # added 2016-05
manpages = man-pages ; # added 2015-12-06
2020-08-20 17:08:02 +00:00
marathon = throw " m a r a t h o n h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t ' s u n m a i n t a i n e d " ; # added 2020-08-15
2020-04-24 23:36:52 +00:00
mariadb-client = hiPrio mariadb . client ; #added 2019.07.28
2020-05-15 21:57:56 +00:00
matcha = throw " m a t c h a w a s r e n a m e d t o m a t c h a - g t k - t h e m e " ; # added 2020-05-09
2020-08-20 17:08:02 +00:00
mathics = throw " m a t h i c s h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t ' s u n m a i n t a i n e d " ; # added 2020-08-15
2020-04-24 23:36:52 +00:00
matrique = spectral ; # added 2020-01-27
mbedtls_1_3 = throw " m b e d t l s _ 1 _ 3 i s e n d o f l i f e , s e e h t t p s : / / t l s . m b e d . o r g / k b / h o w - t o / u p g r a d e - 2 . 0 " ; # added 2019-12-08
mess = mame ; # added 2019-10-30
2020-05-29 06:06:01 +00:00
mcgrid = throw " m c g r i d h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t ' s n o t c o m p a t i b l e w i t h r i v e t 3 " ; # added 2020-05-23
2020-11-30 08:33:03 +00:00
mcomix = throw " m c o m i x h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t ' s u n m a i n t a i n e d ; t r y m c o m i x 3 a P y t h o n 3 f o r k " ; # added 2019-12-10, modified 2020-11-25
2020-04-24 23:36:52 +00:00
mirage = throw " m i r a g e h a s b e e n f e m o v e d f r o m n i x p k g s , a s i t ' s u n m a i n t a i n e d " ; # added 2019-12-10
2021-03-09 03:18:52 +00:00
mopidy-gmusic = throw " m o p i d y - g m u s i c h a s b e e n r e m o v e d b e c a u s e G o o g l e P l a y M u s i c w a s d i s c o n t i n u e d " ; # added 2021-03-07
2020-10-19 00:13:06 +00:00
mopidy-local-images = throw " m o p i d y - l o c a l - i m a g e s h a s b e e n r e m o v e d a s i t ' s u n m a i n t a i n e d . I t ' s f u n c t i o n a l i t y h a s b e e n m e r g e d i n t o t h e m o p i d y - l o c a l e x t e n s i o n . " ; # added 2020-10-18
mopidy-local-sqlite = throw " m o p i d y - l o c a l - s q l i t e h a s b e e n r e m o v e d a s i t ' s u n m a i n t a i n e d . I t ' s f u n c t i o n a l i t y h a s b e e n m e r g e d i n t o t h e m o p i d y - l o c a l e x t e n s i o n . " ; # added 2020-10-18
2020-04-24 23:36:52 +00:00
mysql-client = hiPrio mariadb . client ;
memtest86 = memtest86plus ; # added 2019-05-08
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-20 17:08:02 +00:00
mesos = throw " m e s o s h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t ' s u n m a i n t a i n e d " ; # added 2020-08-15
2020-04-24 23:36:52 +00:00
midoriWrapper = midori ; # added 2015-01
2020-08-20 17:08:02 +00:00
mist = throw " m i s t h a s b e e n r e m o v e d a s t h e u p s t r e a m p r o j e c t h a s b e e n a b a n d o n e d , s e e h t t p s : / / g i t h u b . c o m / e t h e r e u m / m i s t # m i s t - b r o w s e r - d e p r e c a t e d " ; # added 2020-08-15
2020-04-24 23:36:52 +00:00
mlt-qt5 = libsForQt5 . mlt ; # added 2015-12-19
mobile_broadband_provider_info = mobile-broadband-provider-info ; # added 2018-02-25
moby = throw " m o b y h a s b e e n r e m o v e d , m e r g e d i n t o l i n u x k i t i n 2 0 1 8 . U s e l i n u x k i t i n s t e a d . " ;
module_init_tools = kmod ; # added 2016-04-22
2020-10-27 00:29:36 +00:00
mono-zeroconf = throw " m o n o - z e r o c o n f w a s d e p r e c a t e d o n 2 0 1 9 - 0 9 - 2 0 : a b a n d o n e d b y u p s t r e a m . " ;
2020-04-24 23:36:52 +00:00
mozart = mozart2-binary ; # added 2019-09-23
mozart-binary = mozart2-binary ; # added 2019-09-23
2021-02-13 14:23:35 +00:00
mpd_clientlib = libmpdclient ; # added 2021-02-11
2020-04-24 23:36:52 +00:00
mpich2 = mpich ; # added 2018-08-06
msf = metasploit ; # added 2018-04-25
libmsgpack = msgpack ; # added 2018-08-17
mssys = ms-sys ; # added 2015-12-13
2020-06-18 07:06:33 +00:00
mpv-with-scripts = self . wrapMpv self . mpv-unwrapped { } ; # added 2020-05-22
2020-04-24 23:36:52 +00:00
multipath_tools = multipath-tools ; # added 2016-01-21
mupen64plus1_5 = mupen64plus ; # added 2016-02-12
mysqlWorkbench = mysql-workbench ; # added 2017-01-19
nagiosPluginsOfficial = monitoring-plugins ;
ncat = nmap ; # added 2016-01-26
netcat-openbsd = libressl . nc ; # added 2018-04-25
2020-09-25 04:45:31 +00:00
netease-cloud-music = throw " n e t e a s e - c l o u d - m u s i c h a s b e e n r e m o v e d t o g e t h e r w i t h d e e p i n " ; # added 2020-08-31
2020-04-24 23:36:52 +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
neutral-style = throw " n e u r a l - s t y l e h a s b e e n r e m o v e d , a s t h e u p s t r e a m p r o j e c t h a s b e e n a b a n d o n e d " ; # added 2020-03-28
nfsUtils = nfs-utils ; # added 2014-12-06
nginxUnstable = nginxMainline ; # added 2018-04-25
nilfs_utils = nilfs-utils ; # added 2018-04-25
nix-review = nixpkgs-review ; # added 2019-12-22
nmap_graphical = nmap-graphical ; # added 2017-01-19
nologin = shadow ; # added 2018-04-25
nxproxy = nx-libs ; # added 2019-02-15
2020-10-27 00:29:36 +00:00
nylas-mail-bin = throw " n y l a s - m a i l - b i n w a s d e p r e c a t e d o n 2 0 1 9 - 0 9 - 1 1 : a b a n d o n e d b y u p s t r e a m " ;
2020-04-24 23:36:52 +00:00
opencascade_oce = opencascade ; # added 2018-04-25
oblogout = throw " o b l o g o u t h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t ' s a r c h i v e d u p s t r e a m . " ; # added 2019-12-10
opencl-icd = ocl-icd ; # added 2017-01-20
openexr_ctl = ctl ; # added 2018-04-25
2021-02-05 17:12:51 +00:00
openisns = open-isns ; # added 2020-01-28
openjpeg_1 = throw " o p e n j p e g _ 1 h a s b e e n r e m o v e d , u s e o p e n j p e g _ 2 i n s t e a d " ; # added 2021-01-24
openjpeg_2 = openjpeg ; # added 2021-01-25
2020-04-24 23:36:52 +00:00
opensans-ttf = open-sans ; # added 2018-12-04
openssh_with_kerberos = openssh ; # added 2018-01-28
2020-12-07 07:45:13 +00:00
onnxruntime = throw " o n n x r u n t i m e h a s b e e n r e m o v e d d u e t o p o o r m a i n t a i n a b i l i t y " ; # added 2020-12-04
2020-04-24 23:36:52 +00:00
osquery = throw " o s q u e r y h a s b e e n r e m o v e d . " ; # added 2019-11-24
2021-03-23 19:22:30 +00:00
osxfuse = macfuse-stubs ; # added 2021-03-20
2020-04-24 23:36:52 +00:00
otter-browser = throw " o t t e r - b r o w s e r h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t w a s u n m a i n t a i n e d " ; # added 2020-02-02
owncloudclient = owncloud-client ; # added 2016-08
p11_kit = p11-kit ; # added 2018-02-25
2020-08-20 17:08:02 +00:00
parity = openethereum ; # added 2020-08-01
2020-04-24 23:36:52 +00:00
parquet-cpp = arrow-cpp ; # added 2018-09-08
pass-otp = pass . withExtensions ( ext : [ ext . pass-otp ] ) ; # added 2018-05-04
2020-11-06 00:33:48 +00:00
pdf2htmlEx = throw " p d f 2 h t m l E x h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t w a s u n m a i n t a i n e d " ; # added 2020-11-03
2020-04-24 23:36:52 +00:00
perlXMLParser = perlPackages . XMLParser ; # added 2018-10-12
perlArchiveCpio = perlPackages . ArchiveCpio ; # added 2018-10-12
pgp-tools = signing-party ; # added 2017-03-26
pg_tmp = ephemeralpg ; # added 2018-01-16
php-embed = throw ''
2020-05-03 17:38:23 +00:00
php * - embed has been dropped , you can build something similar
with the following snippet :
php74 . override { embedSupport = true ; apxs2Support = false ; }
2020-04-24 23:36:52 +00:00
'' ; # a d d e d 2 0 2 0 - 0 4 - 0 1
php73-embed = php-embed ; # added 2020-04-01
php74-embed = php-embed ; # added 2020-04-01
phpPackages-embed = throw ''
2020-05-03 17:38:23 +00:00
php * Packages-embed has been dropped , you can build something
similar with the following snippet :
( php74 . override { embedSupport = true ; apxs2Support = false ; } ) . packages
2020-04-24 23:36:52 +00:00
'' ; # a d d e d 2 0 2 0 - 0 4 - 0 1
php74Packages-embed = phpPackages-embed ;
php73Packages-embed = phpPackages-embed ;
php-unit = throw ''
2020-05-03 17:38:23 +00: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-04-24 23:36:52 +00:00
'' ; # a d d e d 2 0 2 0 - 0 4 - 0 1
php73-unit = php-unit ; # added 2020-04-01
php74-unit = php-unit ; # added 2020-04-01
phpPackages-unit = throw ''
2020-05-03 17:38:23 +00:00
php * Packages-unit has been dropped , you can build something
similar with this following snippet :
2020-04-24 23:36:52 +00:00
( php74 . override {
2020-05-03 17:38:23 +00:00
embedSupport = true ;
apxs2Support = false ;
systemdSupport = false ;
phpdbgSupport = false ;
cgiSupport = false ;
fpmSupport = false ;
} ) . packages
2020-04-24 23:36:52 +00:00
'' ; # a d d e d 2 0 2 0 - 0 4 - 0 1
php74Packages-unit = phpPackages-unit ;
php73Packages-unit = phpPackages-unit ;
pidgin-with-plugins = pidgin ; # added 2016-06
pidginlatex = pidgin-latex ; # added 2018-01-08
pidginlatexSF = pidgin-latex ; # added 2014-11-02
pidginmsnpecan = pidgin-msn-pecan ; # added 2018-01-08
pidginosd = pidgin-osd ; # added 2018-01-08
pidginotr = pidgin-otr ; # added 2018-01-08
pidginsipe = pidgin-sipe ; # added 2018-01-08
pidginwindowmerge = pidgin-window-merge ; # added 2018-01-08
piwik = matomo ; # added 2018-01-16
2021-02-05 17:12:51 +00:00
pkgconfig = pkg-config ; # added 2018-02-02, moved to aliases.nix 2021-01-18
pkgconfigUpstream = pkg-configUpstream ; # added 2018-02-02
planner = throw " p l a n n e r h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t i s n o l o n g e r d e v e l o p e d a n d s t i l l u s e s p y t h o n 2 / P y G T K . " ; # added 2021-02-02
2020-04-24 23:36:52 +00:00
pltScheme = racket ; # just to be sure
plexpy = tautulli ; # plexpy got renamed to tautulli, added 2019-02-22
pmtools = acpica-tools ; # added 2018-11-01
polarssl = mbedtls ; # added 2018-04-25
poppler_qt5 = libsForQt5 . poppler ; # added 2015-12-19
postgresql95 = postgresql_9_5 ;
postgresql96 = postgresql_9_6 ;
2020-10-27 00:29:36 +00:00
postgresql100 = throw " p o s t g r e s q l 1 0 0 w a s d e p r e c a t e d o n 2 0 1 8 - 1 0 - 2 1 : u s e p o s t g r e s q l _ 1 0 i n s t e a d " ;
2020-04-24 23:36:52 +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 ;
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
pinentry_qt5 = pinentry-qt ; # added 2020-02-11
postgis = postgresqlPackages . postgis ;
# end
2020-10-27 00:29:36 +00:00
ppl-address-book = throw " p p l - a d d r e s s - b o o k d e p r e c a t e d o n 2 0 1 9 - 0 5 - 0 2 : a b a n d o n e d b y u p s t r e a m . " ;
2020-04-24 23:36:52 +00:00
processing3 = processing ; # added 2019-08-16
procps-ng = procps ; # added 2018-06-08
2021-03-19 17:17:44 +00:00
prometheus-cups-exporter = throw " o u t d a t e d a n d b r o k e n b y d e s i g n ; r e m o v e d b y d e v e l o p e r . " ; # added 2021-03-16
2020-04-24 23:36:52 +00:00
pygmentex = texlive . bin . pygmentex ; # added 2019-12-15
2021-03-20 04:20:00 +00:00
pyload = throw " p y l o a d h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t w a s u n m a i n t a i n e d . " ; # added 2021-03-21
2020-04-24 23:36:52 +00:00
pyo3-pack = maturin ;
pmenu = throw " p m e n u h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t s m a i n t a i n e r i s n o l o n g e r i n t e r e s t e d i n t h e p a c k a g e . " ; # added 2019-12-10
pulseaudioLight = pulseaudio ; # added 2018-04-25
2021-02-13 14:23:35 +00:00
pulseeffects = throw " U s e p u l s e e f f e c t s - l e g a c y i f y o u u s e P u l s e A u d i o a n d p u l s e e f f e c t s - p w i f y o u u s e P i p e W i r e . " ; # added 2021-02-13, move back once we default to PipeWire audio server.
2020-10-27 00:29:36 +00:00
phonon-backend-gstreamer = throw " p h o n o n - b a c k e n d - g s t r e a m e r : P l e a s e u s e l i b s F o r Q t 5 . p h o n o n - b a c k e n d - g s t r e a m e r , a s Q t 4 s u p p o r t i n t h i s p a c k a g e h a s b e e n r e m o v e d . " ; # added 2019-11-22
phonon-backend-vlc = throw " p h o n o n - b a c k e n d - v l c : P l e a s e u s e l i b s F o r Q t 5 . p h o n o n - b a c k e n d - v l c , a s Q t 4 s u p p o r t i n t h i s p a c k a g e h a s b e e n r e m o v e d . " ; # added 2019-11-22
phonon = throw " p h o n o n : P l e a s e u s e l i b s F o r Q t 5 . p h o n o n , a s Q t 4 s u p p o r t i n t h i s p a c k a g e h a s b e e n r e m o v e d . " ; # added 2019-11-22
2020-11-30 08:33:03 +00:00
pynagsystemd = throw " p y n a g s y s t e m d w a s r e m o v e d a s i t w a s u n m a i n t a i n e d a n d i n c o m p a t i b l e w i t h r e c e n t s y s t e m d v e r s i o n s . I n s t e a d u s e i t s f o r k c h e c k _ s y s t e m d . " ; # added 2020-10-24
2021-03-09 03:18:52 +00:00
python2nix = throw " p y t h o n 2 n i x h a s b e e n r e m o v e d a s i t i s o u t d a t e d . U s e e . g . n i x p k g s - p y t o o l s i n s t e a d . " ; # added 2021-03-08
2020-04-24 23:36:52 +00:00
qca-qt5 = libsForQt5 . qca-qt5 ; # added 2015-12-19
2020-11-21 19:51:51 +00:00
qcsxcad = libsForQt5 . qcsxcad ; # added 2020-11-05
2020-12-25 13:55:36 +00:00
qr-filetransfer = throw '' " q r - f i l e t r a n s f e r " h a s b e e n r e n a m e d t o " q r c p " '' ; # added 2020-12-02
2020-04-24 23:36:52 +00:00
quake3game = ioquake3 ; # added 2016-01-14
2020-09-25 04:45:31 +00:00
qvim = throw " q v i m h a s b e e n r e m o v e d . " ; # added 2020-08-31
2021-03-12 07:09:13 +00:00
qweechat = throw " q w e e c h a t h a s b e e n r e m o v e d b e c a u s e i t w a s b r o k e n " ; # added 2021-03-08
2020-04-24 23:36:52 +00:00
qwt6 = libsForQt5 . qwt ; # added 2015-12-19
2020-11-21 19:51:51 +00:00
qtcurve = libsForQt5 . qtcurve ; # added 2020-11-07
2020-10-27 00:29:36 +00:00
qtpfsgui = throw " q t p f s g u i i s n o w l u m i n a n c e H D R " ; # added 2019-06-26
2020-05-03 17:38:23 +00:00
quaternion-git = throw " q u a t e r n i o n - g i t h a s b e e n r e m o v e d i n f a v o r o f t h e s t a b l e v e r s i o n ' q u a t e r n i o n ' " ; # added 2020-04-09
2020-12-29 15:07:52 +00:00
raspberrypi-tools = throw " r a s p b e r r y p i - t o o l s h a s b e e n r e m o v e d i n f a v o r o f i d e n t i c a l ' l i b r a s p b e r r y p i ' " ; # added 2020-12-24
2020-04-24 23:36:52 +00:00
rdf4store = throw " r d f 4 s t o r e h a s b e e n r e m o v e d f r o m n i x p k g s . " ; # added 2019-12-21
rdiff_backup = rdiff-backup ; # added 2014-11-23
rdmd = dtools ; # added 2017-08-19
2020-10-27 00:29:36 +00:00
rhc = throw " r h c w a s d e p r e c a t e d o n 2 0 1 9 - 0 4 - 0 9 : a b a n d o n e d b y u p s t r e a m . " ;
2020-04-24 23:36:52 +00:00
rng_tools = rng-tools ; # added 2018-10-24
robomongo = robo3t ; #added 2017-09-28
2020-09-25 04:45:31 +00:00
rocm-runtime-ext = throw " r o c m - r u n t i m e - e x t h a s b e e n r e m o v e d , s i n c e i t s f u n c t i o n a l i t y w a s a d d e d t o r o c m - r u n t i m e " ; #added 2020-08-21
2020-04-24 23:36:52 +00:00
rssglx = rss-glx ; #added 2015-03-25
2020-09-25 04:45:31 +00:00
rssh = throw " r s s h h a s b e e n r e m o v e d f r o m n i x p k g s : n o u p s t r e a m r e l e a s e s s i n c e 2 0 1 2 , s e v e r a l k n o w n C V E s " ; # added 2020-08-25
2020-04-24 23:36:52 +00:00
recordmydesktop = throw " r e c o r d m y d e s k t o p h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t ' s u n m a i n t a i n e d a n d u s e s d e p r e c a t e d l i b r a r i e s " ; # added 2019-12-10
2020-11-21 19:51:51 +00:00
retroshare06 = retroshare ;
2020-04-24 23:36:52 +00:00
gtk-recordmydesktop = throw " g t k - r e c o r d m y d e s k t o p h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t ' s u n m a i n t a i n e d a n d u s e s d e p r e c a t e d l i b r a r i e s " ; # added 2019-12-10
qt-recordmydesktop = throw " q t - r e c o r d m y d e s k t o p h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t ' s a b a n d o n e d a n d u s e s d e p r e c a t e d l i b r a r i e s " ; # added 2019-12-10
2021-02-17 17:02:09 +00:00
qt-3 = throw " q t - 3 h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t ' s u n m a i n t a i n e d a n d i n s e c u r e " ; # added 2021-02-15
2020-11-24 20:58:05 +00:00
rfkill = throw " r f k i l l h a s b e e n r e m o v e d , a s i t ' s i n c l u d e d i n u t i l - l i n u x " ; # added 2020-08-23
2020-11-06 00:33:48 +00:00
riak-cs = throw " r i a k - c s i s n o t m a i n t a i n e d a n y m o r e " ; # added 2020-10-14
2020-05-29 06:06:01 +00:00
rkt = throw " r k t w a s a r c h i v e d b y u p s t r e a m " ; # added 2020-05-16
2020-10-27 00:29:36 +00:00
ruby_2_0_0 = throw " r u b y _ 2 _ 0 _ 0 w a s d e p r e c a t e d o n 2 0 1 8 - 0 2 - 1 3 : u s e a n e w e r v e r s i o n o f r u b y " ;
ruby_2_1_0 = throw " r u b y _ 2 _ 1 _ 0 w a s d e p r e c a t e d o n 2 0 1 8 - 0 2 - 1 3 : u s e a n e w e r v e r s i o n o f r u b y " ;
ruby_2_2_9 = throw " r u b y _ 2 _ 2 _ 9 w a s d e p r e c a t e d o n 2 0 1 8 - 0 2 - 1 3 : u s e a n e w e r v e r s i o n o f r u b y " ;
ruby_2_3_6 = throw " r u b y _ 2 _ 3 _ 6 w a s d e p r e c a t e d o n 2 0 1 8 - 0 2 - 1 3 : u s e a n e w e r v e r s i o n o f r u b y " ;
ruby_2_3 = throw " r u b y _ 2 _ 3 w a s d e p r e c a t e d o n 2 0 1 9 - 0 9 - 0 6 : u s e a n e w e r v e r s i o n o f r u b y " ;
ruby_2_4_3 = throw " r u b y _ 2 _ 4 _ 3 w a s d e p r e c a t e d o n 2 0 1 8 - 0 2 - 1 3 : u s e a n e w e r v e r s i o n o f r u b y " ;
ruby_2_4 = throw " r u b y _ 2 _ 4 w a s d e p r e c a t e d i n 2 0 1 9 - 1 2 : u s e a n e w e r v e r s i o n o f r u b y " ;
ruby_2_5_0 = throw " r u b y _ 2 _ 5 _ 0 w a s d e p r e c a t e d o n 2 0 1 8 - 0 2 - 1 3 : u s e a n e w e r v e r s i o n o f r u b y " ;
rubyPackages_2_4 = throw " r u b y P a c k a g e s _ 2 _ 4 w a s d e p r e c a t e d i n 2 0 1 9 - 1 2 : u s e a n e w e r v e r s i o n o f r u b y P a c k a g e s i n s t e a d " ;
2021-02-16 17:04:54 +00:00
ruby_2_5 = throw " r u b y _ 2 _ 5 w a s d e p r e c a t e d i n 2 0 2 1 - 0 2 : u s e a n e w e r v e r s i o n o f r u b y " ;
rubyPackages_2_5 = throw " r u b y P a c k a g e s _ 2 _ 5 w a s d e p r e c a t e d i n 2 0 2 1 - 0 2 : u s e a n e w e r v e r s i o n o f r u b y P a c k a g e s i n s t e a d " ;
2020-10-27 00:29:36 +00:00
rubygems = throw " r u b y g e m s w a s d e p r e c a t e d o n 2 0 1 6 - 0 3 - 0 2 : r u b y g e m s i s n o w b u n d l e d w i t h r u b y " ;
2020-11-19 00:13:47 +00:00
rubyMinimal = throw " r u b y M i n i m a l w a s r e m o v e d d u e t o b e i n g u n u s e d " ;
2020-04-24 23:36:52 +00:00
rxvt_unicode-with-plugins = rxvt-unicode ; # added 2020-02-02
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
2021-03-09 03:18:52 +00:00
s2n = s2n-tls ; # added 2021-03-03
2020-04-24 23:36:52 +00: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
sagemath = sage ; # added 2018-10-27
sam = deadpixi-sam ; # added 2018-04-25
samba3 = throw " S a m b a 3 i s d i s c o n t i n u e d , p l e a s e s w i t c h t o s a m b a 4 " ; # added 2019-10-15
samba3_light = throw " S a m b a 3 i s d i s c o n t i n u e d , p l e a s e s w i t c h t o s a m b a 4 " ; # added 2019-10-15
2020-10-27 00:29:36 +00:00
sambaMaster = throw " s a m b a M a s t e r w a s r e m o v e d i n 2 0 1 9 - 0 9 - 1 3 : o u t d a t e d a n d n o l o n g e r n e e d e d " ;
2020-04-24 23:36:52 +00:00
samsungUnifiedLinuxDriver = samsung-unified-linux-driver ; # added 2016-01-25
saneBackends = sane-backends ; # added 2016-01-02
2021-03-23 19:22:30 +00:00
saneBackendsGit = sane-backends ; # added 2016-01-02
sane-backends-git = sane-backends ; # added 2021-02-19
2020-04-24 23:36:52 +00:00
saneFrontends = sane-frontends ; # added 2016-01-02
2020-10-27 00:29:36 +00:00
sapic = throw " s a p i c w a s d e p r e c a t e d o n 2 0 1 9 - 1 - 1 9 : s a p i c i s b u n d l e d w i t h ' t a m a r i n - p r o v e r ' n o w " ;
2021-03-09 03:18:52 +00:00
scaff = throw " s c a f f i s d e p r e c a t e d - r e p l a c e d b y h t t p s : / / g i t l a b . c o m / j D 9 1 m Z M 2 / i n c ( n o t i n n i x p k g s y e t ) " ; # added 2020-03-01
2020-04-24 23:36:52 +00:00
scim = sc-im ; # added 2016-01-22
scollector = bosun ; # added 2018-04-25
sdlmame = mame ; # added 2019-10-30
2020-09-25 04:45:31 +00:00
seeks = throw " s e e k s h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t w a s u n m a i n t a i n e d " ; # added 2020-06-21
2020-04-24 23:36:52 +00:00
seg3d = throw " s e g 3 d h a s b e e n r e m o v e d f r o m n i x p k g s ( 2 0 1 9 - 1 1 - 1 0 ) " ;
shared_mime_info = shared-mime-info ; # added 2018-02-25
skrooge2 = skrooge ; # added 2017-02-18
2020-09-25 04:45:31 +00:00
sky = throw " s k y h a s b e e n r e m o v e d f r o m n i x p k g s ( 2 0 2 0 - 0 9 - 1 6 ) " ;
2020-04-24 23:36:52 +00:00
skype = skypeforlinux ; # added 2017-07-27
2020-11-03 02:18:15 +00:00
skype_call_recorder = throw " s k y p e _ c a l l _ r e c o r d e r h a s b e e n r e m o v e d f r o m n i x p k g s , b e c a u s e i t s t o p p e d w o r k i n g w h e n c l a s s i c S k y p e w a s r e t i r e d . " ; # added 2020-10-31
2020-04-24 23:36:52 +00:00
skydive = throw " s k y d i v e h a s b e e n r e m o v e d f r o m n i x p k g s ( 2 0 1 9 - 0 9 - 1 0 ) " ;
slack-dark = slack ; # added 2020-03-27
slic3r-prusa3d = prusa-slicer ; # added 2019-05-21
slurm-llnl = slurm ; # renamed July 2017
slurm-llnl-full = slurm-full ; # renamed July 2017
slurm-full = slurm ; # added 2018-05-1
smbclient = samba ; # added 2018-04-25
2020-11-06 00:33:48 +00:00
smugline = throw " s m u g l i n e h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t ' s u n m a i n t a i n e d a n d d e p e n d s o n d e p r e c a t e d l i b r a r i e s . " ; # added 2020-11-04
2020-04-24 23:36:52 +00:00
slim = throw " s l i m h a s b e e n r e m o v e d . P l e a s e u s e a d i f f e r e n t d i s p l a y - m a n a g e r " ; # added 2019-11-11
slimThemes = throw " s l i m T h e m e s h a s b e e n r e m o v e d b e c a u s e s l i m h a s b e e n a l s o " ; # added 2019-11-11
2021-02-05 17:12:51 +00:00
solr_8 = solr ; # added 2021-01-30
2020-12-29 15:07:52 +00:00
spectral = neochat ; # added 2020-12-27
2020-10-27 00:29:36 +00:00
sundials_3 = throw " s u n d i a l s _ 3 w a s r e m o v e d i n 2 0 2 0 - 0 2 . o u t d a t e d a n d n o l o n g e r n e e d e d " ;
2020-04-24 23:36:52 +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 ;
net_snmp = net-snmp ; # added 2019-12-21
2020-10-11 12:50:04 +00:00
oracleXE = throw " o r a c l e X E h a s b e e n r e m o v e d , a s i t ' s h e a v i l y o u t d a t e d a n d u n m a i n t a i n e d . " ; # added 2020-10-09
2020-04-24 23:36:52 +00:00
spaceOrbit = space-orbit ; # addewd 2016-05-23
speech_tools = speech-tools ; # added 2018-04-25
speedtest_cli = speedtest-cli ; # added 2015-02-17
spice_gtk = spice-gtk ; # added 2018-02-25
spice_protocol = spice-protocol ; # added 2018-02-25
2021-03-20 04:20:00 +00:00
spidermonkey_38 = throw " s p i d e r m o n k e y _ 3 8 h a s b e e n r e m o v e d . P l e a s e u s e s p i d e r m o n k e y _ 7 8 i n s t e a d . " ; # added 2021-03-21
2021-03-23 19:22:30 +00:00
spidermonkey_52 = throw " s p i d e r m o n k e y _ 5 2 h a s b e e n r e m o v e d . P l e a s e u s e s p i d e r m o n k e y _ 7 8 i n s t e a d . " ; # added 2019-10-16
spidermonkey_60 = throw " s p i d e r m o n k e y _ 6 0 h a s b e e n r e m o v e d . P l e a s e u s e s p i d e r m o n k e y _ 7 8 i n s t e a d . " ; # added 2021-03-21
2020-05-03 17:38:23 +00:00
spring-boot = spring-boot-cli ; # added 2020-04-24
2020-04-24 23:36:52 +00:00
sqlite3_analyzer = sqlite-analyzer ; # added 2018-05-22
sqliteInteractive = sqlite-interactive ; # added 2014-12-06
squid4 = squid ; # added 2019-08-22
sshfsFuse = sshfs-fuse ; # added 2016-09
2020-11-06 00:33:48 +00:00
stanchion = throw " S t a n c h i o n w a s p a r t o f r i a k - c s w h i c h i s n o t m a i n t a i n e d a n y m o r e " ; # added 2020-10-14
2020-04-24 23:36:52 +00:00
surf-webkit2 = surf ; # added 2017-04-02
2020-10-27 00:29:36 +00:00
sup = throw " s u p w a s d e p r e c a t e d o n 2 0 1 9 - 0 9 - 1 0 : a b a n d o n e d b y u p s t r e a m " ;
2020-09-25 04:45:31 +00:00
swfdec = throw " s w f d e c h a s b e e n r e m o v e d a s b r o k e n a n d u n m a i n t a i n e d . " ; # added 2020-08-23
2021-03-09 03:18:52 +00:00
swtpm-tpm2 = swtpm ; # added 2021-02-26
2020-04-24 23:36:52 +00:00
system_config_printer = system-config-printer ; # added 2016-01-03
2020-09-25 04:45:31 +00:00
systemd-cryptsetup-generator = throw " s y s t e m d - c r y p t s e t u p - g e n e r a t o r i s n o w i n c l u d e d i n t h e s y s t e m d p a c k a g e " ; # added 2020-07-12
2020-10-27 00:29:36 +00:00
systemd_with_lvm2 = throw " s y s t e m d _ w i t h _ l v m 2 i s o b s o l e t e , e n a b l e d b y d e f a u l t v i a t h e l v m m o d u l e " ; # added 2020-07-12
2020-04-24 23:36:52 +00:00
systool = sysfsutils ; # added 2018-04-25
tahoelafs = tahoe-lafs ; # added 2018-03-26
tangogps = foxtrotgps ; # added 2020-01-26
2020-12-25 13:55:36 +00:00
tdm = throw " t d m h a s b e e n r e m o v e d b e c a u s e n o b o d y c a n f i g u r e o u t h o w t o f i x O p e n A L i n t e g r a t i o n . U s e p r e c o m p i l e d b i n a r y a n d ` s t e a m - r u n ` i n s t e a d . " ;
2020-04-24 23:36:52 +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-18 16:06:22 +00:00
telepathy-qt = throw " t e l e p a t h y - q t n o l o n g e r s u p p o r t s Q t 4 . P l e a s e u s e l i b s F o r Q t 5 . t e l e p a t h y i n s t e a d . " ; # added 2020-07-02
2020-04-24 23:36:52 +00:00
telepathy_qt = telepathy-qt ; # added 2018-02-25
telepathy_qt5 = libsForQt5 . telepathy ; # added 2015-12-19
telepathy_salut = telepathy-salut ; # added 2018-02-25
telnet = inetutils ; # added 2018-05-15
terraform-provider-ibm = terraform-providers . ibm ; # added 2018-09-28
terraform-provider-libvirt = terraform-providers . libvirt ; # added 2018-09-28
terraform-provider-lxd = terraform-providers . lxd ; # added 2020-03-16
terraform-provider-nixos = terraform-providers . nixos ; # added 2018-09-28
tesseract_4 = tesseract4 ; # added 2018-12-19
2020-10-27 00:29:36 +00:00
testdisk-photorec = throw " t e s t d i s k - p h o t o r e c : T h i s p a c k a g e w a s a d u p l i c a t e , p l e a s e u s e t e s t d i s k o r t e s t d i s k - q t i n s t e a d " ; # added 2019-10-13
2020-04-24 23:36:52 +00: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
tftp_hpa = tftp-hpa ; # added 2015-04-03
2020-10-07 09:15:18 +00:00
timescale-prometheus = promscale ; # added 2020-09-29
2020-04-24 23:36:52 +00:00
tomcat85 = tomcat8 ; # added 2020-03-11
torbrowser = tor-browser-bundle-bin ; # added 2017-04-05
torch = throw " t o r c h h a s b e e n r e m o v e d , a s t h e u p s t r e a m p r o j e c t h a s b e e n a b a n d o n e d " ; # added 2020-03-28
torch-hdf5 = throw " t o r c h - h d f 5 h a s b e e n r e m o v e d , a s t h e u p s t r e a m p r o j e c t h a s b e e n a b a n d o n e d " ; # added 2020-03-28
torch-repl = throw " t o r c h - r e p l h a s b e e n r e m o v e d , a s t h e u p s t r e a m p r o j e c t h a s b e e n a b a n d o n e d " ; # added 2020-03-28
torchPackages = throw " t o r c h P a c k a g e s h a s b e e n r e m o v e d , a s t h e u p s t r e a m p r o j e c t h a s b e e n a b a n d o n e d " ; # added 2020-03-28
trang = jing-trang ; # added 2018-04-25
2020-09-25 04:45:31 +00:00
transcribe = throw " t r a n s c r i b e h a s b e e n r e m o v e d a f t e r b e i n g m a r k e d a b r o k e n f o r o v e r a y e a r " ; # added 2020-09-16
2020-04-24 23:36:52 +00:00
transmission_gtk = transmission-gtk ; # added 2018-01-06
transmission_remote_gtk = transmission-remote-gtk ; # added 2018-01-06
2020-10-16 20:44:37 +00:00
transmission-remote-cli = " t r a n s m i s s i o n - r e m o t e - c l i h a s b e e n r e m o v e d , a s t h e u p s t r e a m p r o j e c t h a s b e e n a b a n d o n e d . P l e a s e u s e t r e m c i n s t e a d " ; # added 2020-10-14
2020-04-24 23:36:52 +00:00
transporter = throw " t r a n s p o r t e r h a s b e e n r e m o v e d . I t w a s a r c h i v e d u p s t r e a m , s o i t ' s c o n s i d e r e d a b a n d o n e d . " ;
2020-05-15 21:57:56 +00:00
trilium = throw " t r i l i u m h a s b e e n r e m o v e d . P l e a s e u s e t r i l i u m - d e s k t o p i n s t e a d . " ; # added 2020-04-29
2020-04-24 23:36:52 +00:00
truecrypt = veracrypt ; # added 2018-10-24
tshark = wireshark-cli ; # added 2018-04-25
2021-03-09 03:18:52 +00:00
tuijam = throw " t u i j a m h a s b e e n r e m o v e d b e c a u s e G o o g l e P l a y M u s i c w a s d i s c o n t i n u e d " ; # added 2021-03-07
2020-05-03 17:38:23 +00:00
uberwriter = apostrophe ; # added 2020-04-23
2020-04-24 23:36:52 +00:00
ubootBeagleboneBlack = ubootAmx335xEVM ; # added 2020-01-21
ucsFonts = ucs-fonts ; # added 2016-07-15
2021-01-15 22:18:51 +00:00
ufraw = throw " u f r a w i s u n m a i n t a i n e d a n d h a s b e e n r e m o v e d f r o m n i x p k g s . I t s s u c c e s s o r , n u f r a w , d o e s n ' t s e e m t o b e s t a b l e e n o u g h . C o n s i d e r u s i n g D a r k t a b l e f o r n o w . " ; # 2020-01-11
2020-04-24 23:36:52 +00:00
ultrastardx-beta = ultrastardx ; # added 2017-08-12
2020-11-03 02:18:15 +00:00
unicorn-emu = unicorn ; # added 2020-10-29
2020-12-29 15:07:52 +00:00
unifiStable = unifi6 ; # added 2020-12-28
2021-02-13 14:23:35 +00:00
untrunc = untrunc-anthwlock ; # added 2021-02-01
2020-04-24 23:36:52 +00:00
usb_modeswitch = usb-modeswitch ; # added 2016-05-10
usbguard-nox = usbguard ; # added 2019-09-04
2020-11-24 20:58:05 +00:00
utillinux = util-linux ; # added 2020-11-24
2020-04-24 23:36:52 +00:00
uzbl = throw " u z b l h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t ' s u n m a i n t a i n e d a n d u s e s i n s e c u r e l i b r a r i e s " ;
v4l_utils = v4l-utils ; # added 2019-08-07
2020-10-27 00:29:36 +00:00
v8_3_16_14 = throw " v 8 _ 3 _ 1 6 _ 1 4 w a s r e m o v e d i n 2 0 1 9 - 1 1 - 0 1 : n o l o n g e r r e f e r e n c e d b y o t h e r p a c k a g e s " ;
valadoc = throw " v a l a d o c w a s d e p r e c a t e d o n 2 0 1 9 - 1 0 - 1 0 : v a l a d o c w a s m e r g e d i n t o v a l a 0 . 3 8 " ;
2020-04-24 23:36:52 +00:00
vamp = { vampSDK = vamp-plugin-sdk ; } ; # added 2020-03-26
2021-02-13 14:23:35 +00:00
venus = throw " v e n u s h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t ' s u n m a i n t a i n e d " ; # added 2021-02-05
2020-11-19 00:13:47 +00:00
vdirsyncerStable = vdirsyncer ; # added 2020-11-08, see https://github.com/NixOS/nixpkgs/issues/103026#issuecomment-723428168
2020-04-24 23:36:52 +00:00
vimbWrapper = vimb ; # added 2015-01
vimprobable2 = throw " v i m p r o b a b l e 2 h a s b e e n r e m o v e d f r o m n i x p k g s . I t r e l i e d o n w e b k i t g t k 2 4 x t h a t h a s b e e n r e m o v e d . " ; # added 2019-12-05
vimprobable2-unwrapped = vimprobable2 ; # added 2019-12-05
virtviewer = virt-viewer ; # added 2015-12-24
virtmanager = virt-manager ; # added 2019-10-29
virtmanager-qt = virt-manager-qt ; # added 2019-10-29
vorbisTools = vorbis-tools ; # added 2016-01-26
webkit = webkitgtk ; # added 2019-03-05
webkitgtk24x-gtk3 = throw " w e b k i t g t k 2 4 x - g t k 3 h a s b e e n r e m o v e d b e c a u s e i t ' s i n s e c u r e . P l e a s e u s e w e b k i t g t k . " ; # added 2019-12-05
webkitgtk24x-gtk2 = throw " w e b k i t g t k 2 4 x - g t k 2 h a s b e e n r e m o v e d b e c a u s e i t ' s i n s e c u r e . P l e a s e u s e w e b k i t g t k . " ; # added 2019-12-05
weechat-matrix-bridge = weechatScripts . weechat-matrix-bridge ; # added 2018-09-06
wineStaging = wine-staging ; # added 2018-01-08
winusb = woeusb ; # added 2017-12-22
winswitch = throw " w i n s w i t c h h a s b e e n r e m o v e d f r o m n i x p k g s . " ; # added 2019-12-10
wireguard = wireguard-tools ; # added 2018-05-19
morituri = whipper ; # added 2018-09-13
2020-05-15 21:57:56 +00:00
xp-pen-g430 = pentablet-driver ; # added 2020-05-03
2021-02-05 17:12:51 +00:00
xdg_utils = xdg-utils ; # added 2021-02-01
2020-04-24 23:36:52 +00:00
xfceUnstable = xfce4-14 ; # added 2019-09-17
xfce4-14 = xfce ;
xfce4-12 = throw " x f c e 4 - 1 2 h a s b e e n r e p l a c e d b y x f c e 4 - 1 4 " ; # added 2020-03-14
x11 = xlibsWrapper ; # added 2015-09
2020-07-18 16:06:22 +00:00
xara = throw " x a r a h a s b e e n r e m o v e d f r o m n i x p k g s . U n m a i n t a i n e d s i n c e 2 0 0 6 " ; # added 2020-06-24
2020-04-24 23:36:52 +00:00
xbmc = kodi ; # added 2018-04-25
xbmcPlain = kodiPlain ; # added 2018-04-25
2021-03-15 08:37:03 +00:00
xbmcPlugins = kodiPackages ; # added 2018-04-25
kodiPlugins = kodiPackages ; # added 2021-03-09;
2020-04-24 23:36:52 +00:00
xmonad_log_applet_gnome3 = xmonad_log_applet ; # added 2018-05-01
2021-02-22 21:28:39 +00:00
xmpppy = throw " x m p p p y h a s b e e n r e m o v e d f r o m n i x p k g s a s i t i s u n m a i n t a i n e d a n d p y t h o n 2 - o n l y " ;
pyIRCt = throw " p y I R C t h a s b e e n r e m o v e d f r o m n i x p k g s a s i t i s u n m a i n t a i n e d a n d p y t h o n 2 - o n l y " ;
pyMAILt = throw " p y M A I L t h a s b e e n r e m o v e d f r o m n i x p k g s a s i t i s u n m a i n t a i n e d a n d p y t h o n 2 - o n l y " ;
2020-04-24 23:36:52 +00:00
xf86_video_nouveau = xorg . xf86videonouveau ; # added 2015-09
xf86_input_mtrack = throw ( " x f 8 6 _ i n p u t _ m t r a c k h a s b e e n r e m o v e d f r o m n i x p k g s a s i t h a s n ' t b e e n m a i n t a i n e d "
+ " a n d i s b r o k e n . W o r k i n g a l t e r n a t i v e s a r e l i b i n p u t a n d s y n a p t i c s . " ) ;
xf86_input_multitouch = throw " x f 8 6 _ i n p u t _ m u l t i t o u c h h a s b e e n r e m o v e d f r o m n i x p k g s . " ; # added 2020-01-20
xlibs = xorg ; # added 2015-09
xpraGtk3 = xpra ; # added 2018-09-13
xv = xxv ; # added 2020-02-22
youtubeDL = youtube-dl ; # added 2014-10-26
2020-10-20 17:27:49 +00:00
ytop = throw " y t o p h a s b e e n a b a n d o n e d b y u p s t r e a m . C o n s i d e r s w i t c h i n g t o b o t t o m i n s t e a d " ;
2021-03-09 03:18:52 +00:00
yubikey-neo-manager = throw " y u b i k e y - n e o - m a n a g e r h a s b e e n r e m o v e d b e c a u s e i t w a s b r o k e n . U s e y u b i k e y - m a n a g e r - q t i n s t e a d . " ; # added 2021-03-08
2021-02-05 17:12:51 +00:00
yuzu = yuzu-mainline ; # added 2021-01-25
2020-04-24 23:36:52 +00:00
zdfmediathk = mediathekview ; # added 2019-01-19
gnome_user_docs = gnome-user-docs ; # added 2019-11-20
2020-10-11 12:50:04 +00:00
# spidermonkey is not ABI upwards-ompatible, so only allow this for nix-shell
spidermonkey = spidermonkey_78 ; # added 2020-10-09
2020-12-25 13:55:36 +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
2020-04-24 23:36:52 +00:00
# TODO(ekleog): add ‘ wasm’ alias to ‘ ocamlPackages.wasm’ after 19.03
# branch-off
# added 2017-05-27
wineMinimal = winePackages . minimal ;
wineFull = winePackages . full ;
wineStable = winePackages . stable ;
wineUnstable = winePackages . unstable ;
# added 2018-03-26
libva-full = libva ;
libva1-full = libva1 ;
# forceSystem should not be used directly in Nixpkgs.
# added 2018-07-16
forceSystem = system : _ :
( import self . path { localSystem = { inherit system ; } ; } ) ;
callPackage_i686 = pkgsi686Linux . callPackage ;
inherit ( ocaml-ng ) # added 2016-09-14
ocamlPackages_4_00_1 ocamlPackages_4_01_0 ocamlPackages_4_02
ocamlPackages_4_03
ocamlPackages_latest ;
# added 2019-08-01
mumble_git = pkgs . mumble ;
murmur_git = pkgs . murmur ;
2020-09-25 04:45:31 +00:00
# added 2020-08-17
2020-10-27 00:29:36 +00:00
zabbix44 = throw " z a b b i x 4 4 : Z a b b i x 4 . 4 i s e n d o f l i f e , s e e h t t p s : / / w w w . z a b b i x . c o m / d o c u m e n t a t i o n / c u r r e n t / m a n u a l / i n s t a l l a t i o n / u p g r a d e _ n o t e s _ 5 0 0 f o r d e t a i l s o n u p g r a d i n g t o Z a b b i x 5 . 0 . " ;
2020-09-25 04:45:31 +00:00
2020-04-24 23:36:52 +00:00
# added 2019-09-06
zeroc_ice = pkgs . zeroc-ice ;
2020-08-20 17:08:02 +00:00
# added 2020-06-22
zeromq3 = throw " z e r o m q 3 h a s b e e n d e p r e c a t e d b y z e r o m q 4 . " ;
jzmq = throw " j z m q h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t w a s u n m a i n t a i n e d " ;
2020-04-24 23:36:52 +00: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 ;
} ) // {
# added 2019-10-28
gnatsd = nats-server ;
# added 2020-01-10
tor-browser-bundle = throw " t o r - b r o w s e r - b u n d l e w a s r e m o v e d b e c a u s e i t w a s o u t o f d a t e a n d i n a d e q u a t e l y m a i n t a i n e d . P l e a s e u s e t o r - b r o w s e r - b u n d l e - b i n i n s t e a d . S e e # 7 7 4 5 2 . " ;
# added 2020-01-10
tor-browser-unwrapped = throw " t o r - b r o w s e r - u n w r a p p e d w a s r e m o v e d b e c a u s e i t w a s o u t o f d a t e a n d i n a d e q u a t e l y m a i n t a i n e d . P l e a s e u s e t o r - b r o w s e r - b u n d l e - b i n i n s t e a d . S e e # 7 7 4 5 2 . " ;
# added 2020-02-09
dina-font-pcf = dina-font ;
# added 2019-04-13
# *-polly pointed to llvmPackages_latest
2020-10-27 00:29:36 +00:00
llvm-polly = throw " l l v m - p o l l y : c l a n g i s n o w b u i l t w i t h p o l l y - p l u g i n b y d e f a u l t " ;
clang-polly = throw " c l a n g - p o l l y : c l a n g i s n o w b u i l t w i t h p o l l y - p l u g i n b y d e f a u l t " ;
2020-04-24 23:36:52 +00:00
/* C l e a n u p b e f o r e 2 0 . 0 9 */
oraclejdk8psu = throw ''
2020-10-27 00:29:36 +00:00
oraclejdk8psu : The * psu versions of oraclejdk aren't provided by upstream anymore and were therefore removed !
2020-04-24 23:36:52 +00:00
'' ;
oraclejre8psu = oraclejdk8psu ;
oraclejdk8psu_distro = oraclejdk8psu ;
dnscrypt-proxy = throw " d n s c r y p t - p r o x y h a s b e e n r e m o v e d . P l e a s e u s e d n s c r y p t - p r o x y 2 . " ; # added 2020-02-02
sqldeveloper_18 = throw " s q l d e v e l o p e r _ 1 8 i s n o t m a i n t a i n e d a n y m o r e ! " ; # added 2020-02-04
2020-10-27 00:29:36 +00:00
gcc-snapshot = throw " g c c - s n a p s h o t : M a r k e d a s b r o k e n f o r > 2 y e a r s , a d d i t i o n a l l y t h i s ' s n a p s h o t ' p o i n t e d t o a f a i r l y o l d o n e f r o m g c c 7 . " ;
2020-08-20 17:08:02 +00:00
2021-01-15 22:18:51 +00:00
todolist = throw " t o d o l i s t i s n o w u l t r a l i s t . " ; # added 2020-12-27
2021-02-13 14:23:35 +00:00
/* C l e a n u p b e f o r e 2 1 . 0 5 */
2020-08-20 17:08:02 +00:00
riot-desktop = throw " r i o t - d e s k t o p i s n o w e l e m e n t - d e s k t o p ! " ;
riot-web = throw " r i o t - w e b i s n o w e l e m e n t - w e b " ;
2020-10-16 20:44:37 +00:00
ant-dracula-theme = throw " a n t - d r a c u l a - t h e m e i s n o w d r a c u l a - t h e m e , a n d t h e m e n a m e i s D r a c u l a i n s t e a d o f A n t - D r a c u l a . " ;
2021-01-05 17:05:55 +00:00
/* A d d e d 2 0 2 1 - 0 1 - 0 2 */
ttyrec = ovh-ttyrec ;
2021-02-13 14:23:35 +00:00
zplugin = zinit ; # Added 2021-01-30
2020-11-03 02:18:15 +00:00
/* I f t h e s e a r e i n t h e s c o p e o f a l l - p a c k a g e s . n i x , t h e y c a u s e c o l l i s i o n s
between mixed versions of qt . See :
https://github.com/NixOS/nixpkgs/pull/101369 * /
2021-02-05 17:12:51 +00:00
inherit ( plasma5Packages ) breeze-icons oxygen-icons5 ;
inherit ( plasma5Packages )
2020-11-03 02:18:15 +00:00
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
;
2021-02-05 17:12:51 +00:00
inherit ( plasma5Packages )
2021-03-23 19:22:30 +00:00
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-systemmonitor
plasma-thunderbolt
plasma-vault
plasma-workspace plasma-workspace-wallpapers
polkit-kde-agent powerdevil
sddm-kcm systemsettings
xdg-desktop-portal-kde
2020-11-03 02:18:15 +00:00
;
2021-02-05 17:12:51 +00:00
inherit ( plasma5Packages . thirdParty )
2020-11-03 02:18:15 +00:00
plasma-applet-caffeine-plus
2021-03-23 19:22:30 +00:00
plasma-applet-virtual-desktop-bar
2020-11-03 02:18:15 +00:00
kwin-dynamic-workspaces
kwin-tiling
krohnkite
;
inherit ( libsForQt5 )
sddm
;
2020-04-24 23:36:52 +00:00
} )