2018-06-10 21:20:02 +00:00
lib : self : super :
2016-03-18 19:35:10 +00:00
2023-03-24 08:37:03 +00:00
### Deprecated aliases - for backward compatibility
### Please maintain this list in ASCIIbetical ordering.
### Hint: the "sections" are delimited by ### <letter> ###
# These aliases should not be used within nixpkgs, but exist to improve
# backward compatibility in projects outside of nixpkgs. See the
# documentation for the `allowAliases` option for more background.
# A script to convert old aliases to throws and remove old
# throws can be found in './maintainers/scripts/remove-old-aliases.py'.
# Add 'preserve, reason: reason why' after the date if the alias should not be removed.
# Try to keep them to a minimum.
# valid examples of what to preserve:
# distro aliases such as:
# debian-package-name -> nixos-package-name
2016-03-18 19:35:10 +00:00
with self ;
2016-03-20 14:50:27 +00:00
let
2022-02-02 03:07:54 +00:00
# Removing recurseForDerivation prevents derivations of aliased attribute set
# to appear while listing all the packages available.
2017-05-27 17:44:00 +00:00
removeRecurseForDerivations = alias : with lib ;
2022-02-02 03:07:54 +00:00
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 " ]
2016-03-20 14:50:27 +00:00
else alias ;
2017-05-27 17:44:00 +00: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 ;
2022-02-02 03:07:54 +00:00
# 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 ;
2018-04-29 22:44:18 +00:00
2017-05-27 17:44:00 +00:00
mapAliases = aliases :
2022-02-02 03:07:54 +00:00
lib . mapAttrs ( n : alias :
removeDistribute
( removeRecurseForDerivations
( checkInPkgs n alias ) ) )
aliases ;
2016-03-20 14:50:27 +00:00
in
2018-06-10 21:20:02 +00:00
mapAliases ( {
2022-03-02 17:02:11 +00:00
# Added 2018-07-16 preserve, reason: forceSystem should not be used directly in Nixpkgs.
2022-02-02 03:13:32 +00:00
forceSystem = system : _ :
( import self . path { localSystem = { inherit system ; } ; } ) ;
2022-10-14 16:09:41 +00:00
_0x0 = throw " 0 x 0 u p s t r e a m i s a b a n d o n e d a n d n o l o n g e r e x i s t s : h t t p s : / / g i t l a b . c o m / s o m a s i s / s c r i p t s / " ;
2022-02-02 03:13:32 +00:00
### A ###
2022-02-21 22:52:06 +00:00
accounts-qt = throw " ' a c c o u n t s - q t ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' l i b s F o r Q t 5 . a c c o u n t s - q t ' " ; # Converted to throw 2022-02-22
2022-05-09 22:42:10 +00:00
acoustidFingerprinter = throw " a c o u s t i d F i n g e r p r i n t 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 2022-05-09
2022-02-21 22:52:06 +00:00
adobeReader = throw " ' a d o b e R e a d e r ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' a d o b e - r e a d e r ' " ; # Converted to throw 2022-02-22
adobe_flex_sdk = throw " ' a d o b e _ f l e x _ s d k ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' a p a c h e - f l e x - s d k ' " ; # Converted to throw 2022-02-22
2021-10-03 11:45:43 +00:00
adoptopenjdk-hotspot-bin-17 = throw " A d o p t O p e n J D K i s n o w T e m u r i n . U s e t e m u r i n - b i n - 1 7 " ; # added 2022-07-02
adoptopenjdk-jre-hotspot-bin-17 = throw " A d o p t O p e n J D K i s n o w T e m u r i n a n d J R E i s n o l o n g e r p r o v i d e d . U s e t e m u r i n - b i n - 1 7 " ; # added 2022-07-02
2022-03-17 16:42:00 +00:00
aesop = throw " a e s 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 w a s u n m a i n t a i n e d " ; # Added 2021-08-05
2022-02-21 22:52:06 +00:00
ag = throw " ' a g ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' s i l v e r - s e a r c h e r ' " ; # Converted to throw 2022-02-22
aircrackng = throw " ' a i r c r a c k n g ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' a i r c r a c k - n g ' " ; # Converted to throw 2022-02-22
2023-05-19 22:47:51 +00:00
airfield = throw " a i r f i e l d 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 2023-05-19
2022-03-17 16:42:00 +00:00
airtame = throw " a i r t a m e 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 2022-01-19
2023-07-28 02:09:51 +00:00
alertmanager-bot = throw " a l e r t m a n a g e r - b o t i s b r o k e n a n d h a s b e e n a r c h i v e d b y u p s t r e a m " ; # Added 2023-07-28
2022-10-14 16:09:41 +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
2022-06-13 00:17:23 +00:00
aliza = throw " a l i z a h a s b e e n r e m o v e d , b e c a u s e i t d e p e n d e d o n q t 4 a n d w a s u n m a i n t a i n e d i n n i x p k g s " ; # Added 2022-05-12
2022-10-14 16:09:41 +00:00
alsaLib = alsa-lib ; # Added 2021-06-09
alsaOss = alsa-oss ; # Added 2021-06-10
alsaPluginWrapper = alsa-plugins-wrapper ; # Added 2021-06-10
alsaPlugins = alsa-plugins ; # Added 2021-06-10
alsaTools = alsa-tools ; # Added 2021-06-10
alsaUtils = alsa-utils ; # Added 2021-06-10
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
2022-03-17 16:42:00 +00:00
aminal = throw " a m i n a l w a s r e n a m e d t o d a r k t i l e " ; # Added 2021-09-28
2022-02-21 22:52:06 +00:00
ammonite-repl = throw " ' a m m o n i t e - r e p l ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' a m m o n i t e ' " ; # Converted to throw 2022-02-22
2022-03-17 16:42:00 +00:00
amuleDaemon = throw " a m u l e D a e m o n w a s r e n a m e d t o a m u l e - d a e m o n " ; # Added 2022-02-11
2022-10-14 16:09:41 +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
2022-05-26 00:09:21 +00:00
amuleGui = throw " a m u l e G u i w a s r e n a m e d t o a m u l e - g u i " ; # Added 2022-02-11
2023-03-17 22:39:35 +00:00
angelfish = libsForQt5 . kdeGear . angelfish ; # Added 2021-10-06
2022-03-30 17:55:20 +00:00
ansible_2_10 = throw " A n s i b l e 2 . 1 0 w e n t e n d o f l i f e i n 2 0 2 2 / 0 5 a n d h a s s u b s e q u e n t l y b e e n d r o p p e d " ; # Added 2022-03-30
2022-05-26 00:09:21 +00:00
ansible_2_11 = throw " A n s i b l e 2 . 1 1 g o e s e n d o f l i f e i n 2 0 2 2 / 1 1 a n d c a n ' t b e s u p p o r t e d t h r o u g h o u t t h e 2 2 . 0 5 r e l e a s e c y c l e " ; # Added 2022-03-30
ansible_2_12 = throw " A n s i b l e 2 . 1 2 g o e s e n d o f l i f e i n 2 0 2 3 / 0 5 a n d c a n ' t b e s u p p o r t e d t h r o u g h o u t t h e 2 3 . 0 5 r e l e a s e c y c l e " ; # Added 2023-05-16
2022-03-30 17:55:20 +00:00
ansible_2_9 = throw " A n s i b l e 2 . 9 w e n t e n d o f l i f e i n 2 0 2 2 / 0 5 a n d h a s s u b s e q u e n t l y b e e n d r o p p e d " ; # Added 2022-03-30
2022-05-26 00:09:21 +00:00
animbar = throw " a n i m b a 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 u n m a i n t a i n e d " ; # Added 2022-05-26
2022-10-14 16:09:41 +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
2022-02-02 03:13:32 +00:00
antimicroX = antimicrox ; # Added 2021-10-31
2022-10-02 19:45:33 +00:00
apple-music-electron = throw " ' a p p l e - m u s i c - e l e c t r o n ' 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 , y o u c a n u s e ' c i d e r ' i n s t e a d " ; # Added 2022-10-02
2022-05-26 01:48:48 +00:00
appleseed = throw " a p p l e s e e d 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 u n m a i n t a i n e d " ; # Added 2022-05-26
2022-10-08 13:56:47 +00:00
arangodb_3_3 = throw " a r a n g o d b _ 3 _ 3 w e n t 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 2022-10-08
arangodb_3_4 = throw " a r a n g o d b _ 3 _ 4 w e n t 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 2022-10-08
arangodb_3_5 = throw " a r a n g o d b _ 3 _ 5 w e n t 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 2022-10-08
2022-02-02 03:13:32 +00:00
ardour_5 = throw " a r d o u r _ 5 h a s b e e n r e m o v e d . s e e 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 / 1 3 9 5 4 9 " ; # Added 2021-09-28
2022-02-21 22:52:06 +00:00
arduino_core = throw " ' a r d u i n o _ c o r e ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' a r d u i n o - c o r e ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +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
2022-02-21 22:52:06 +00:00
asciidocFull = throw " ' a s c i i d o c F u l l ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' a s c i i d o c - f u l l ' " ; # Converted to throw 2022-02-22
2022-11-08 13:31:21 +00:00
aseprite-unfree = aseprite ; # Added 2023-08-26
2023-03-16 11:12:22 +00:00
asls = throw " a s l s 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 2023-03-16
2022-04-05 16:46:14 +00:00
asterisk_13 = throw " a s t e r i s k _ 1 3 : A s t e r i s k 1 3 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 2022-04-06
2022-10-14 16:09:41 +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
2023-04-19 10:19:58 +00:00
asterisk_16 = throw " a s t e r i s k _ 1 6 : A s t e r i s k 1 6 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 2023-04-19
2022-04-05 16:46:14 +00:00
asterisk_17 = throw " a s t e r i s k _ 1 7 : A s t e r i s k 1 7 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 2022-04-06
2023-04-19 10:19:58 +00:00
asterisk_19 = throw " a s t e r i s k _ 1 9 : A s t e r i s k 1 9 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 2023-04-19
2022-02-21 22:52:06 +00:00
at_spi2_atk = throw " ' a t _ s p i 2 _ a t k ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' a t - s p i 2 - a t k ' " ; # Converted to throw 2022-02-22
at_spi2_core = throw " ' a t _ s p i 2 _ c o r e ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' a t - s p i 2 - c o r e ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +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
2022-10-09 10:46:50 +00:00
audacity-gtk2 = throw " ' a u d a c i t y - g t k 2 ' h a s b e e n r e m o v e d t o / r e p l a c e d b y ' a u d a c i t y ' " ; # Added 2022-10-09
audacity-gtk3 = throw " ' a u d a c i t y - g t k 3 ' h a s b e e n r e m o v e d t o / r e p l a c e d b y ' a u d a c i t y ' " ; # Added 2022-10-09
2022-05-29 00:17:50 +00:00
automoc4 = throw " a u t o m o c 4 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 2022-05-30
2022-10-14 16:09:41 +00:00
avldrums-lv2 = x42-avldrums ; # Added 2020-03-29
2022-06-13 00:39:32 +00:00
avogadro = throw " a v o g a d r o h a s b e e n r e m o v e d , b e c a u s e i t d e p e n d e d o n q t 4 " ; # Added 2022-06-12
2022-10-14 16:09:41 +00:00
avxsynth = throw " a v x s y n t h w a s 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-05-18
2022-03-05 14:24:24 +00:00
awesome-4-0 = awesome ; # Added 2022-05-05
2022-09-21 17:06:36 +00:00
aws = throw " a w s 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 . F o r t h e A W S C L I m a i n t a i n e d b y A m a z o n , s e e ' a w s c l i ' o r ' a w s c l i 2 ' " ; # Added 2022-09-21
2022-05-30 08:43:56 +00:00
awless = throw " a w l e s s h a s b e e n d r o p p e d d u e t o t h e l a c k o f m a i n t e n a n c e f r o m u p s t r e a m s i n c e 2 0 1 8 " ; # Added 2022-05-30
2022-04-05 14:45:52 +00:00
aws-okta = throw " a w s - o k t a i s o n i n d e f i n i t e h i a t u s . S e e h t t p s : / / g i t h u b . c o m / s e g m e n t i o / a w s - o k t a / i s s u e s / 2 7 8 " ; # Added 2022-04-05;
2022-05-13 16:33:20 +00:00
axoloti = throw " a x o l o t i 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 2022-05-13
2022-06-03 02:21:37 +00:00
azure-vhd-utils = throw " a z u r e - v h d - u t i l s h a s b e e n d r o p p e d d u e t o t h e l a c k o f m a i n t e n a n c e f r o m u p s t r e a m s i n c e 2 0 1 8 " ; # Added 2022-06-03
2022-10-14 16:09:41 +00:00
azureus = throw " a z u r e u s i s n o w k n o w n a s v u z e a n d t h e v e r s i o n i n n i x p k g s w a s r e a l l y o u t d a t e d " ; # Added 2021-08-02
2022-02-02 03:13:32 +00:00
### B ###
2021-06-26 16:44:56 +00:00
badtouch = authoscope ; # Project was renamed, added 20210626
2023-03-19 11:46:32 +00:00
baget = throw " ' b a g e t ' 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 " ;
2022-02-21 22:52:06 +00:00
bar-xft = throw " ' b a r - x f t ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' l e m o n b a r - x f t ' " ; # Converted to throw 2022-02-22
bashCompletion = throw " ' b a s h C o m p l e t i o n ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' b a s h - c o m p l e t i o n ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +00:00
bashInteractive_5 = bashInteractive ; # Added 2021-08-20
bash_5 = bash ; # Added 2021-08-20
2022-02-02 03:13:32 +00:00
bashburn = throw " b a s h b u r n h a s b e e n r e m o v e d : d e l e t e d b y u p s t r e a m " ; # Added 2022-01-07
2022-10-14 16:09:41 +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
2022-04-24 05:37:20 +00:00
bazel_0 = throw " b a z e l 0 i s p a s t e n d o f l i f e a s i t i s n o t a n l t s v e r s i o n " ; # Added 2022-05-09
bazel_0_27 = throw " b a z e l 0 . 2 7 i s p a s t e n d o f l i f e a s i t i s n o t a n l t s v e r s i o n " ; # Added 2022-05-09
bazel_0_29 = throw " b a z e l 0 . 2 9 i s p a s t e n d o f l i f e a s i t i s n o t a n l t s v e r s i o n " ; # Added 2022-05-09
bazel_1 = throw " b a z e l 1 i s p a s t e n d o f l i f e a s i t i s n o t a n l t s v e r s i o n " ; # Added 2022-05-09
2023-02-02 02:03:36 +00:00
bazel_3 = throw " b a z e l 3 i s p a s t e n d o f l i f e a s i t i s n o t a n l t s v e r s i o n " ; # Added 2023-02-02
2022-10-14 16:09:41 +00:00
bcat = throw " b c a t h a s b e e n r e m o v e d b e c a u s e u p s t r e a m i s d e a d " ; # Added 2021-08-22
2023-02-05 07:33:58 +00:00
bedup = throw " b e d u p w a s 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 a n d a b a n d o n e d u p s t r e a m " ; # added 2023-02-04
2022-05-08 23:23:45 +00:00
beetsExternalPlugins = throw " b e e t s E x t e r n a l P l u g i n s h a s b e e n d e p r e c a t e d , u s e b e e t s P a c k a g e s . $ p l u g i n n a m e " ; # Added 2022-05-07
2022-02-02 03:13:32 +00:00
beret = throw " b e r e t h a s b e e n r e m o v e d " ; # Added 2021-11-16
bin_replace_string = throw " b i n _ r e p l a c e _ s t r i n g h a s b e e n r e m o v e d : d e l e t e d b y u p s t r e a m " ; # Added 2022-01-07
2022-04-05 12:59:26 +00:00
bird2 = bird ; # Added 2022-02-21
bird6 = throw " b i r d 6 w a s d r o p p e d . U s e b i r d i n s t e a d , w h i c h h a s s u p p o r t f o r b o t h i p v 4 / i p v 6 " ; # Added 2022-02-21
2022-03-21 20:14:41 +00:00
bitbucket-cli = throw " b i t b u c k e t - c l i 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 2022-03-21
2022-11-24 10:15:20 +00:00
bitcoin-classic = throw " b i t c o i n - c l a s s i c h a s b e e n r e m o v e d : t h e B i t c o i n C l a s s i c p r o j e c t h a s c l o s e d d o w n , h t t p s : / / b i t c o i n c l a s s i c . c o m / n e w s / c l o s i n g . h t m l " ; # Added 2022-11-24
bitcoind-classic = throw " b i t c o i n d - c l a s s i c h a s b e e n r e m o v e d : t h e B i t c o i n C l a s s i c p r o j e c t h a s c l o s e d d o w n , h t t p s : / / b i t c o i n c l a s s i c . c o m / n e w s / c l o s i n g . h t m l " ; # Added 2022-11-24
2022-11-24 10:46:09 +00:00
bitcoin-gold = throw " b i t c o i n - g o l d h a s b e e n r e m o v e d s i n c e i t ' s u n n m a i n t a i n e d a n d w i l l s t o p b u i l d i n g w i t h Q t > 5 . 1 4 " ; # Added 2022-11-24
bitcoind-gold = throw " b i t c o i n - g o l d h a s b e e n r e m o v e d s i n c e i t ' s u n 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 / B T C G P U / B T C G P U / g r a p h s / c o d e - f r e q u e n c y " ; # Added 2022-11-24
2023-07-04 11:31:09 +00:00
ddclient = throw " d d c l i e n t h a s b e e n r e m o v e d o n t h e r e q u e s t o f t h e u p s t r e a m m a i n t a i n e r b e c a u s e i t i s u n m a i n t a i n e d a n d h a s b u g s . P l e a s e s w i t c h t o a d i f f e r e n t s o f t w a r e l i k e ` i n a d y n ` o r ` k n s u p d a t e ` . " ; # Added 2023-07-04
2022-11-24 12:49:55 +00:00
digibyte = throw " d i g i b y t e h a s b e e n r e m o v e d s i n c e i t ' s u n n m a i n t a i n e d a n d w i l l s t o p b u i l d i n g w i t h Q t > 5 . 1 4 " ; # Added 2022-11-24
digibyted = throw " d i g i b y t e d h a s b e e n r e m o v e d s i n c e i t ' s u n 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 / d i g i b y t e / d i g i b y t e / g r a p h s / c o d e - f r e q u e n c y " ; # Added 2022-11-24
2022-10-14 16:09:41 +00:00
bitsnbots = throw " b i t s n b o t s 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 a n d u p s t r e a m m i s s i n g " ; # Added 2021-08-22
2022-03-17 16:42:00 +00:00
blastem = throw " b l a s t e m 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 o u l d s t i l l r e q u i r e p y t h o n 2 " ; # Added 2022-01-01
2023-09-10 11:46:21 +00:00
bluezFull = throw " ' b l u e z F u l l ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' b l u e z ' " ; # Converted to throw 2023-09-10
2022-10-14 16:09:41 +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
2023-01-01 21:16:22 +00:00
boost159 = throw " b o o s t 1 5 9 h a s b e e n d e p r e c a t e d i n f a v o r o f t h e l a t e s t v e r s i o n " ; # Added 2023-01-01
boost15x = throw " b o o s t 1 5 x h a s b e e n d e p r e c a t e d i n f a v o r o f t h e l a t e s t v e r s i o n " ; # Added 2023-01-01
boost160 = throw " b o o s t 1 6 0 h a s b e e n d e p r e c a t e d i n f a v o r o f t h e l a t e s t v e r s i o n " ; # Added 2023-01-01
2023-06-08 13:20:52 +00:00
boost168 = throw " b o o s t 1 6 8 h a s b e e n d e p r e c a t e d i n f a v o r o f t h e l a t e s t v e r s i o n " ; # Added 2023-06-08
boost169 = throw " b o o s t 1 6 9 h a s b e e n d e p r e c a t e d i n f a v o r o f t h e l a t e s t v e r s i o n " ; # Added 2023-06-08
boost16x = throw " b o o s t 1 6 x h a s b e e n d e p r e c a t e d i n f a v o r o f t h e l a t e s t v e r s i o n " ; # Added 2023-06-08
boost170 = throw " b o o s t 1 7 0 h a s b e e n d e p r e c a t e d i n f a v o r o f t h e l a t e s t v e r s i o n " ; # Added 2023-06-08
boost172 = throw " b o o s t 1 7 2 h a s b e e n d e p r e c a t e d i n f a v o r o f t h e l a t e s t v e r s i o n " ; # Added 2023-06-08
boost173 = throw " b o o s t 1 7 3 h a s b e e n d e p r e c a t e d i n f a v o r o f t h e l a t e s t v e r s i o n " ; # Added 2023-06-08
boost174 = throw " b o o s t 1 7 4 h a s b e e n d e p r e c a t e d i n f a v o r o f t h e l a t e s t v e r s i o n " ; # Added 2023-06-08
2023-06-29 20:36:26 +00:00
boost17x = throw " b o o s t 1 7 x h a s b e e n d e p r e c a t e d i n f a v o r o f t h e l a t e s t v e r s i o n " ; # Added 2023-07-13
boost18x = throw " b o o s t 1 8 x h a s b e e n d e p r e c a t e d i n f a v o r o f t h e l a t e s t v e r s i o n " ; # Added 2023-07-13
2021-12-15 18:11:35 +00:00
botan = throw " b o t a n h a s b e e n r e m o v e d b e c a u s e i t d i d n o t s u p p o r t a s u p p o r t e d o p e n s s l v e r s i o n " ; # added 2021-12-15
2022-10-14 16:09:41 +00:00
bpftool = bpftools ; # Added 2021-05-03
2023-02-15 23:16:42 +00:00
bpytop = throw " b p y t o p h a s b e e n d e p r e c a t e d b y b t o p " ; # Added 2023-02-16
2022-10-14 16:09:41 +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
2022-02-21 22:52:06 +00:00
bridge_utils = throw " ' b r i d g e _ u t i l s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' b r i d g e - u t i l s ' " ; # Converted to throw 2022-02-22
2023-09-10 11:46:21 +00:00
bro = throw " ' b r o ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' z e e k ' " ; # Converted to throw 2023-09-10
2022-06-02 13:40:54 +00:00
btops = throw " b t o p s h a s b e e n d r o p p e d d u e t o t h e l a c k o f m a i n t e n a n c e f r o m u p s t r e a m s i n c e 2 0 1 7 " ; # Added 2022-06-02
2022-02-21 22:52:06 +00:00
btrfsProgs = throw " ' b t r f s P r o g s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' b t r f s - p r o g s ' " ; # Converted to throw 2022-02-22
2022-03-13 21:25:57 +00:00
bud = throw " b u d 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 2022-03-14
2022-05-17 01:11:06 +00:00
inherit ( libsForQt5 . mauiPackages ) buho ; # added 2022-05-17
2023-05-25 03:08:17 +00:00
bukut = throw " b u k u t h a s b e e n r e m o v e d s i n c e i t h a s b e e n a r c h i v e d b y u p s t r e a m " ; # Added 2023-05-24
2022-04-05 12:59:26 +00:00
buttersink = throw " b u t t e r s i n k 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 2022-04-05
2023-04-11 10:52:27 +00:00
# Shorter names; keep the longer name for back-compat. Added 2023-04-11
buildFHSUserEnv = buildFHSEnv ;
buildFHSUserEnvChroot = buildFHSEnvChroot ;
buildFHSUserEnvBubblewrap = buildFHSEnvBubblewrap ;
2021-07-01 09:14:51 +00:00
# bitwarden_rs renamed to vaultwarden with release 1.21.0 (2021-04-30)
2022-10-14 16:09:41 +00:00
bitwarden_rs = vaultwarden ;
bitwarden_rs-mysql = vaultwarden-mysql ;
bitwarden_rs-postgresql = vaultwarden-postgresql ;
bitwarden_rs-sqlite = vaultwarden-sqlite ;
bitwarden_rs-vault = vaultwarden-vault ;
2021-07-01 09:14:51 +00:00
2022-02-21 08:21:12 +00:00
2022-10-14 16:09:41 +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
2022-02-02 03:13:32 +00:00
bsod = throw " b s o d h a s b e e n r e m o v e d : d e l e t e d b y u p s t r e a m " ; # Added 2022-01-07
2022-10-14 16:09:41 +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
2022-02-21 22:52:06 +00:00
buildPerlPackage = throw " ' b u i l d P e r l P a c k a g e ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' p e r l P a c k a g e s . b u i l d P e r l P a c k a g e ' " ; # Converted to throw 2022-02-22
buildkite-agent3 = throw " ' b u i l d k i t e - a g e n t 3 ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' b u i l d k i t e - a g e n t ' " ; # Converted to throw 2022-02-22
bundler_HEAD = throw " ' b u n d l e r _ H E A D ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' b u n d l e r ' " ; # Converted to throw 2022-02-22
2022-02-02 03:13:32 +00:00
bunny = throw " b u n n y h a s b e e n r e m o v e d : d e l e t e d b y u p s t r e a m " ; # Added 2022-01-07
bypass403 = throw " b y p a s s 4 0 3 h a s b e e n r e m o v e d : d e l e t e d b y u p s t r e a m " ; # Added 2022-01-07
### C ###
2022-04-10 07:46:10 +00:00
c14 = throw " c 1 4 i s d e p r e c a t e d a n d a r c h i v e d b y u p s t r e a m " ; # Added 2022-04-10
2022-10-14 16:09:41 +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
2022-04-25 14:29:32 +00:00
caffe2 = throw " c a f f e 2 h a s b e e n r e m o v e d : s u b s u m e d u n d e r t h e P y T o r c h p r o j e c t " ; # Added 2022-04-25
2022-10-14 16:09:41 +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
2021-12-11 11:15:42 +00:00
callPackage_i686 = pkgsi686Linux . callPackage ;
2022-02-21 22:52:06 +00:00
cantarell_fonts = throw " ' c a n t a r e l l _ f o n t s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' c a n t a r e l l - f o n t s ' " ; # Converted to throw 2022-02-22
2022-11-12 12:11:38 +00:00
cask = emacs . pkgs . cask ; # Added 2022-11-12
2022-10-11 23:26:15 +00:00
cargo-download = throw " c a r g o - d o w n 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 i s u n m a i n t a i n e d , u s e c a r g o - c l o n e i n s t e a d " ; # Added 2022-10-11
2023-07-04 03:46:42 +00:00
cargo-embed = throw " c a r g o - e m b e d i s n o w p a r t o f t h e p r o b e - r s p a c k a g e " ; # Added 2023-07-03
cargo-flash = throw " c a r g o - f l a s h i s n o w p a r t o f t h e p r o b e - r s p a c k a g e " ; # Added 2023-07-03
2022-10-14 16:09:41 +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
2022-10-15 18:34:28 +00:00
carnix = throw " c a r n i x h a s b e e n r e m o v e d , u s e a l t e r n a t i v e s s u c h a s n a e r s k a n d c r a t e 2 n i x i n s t e a d " ; # Added 2022-11-22
2022-10-14 16:09:41 +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 " ;
2022-10-29 15:42:14 +00:00
cassandra_2_1 = throw " c a s s a n d r a _ 2 _ 1 h a s b e e n r e m o v e d , p l e a s e u s e c a s s a n d r a _ 3 _ 1 1 i n s t e a d " ; # Added 2022-10-29
cassandra_2_2 = throw " c a s s a n d r a _ 2 _ 2 h a s b e e n r e m o v e d , p l e a s e u s e c a s s a n d r a _ 3 _ 1 1 i n s t e a d " ; # Added 2022-10-29
2023-09-10 11:46:21 +00:00
catfish = throw " ' c a t f i s h ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' x f c e . c a t f i s h ' " ; # Converted to throw 2023-09-10
2023-09-05 20:12:50 +00:00
cawbird = throw " c a w b i r d h a s b e e n a b a n d o n e d u p s t r e a m a n d i s b r o k e n a n y w a y s d u e t o T w i t t e r c l o s i n g i t s A P I " ;
2023-06-09 19:46:02 +00:00
ccloud-cli = throw " c c l o u d - c l i h a s b e e n r e m o v e d , p l e a s e u s e c o n f l u e n t - c l i i n s t e a d " ; # Added 2023-06-09
2022-10-14 16:09:41 +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
2022-03-17 16:42:00 +00:00
cde-gtk-theme = throw " c d e - g t k - t h e m 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 h i p p e d w i t h p y t h o n 2 s c r i p t s t h a t d i d n ' t w o r k a n y m o r e " ; # Added 2022-01-12
2022-10-14 16:09:41 +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
2022-02-21 22:52:06 +00:00
checkbashism = throw " ' c h e c k b a s h i s m ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' c h e c k b a s h i s m s ' " ; # Converted to throw 2022-02-22
2023-03-21 19:35:09 +00:00
chefdk = throw " c h e f d k h a s b e e n r e m o v e d d u e t o b e i n g d e p r e c a t e d u p s t r e a m b y C h e f W o r k s t a t i o n " ; # Added 2023-03-22
2023-05-01 19:33:43 +00:00
chocolateDoom = chocolate-doom ; # Added 2023-05-01
2022-07-26 22:23:44 +00:00
chrome-gnome-shell = gnome-browser-connector ; # Added 2022-07-27
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
2022-02-02 03:13:32 +00:00
chunkwm = throw " c h u n k w m 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 2022-01-07
2022-02-21 22:52:06 +00:00
cifs_utils = throw " ' c i f s _ u t i l s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' c i f s - u t i l s ' " ; # Converted to throw 2022-02-22
2021-12-11 11:15:42 +00:00
cipherscan = throw " c i p h e r s c a n w a s 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-12-11
2022-05-17 22:01:41 +00:00
citra = citra-nightly ; # added 2022-05-17
2022-02-21 22:52:06 +00:00
ckb = throw " ' c k b ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' c k b - n e x t ' " ; # Converted to throw 2022-02-22
2022-06-16 14:04:09 +00:00
clickshare-csc1 = throw " ' c l i c k s h a r e - c s c 1 ' h a s b e e n r e m o v e d a s i t r e q u i r e s q t 4 w h i c h i s b e i n g r e m o v e d " ; # Added 2022-06-16
2022-05-17 01:11:06 +00:00
inherit ( libsForQt5 . mauiPackages ) clip ; # added 2022-05-17
2022-05-19 12:34:33 +00:00
cpp-ipfs-api = cpp-ipfs-http-client ; # Project has been renamed. Added 2022-05-15
2022-10-15 18:34:28 +00:00
cratesIO = throw " c r a t e s I O h a s b e e n r e m o v e d , u s e a l t e r n a t i v e s s u c h a s n a e r s k a n d c r a t e 2 n i x i n s t e a d " ; # Added 2022-11-22
2022-03-17 16:42:00 +00:00
creddump = throw " c r e d d u m 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 t h e u p s t r e a m h a s a b a n d o n e d t h e p r o j e c t " ; # Added 2022-01-01
2023-05-01 19:34:29 +00:00
crispyDoom = crispy-doom ; # Added 2023-05-01
2021-03-06 19:37:44 +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 ;
2021-06-22 16:00:58 +00:00
clang12Stdenv = lowPrio llvmPackages_12 . stdenv ;
2022-03-03 05:16:22 +00:00
clang13Stdenv = lowPrio llvmPackages_13 . stdenv ;
2023-01-06 23:00:24 +00:00
clang14Stdenv = lowPrio llvmPackages_14 . stdenv ;
clang15Stdenv = lowPrio llvmPackages_15 . stdenv ;
2023-05-11 11:17:40 +00:00
clang16Stdenv = lowPrio llvmPackages_16 . stdenv ;
2021-03-06 19:37:44 +00:00
2022-02-21 22:52:06 +00:00
clangAnalyzer = throw " ' c l a n g A n a l y z e r ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' c l a n g - a n a l y z e r ' " ; # Converted to throw 2022-02-22
2022-12-22 06:45:29 +00:00
clasp = clingo ; # added 2022-12-22
2022-02-02 03:13:32 +00:00
claws-mail-gtk2 = throw " c l a w s - m a i l - g t k 2 w a s r e m o v e d t o g e t r i d o f P y t h o n 2 , p l e a s e u s e c l a w s - m a i l " ; # Added 2021-12-05
2022-10-14 16:09:41 +00:00
claws-mail-gtk3 = claws-mail ; # Added 2021-07-10
2022-02-21 22:52:06 +00:00
clawsMail = throw " ' c l a w s M a i l ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' c l a w s - m a i l ' " ; # Converted to throw 2022-02-22
2022-04-03 22:01:33 +00:00
cldr-emoji-annotation = throw " ' c l d r - e m o j i - a n n o t a t i o n ' h a s b e e n 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 ; u s e ' c l d r - a n n o t a t i o n s ' i n s t e a d " ; # Added 2022-04-03
2022-03-16 02:18:22 +00:00
clearsilver = throw " c l e a r s i l v 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 2022-03-15
2022-05-29 22:15:15 +00:00
clementineUnfree = throw " c l e m e n t i n e U n f r e e h a s b e e n r e m o v e d b e c a u s e S p o t i f y s t o p p e d s u p p o r t i n g l i b s p o t i f y " ; # added 2022-05-29
2022-02-21 22:52:06 +00:00
clutter_gtk = throw " ' c l u t t e r _ g t k ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' c l u t t e r - g t k ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +00:00
cmakeWithQt4Gui = throw " c m a k e W i t h Q t 4 G u i h a s b e e n r e m o v e d i n f a v o r o f c m a k e W i t h G u i ( Q t 5 ) " ; # Added 2021-05
codimd = hedgedoc ; # Added 2020-11-29
2022-05-17 01:11:06 +00:00
inherit ( libsForQt5 . mauiPackages ) communicator ; # added 2022-05-17
2023-09-10 11:46:21 +00:00
compton = throw " ' c o m p t o n ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' p i c o m ' " ; # Converted to throw 2023-09-10
2022-02-21 22:52:06 +00:00
compton-git = throw " ' c o m p t o n - g i t ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' c o m p t o n ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +00:00
concurrencykit = libck ; # Added 2021-03
2022-02-21 22:52:06 +00:00
conntrack_tools = throw " ' c o n n t r a c k _ t o o l s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' c o n n t r a c k - t o o l s ' " ; # Converted to throw 2022-02-22
2022-04-05 14:45:52 +00:00
container-linux-config-transpiler = throw " c o n t a i n e r - l i n u x - c o n f i g - t r a n s p i l e r i s d e p r e c a t e d a n d a r c h i v e d b y u p s t r e a m " ; # Added 2022-04-05
2022-02-21 22:52:06 +00:00
cool-old-term = throw " ' c o o l - o l d - t e r m ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' c o o l - r e t r o - t e r m ' " ; # Converted to throw 2022-02-22
2022-02-02 03:13:32 +00:00
corsmisc = throw " c o r s m i s c h a s b e e n r e m o v e d ( u p s t r e a m i s g o n e ) " ; # Added 2022-01-24
2022-10-14 16:09:41 +00:00
couchdb = throw " c o u c h d b w a s r e m o v e d f r o m n i x p k g s , u s e c o u c h d b 3 i n s t e a d " ; # Added 2021-03-03
couchdb2 = throw " c o u c h d b 2 w a s r e m o v e d f r o m n i x p k g s , u s e c o u c h d b 3 i n s t e a d " ; # Added 2021-03-03
2022-04-12 17:14:32 +00:00
coreclr = throw " c o r e c l 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 , u s e d o t n e t - s d k i n s t e a d " ; # added 2022-06-12
2023-05-08 18:04:09 +00:00
corgi = throw " c o r g i h a s b e e n d r o p p e d d u e t o t h e l a c k o f m a i n t e n a n c e f r o m u p s t r e a m s i n c e 2 0 1 8 " ; # Added 2022-06-02
2023-05-26 10:43:45 +00:00
cpp-gsl = throw " ' c p p - g s l ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' m i c r o s o f t - g s l ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +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
2022-02-02 03:13:32 +00:00
cpuminer-multi = throw " c p u m i n e r - m u l t i h a s b e e n r e m o v e d : d e l e t e d b y u p s t r e a m " ; # Added 2022-01-07
crafty = throw " c r a f t y h a s b e e n r e m o v e d : d e l e t e d b y u p s t r e a m " ; # Added 2022-01-07
2022-10-14 16:09:41 +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
2022-07-04 01:00:02 +00:00
cryptpad = throw " c r y p t p a d 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 u n m a i n t a i n e d i n n i x p k g s " ; # Added 2022-07-04
2022-05-14 01:45:06 +00:00
ctl = throw " c t l 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 2022-05-13
2022-02-02 03:13:32 +00:00
# CUDA Toolkit
2022-10-14 16:09:41 +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
cudatoolkit_9 = throw " c u d a t o o l k i t _ 9 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-04-18
cudatoolkit_9_0 = throw " c u d a t o o l k i t _ 9 _ 0 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-04-18
cudatoolkit_9_1 = throw " c u d a t o o l k i t _ 9 _ 1 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-04-18
cudatoolkit_9_2 = throw " c u d a t o o l k i t _ 9 _ 2 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-04-18
2022-04-03 09:19:04 +00:00
cudatoolkit_10 = throw " c u d a t o o l k i t _ 1 0 h a s b e e n r e n a m e d t o c u d a P a c k a g e s _ 1 0 . c u d a t o o l k i t " ; # Added 2022-04-04
cudatoolkit_10_0 = throw " c u d a t o o l k i t _ 1 0 _ 0 h a s b e e n r e n a m e d t o c u d a P a c k a g e s _ 1 0 _ 0 . c u d a t o o l k i t " ; # Added 2022-04-04
cudatoolkit_10_1 = throw " c u d a t o o l k i t _ 1 0 _ 1 h a s b e e n r e n a m e d t o c u d a P a c k a g e s _ 1 0 _ 1 . c u d a t o o l k i t " ; # Added 2022-04-04
cudatoolkit_10_2 = throw " c u d a t o o l k i t _ 1 0 _ 2 h a s b e e n r e n a m e d t o c u d a P a c k a g e s _ 1 0 _ 2 . c u d a t o o l k i t " ; # Added 2022-04-04
cudatoolkit_11_0 = throw " c u d a t o o l k i t _ 1 1 _ 0 h a s b e e n r e n a m e d t o c u d a P a c k a g e s _ 1 1 _ 0 . c u d a t o o l k i t " ; # Added 2022-04-04
cudatoolkit_11_1 = throw " c u d a t o o l k i t _ 1 1 _ 1 h a s b e e n r e n a m e d t o c u d a P a c k a g e s _ 1 1 _ 1 . c u d a t o o l k i t " ; # Added 2022-04-04
cudatoolkit_11_2 = throw " c u d a t o o l k i t _ 1 1 _ 2 h a s b e e n r e n a m e d t o c u d a P a c k a g e s _ 1 1 _ 2 . c u d a t o o l k i t " ; # Added 2022-04-04
cudatoolkit_11_3 = throw " c u d a t o o l k i t _ 1 1 _ 3 h a s b e e n r e n a m e d t o c u d a P a c k a g e s _ 1 1 _ 3 . c u d a t o o l k i t " ; # Added 2022-04-04
cudatoolkit_11_4 = throw " c u d a t o o l k i t _ 1 1 _ 4 h a s b e e n r e n a m e d t o c u d a P a c k a g e s _ 1 1 _ 4 . c u d a t o o l k i t " ; # Added 2022-04-04
cudatoolkit_11_5 = throw " c u d a t o o l k i t _ 1 1 _ 5 h a s b e e n r e n a m e d t o c u d a P a c k a g e s _ 1 1 _ 5 . c u d a t o o l k i t " ; # Added 2022-04-04
cudatoolkit_11_6 = throw " c u d a t o o l k i t _ 1 1 _ 6 h a s b e e n r e n a m e d t o c u d a P a c k a g e s _ 1 1 _ 6 . c u d a t o o l k i t " ; # Added 2022-04-04
cudnn = throw " c u d n n i s n o w p a r t o f c u d a P a c k a g e s * " ; # Added 2022-04-04
2022-10-14 16:09:41 +00:00
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_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
2022-04-03 09:19:04 +00:00
cudnn_7_4_cudatoolkit_10_0 = throw " c u d n n * i s n o w p a r t o f c u d a P a c k a g e s * " ; # Added 2022-04-04
2022-10-14 16:09:41 +00:00
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
2022-04-03 09:19:04 +00:00
cudnn_7_6_cudatoolkit_10_0 = throw " c u d n n * i s n o w p a r t o f c u d a P a c k a g e s * " ; # Added 2022-04-04
cudnn_7_6_cudatoolkit_10_1 = throw " c u d n n * i s n o w p a r t o f c u d a P a c k a g e s * " ; # Added 2022-04-04
2022-10-14 16:09:41 +00:00
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
2022-04-03 09:19:04 +00:00
cudnn_8_1_cudatoolkit_10_2 = throw " c u d n n * i s n o w p a r t o f c u d a P a c k a g e s * " ; # Added 2022-04-04
cudnn_8_1_cudatoolkit_11_0 = throw " c u d n n * i s n o w p a r t o f c u d a P a c k a g e s * " ; # Added 2022-04-04
cudnn_8_1_cudatoolkit_11_1 = throw " c u d n n * i s n o w p a r t o f c u d a P a c k a g e s * " ; # Added 2022-04-04
cudnn_8_1_cudatoolkit_11_2 = throw " c u d n n * i s n o w p a r t o f c u d a P a c k a g e s * " ; # Added 2022-04-04
cudnn_8_1_cudatoolkit_10 = throw " c u d n n * i s n o w p a r t o f c u d a P a c k a g e s * " ; # Added 2022-04-04
cudnn_8_3_cudatoolkit_10_2 = throw " c u d n n * i s n o w p a r t o f c u d a P a c k a g e s * " ; # Added 2022-04-04
cudnn_8_3_cudatoolkit_11_0 = throw " c u d n n * i s n o w p a r t o f c u d a P a c k a g e s * " ; # Added 2022-04-04
cudnn_8_3_cudatoolkit_11_1 = throw " c u d n n * i s n o w p a r t o f c u d a P a c k a g e s * " ; # Added 2022-04-04
cudnn_8_3_cudatoolkit_11_2 = throw " c u d n n * i s n o w p a r t o f c u d a P a c k a g e s * " ; # Added 2022-04-04
cudnn_8_3_cudatoolkit_11_3 = throw " c u d n n * i s n o w p a r t o f c u d a P a c k a g e s * " ; # Added 2022-04-04
cudnn_8_3_cudatoolkit_11_4 = throw " c u d n n * i s n o w p a r t o f c u d a P a c k a g e s * " ; # Added 2022-04-04
cudnn_8_3_cudatoolkit_11_5 = throw " c u d n n * i s n o w p a r t o f c u d a P a c k a g e s * " ; # Added 2022-04-04
cudnn_8_3_cudatoolkit_10 = throw " c u d n n * i s n o w p a r t o f c u d a P a c k a g e s * " ; # Added 2022-04-04
cudnn_8_3_cudatoolkit_11 = throw " c u d n n * i s n o w p a r t o f c u d a P a c k a g e s * " ; # Added 2022-04-04
2022-10-14 16:09:41 +00:00
cudnn_cudatoolkit_9 = throw " c u d n n _ c u d a t o o l k i t _ 9 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-04-18
cudnn_cudatoolkit_9_0 = throw " c u d n n _ c u d a t o o l k i t _ 9 _ 0 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-04-18
cudnn_cudatoolkit_9_1 = throw " c u d n n _ c u d a t o o l k i t _ 9 _ 1 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-04-18
cudnn_cudatoolkit_9_2 = throw " c u d n n _ c u d a t o o l k i t _ 9 _ 2 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-04-18
2022-06-05 18:52:38 +00:00
cura_stable = throw " c u r a _ s t a b l e w a s 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 a n d u s e d P y t h o n 2 " ; # added 2022-06-05
2023-05-08 18:04:09 +00:00
curl_unix_socket = throw " c u r l _ u n i x _ s o c k e t h a s b e e n d r o p p e d d u e t o t h e l a c k o f m a i n t e n a n c e f r o m u p s t r e a m s i n c e 2 0 1 5 " ; # Added 2022-06-02
2022-04-03 09:19:04 +00:00
cutensor = throw " c u t e n s o r i s n o w p a r t o f c u d a P a c k a g e s * " ; # Added 2022-04-04
cutensor_cudatoolkit_10 = throw " c u t e n s o r * i s n o w p a r t o f c u d a P a c k a g e s * " ; # Added 2022-04-04
cutensor_cudatoolkit_10_1 = throw " c u t e n s o r * i s n o w p a r t o f c u d a P a c k a g e s * " ; # Added 2022-04-04
cutensor_cudatoolkit_10_2 = throw " c u t e n s o r * i s n o w p a r t o f c u d a P a c k a g e s * " ; # Added 2022-04-04
cutensor_cudatoolkit_11 = throw " c u t e n s o r * i s n o w p a r t o f c u d a P a c k a g e s * " ; # Added 2022-04-04
cutensor_cudatoolkit_11_0 = throw " c u t e n s o r * i s n o w p a r t o f c u d a P a c k a g e s * " ; # Added 2022-04-04
cutensor_cudatoolkit_11_1 = throw " c u t e n s o r * i s n o w p a r t o f c u d a P a c k a g e s * " ; # Added 2022-04-04
cutensor_cudatoolkit_11_2 = throw " c u t e n s o r * i s n o w p a r t o f c u d a P a c k a g e s * " ; # Added 2022-04-04
cutensor_cudatoolkit_11_3 = throw " c u t e n s o r * i s n o w p a r t o f c u d a P a c k a g e s * " ; # Added 2022-04-04
cutensor_cudatoolkit_11_4 = throw " c u t e n s o r * i s n o w p a r t o f c u d a P a c k a g e s * " ; # Added 2022-04-04
2022-10-14 16:09:41 +00:00
cloud-print-connector = 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 " ;
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
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 " ;
2022-11-12 00:01:42 +00:00
cups-kyodialog3 = cups-kyodialog ; # Added 2022-11-12
2022-02-21 22:52:06 +00:00
cupsBjnp = throw " ' c u p s B j n p ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' c u p s - b j n p ' " ; # Converted to throw 2022-02-22
cups_filters = throw " ' c u p s _ f i l t e r s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' c u p s - f i l t e r s ' " ; # Converted to throw 2022-02-22
2023-07-21 18:37:24 +00:00
curl-impersonate-bin = throw " ' c u r l - i m p e r s o n a t e - b i n ' h a s b e e n r e p l a c e d b y ' c u r l - i m p e r s o n a t e ' " ; # Added 2022-10-08
2022-05-10 05:02:11 +00:00
curlcpp = throw " c u r l c p p h a s b e e n r e m o v e d , n o a c t i v e m a i n t a i n e r s a n d n o u s a g e w i t h i n n i x p k g s " ; # Added 2022-05-10
2022-03-17 16:42:00 +00:00
curaByDagoma = throw " c u r a B y D a g o m 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 , b e c a u s e i t w a s u n m a i n t a i n e d a n d d e p e n d e n t o n p y t h o n 2 p a c k a g e s " ; # Added 2022-01-12
2022-02-02 03:13:32 +00:00
curaLulzbot = throw " c u r a L u l z b o t h a s b e e n r e m o v e d d u e t o i n s u f f i c i e n t u p s t r e a m s u p p o r t f o r a m o d e r n d e p e n d e n c y c h a i n " ; # Added 2021-10-23
2022-02-21 22:52:06 +00:00
cv = throw " ' c v ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' p r o g r e s s ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +00:00
cvs_fast_export = cvs-fast-export ; # Added 2021-06-10
2022-02-02 03:13:32 +00:00
### D ###
2023-09-10 19:29:23 +00:00
oroborus = throw " o r o b o r u s w a s r e m o v e d , b e c a u s e i t w a s a b a n d o n e d y e a r s a g o . " ; #Added 2023-09-10
2022-02-21 22:52:06 +00:00
d1x_rebirth = throw " ' d 1 x _ r e b i r t h ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' d x x - r e b i r t h ' " ; # Converted to throw 2022-02-22
d2x_rebirth = throw " ' d 2 x _ r e b i r t h ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' d x x - r e b i r t h ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +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-02-04 11:52:54 +00:00
dat = nodePackages . dat ;
2022-05-12 12:48:55 +00:00
dashpay = throw " ' d a s h p a y ' 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 u n m a i n t a i n e d " ; # Added 2022-05-12
2022-02-21 22:52:06 +00:00
dbus_daemon = throw " ' d b u s _ d a e m o n ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' d b u s . d a e m o n ' " ; # Converted to throw 2022-02-22
dbus_glib = throw " ' d b u s _ g l i b ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' d b u s - g l i b ' " ; # Converted to throw 2022-02-22
dbus_libs = throw " ' d b u s _ l i b s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' d b u s ' " ; # Converted to throw 2022-02-22
dbus_tools = throw " ' d b u s _ t o o l s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' d b u s . o u t ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +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
2022-04-26 13:43:24 +00:00
dd-agent = throw " d d - a g e n 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 n e w e r d a t a d o g - a g e n t " ; # Added 2022-04-26
2022-03-18 18:33:45 +00:00
ddar = throw " d d a 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 2022-03-18
2022-02-21 22:52:06 +00:00
deadbeef-mpris2-plugin = throw " ' d e a d b e e f - m p r i s 2 - p l u g i n ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' d e a d b e e f P l u g i n s . m p r i s 2 ' " ; # Converted to throw 2022-02-22
2018-04-26 00:55:18 +00:00
deadpixi-sam = deadpixi-sam-unstable ;
2022-02-07 02:36:59 +00:00
2022-02-21 22:52:06 +00:00
debian_devscripts = throw " ' d e b i a n _ d e v s c r i p t s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' d e b i a n - d e v s c r i p t s ' " ; # Converted to throw 2022-02-22
2022-02-02 03:13:32 +00:00
debugedit-unstable = debugedit ; # Added 2021-11-22
2022-10-14 16:09:41 +00:00
deepspeech = throw " d e e p s p e e c h w a s r e m o v e d i n f a v o r o f s t t . 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 / 1 1 9 4 9 6 " ; # added 2021-05-05
2022-02-06 21:40:39 +00:00
deisctl = throw " d e i s c t l w a s r e m o v e d ; t h e s e r v i c e d o e s n o t e x i s t a n y m o r e " ; # added 2022-02-06
2022-02-07 02:36:59 +00:00
deis = throw " d e i s w a s r e m o v e d ; t h e s e r v i c e d o e s n o t e x i s t a n y m o r e " ; # added 2022-02-06
2022-10-14 16:09:41 +00:00
deltachat-electron = deltachat-desktop ; # added 2021-07-18
deluge-1_x = throw ''
Deluge 1 . x ( deluge-1_x ) is no longer supported .
Please use Deluge 2 . x ( deluge-2_x ) instead , for example :
services . deluge . package = pkgs . deluge-2_x ;
Note that it is NOT possible to switch back to Deluge 1 . x after this change .
'' ; # A d d e d 2 0 2 1 - 0 8 - 1 8
2022-02-02 03:13:32 +00:00
demjson = with python3Packages ; toPythonApplication demjson ; # Added 2022-01-18
2022-02-21 22:52:06 +00:00
desktop_file_utils = throw " ' d e s k t o p _ f i l e _ u t i l s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' d e s k t o p - f i l e - u t i l s ' " ; # Converted to throw 2022-02-22
devicemapper = throw " ' d e v i c e m a p p e r ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' l v m 2 ' " ; # Converted to throw 2022-02-22
2023-01-13 01:04:57 +00:00
devserver = throw " ' d e v s e r v e r ' h a s b e e n r e m o v e d i n f a v o r o f ' m i n i s e r v e ' o r o t h e r a l t e r n a t i v e s " ; # Added 2023-01-13
2022-05-13 16:33:20 +00:00
dfu-util-axoloti = throw " d f u - u t i l - a x o l o t i 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 2022-05-13
2022-03-26 08:44:27 +00:00
dhall-text = throw " ' d h a l l - t e x t ' h a s b e e n d e p r e c a t e d i n f a v o r o f t h e ' d h a l l t e x t ' c o m m a n d f r o m ' d h a l l ' " ; # Added 2022-03-26
2023-04-04 10:53:42 +00:00
dhcp = throw " d h c p ( I S C D H C 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 , b e c a u s e i t r e a c h e d i t s e n d o f l i f e " ; # Added 2023-04-04
2022-02-21 22:52:06 +00:00
digikam5 = throw " ' d i g i k a m 5 ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' d i g i k a m ' " ; # Converted to throw 2022-02-22
2022-05-13 19:17:58 +00:00
dirmngr = throw " d i r m n g r h a s b e e n r e m o v e d : m e r g e d i n t o g n u p g " ; # Added 2022-05-13
2022-03-18 18:40:01 +00:00
disper = throw " d i s 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 2022-03-18
2022-02-21 22:52:06 +00:00
dmtx = throw " ' d m t x ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' d m t x - u t i l s ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +00:00
dnnl = oneDNN ; # Added 2020-04-22
2022-02-21 22:52:06 +00:00
docbook5_xsl = throw " ' d o c b o o k 5 _ x s l ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' d o c b o o k _ x s l _ n s ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +00:00
docbookrx = throw " d o c b o o k r x h a s b e e n r e m o v e d s i n c e i t w a s u n m a i n t a i n e d " ; # Added 2021-01-12
2022-02-21 22:52:06 +00:00
docbook_xml_xslt = throw " ' d o c b o o k _ x m l _ x s l t ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' d o c b o o k _ x s l ' " ; # Converted to throw 2022-02-22
2023-05-08 18:04:09 +00:00
doh-proxy = throw " d o h - p r o x y h a s b e e n r e m o v e d b e c a u s e u p s t r e a m a b a n d o n e d i t a n d i t s d e p e n d e n c i e s w h e r e r e m o v e d . " ; # Added 2022-03-30
2022-02-21 22:52:06 +00:00
docker_compose = throw " ' d o c k e r _ c o m p o s e ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' d o c k e r - c o m p o s e ' " ; # Converted to throw 2022-02-22
2022-06-04 02:13:44 +00:00
docker-compose_2 = throw " ' d o c k e r - c o m p o s e _ 2 ' h a s b e e n r e n a m e d t o ' d o c k e r - c o m p o s e ' " ; # Added 2022-06-05
2022-06-04 09:31:48 +00:00
docker-edge = throw " ' d o c k e r - e d g e ' h a s b e e n r e m o v e d , i t w a s a n a l i a s f o r ' d o c k e r ' " ; # Added 2022-06-05
2023-02-10 23:12:50 +00:00
dolphin-emu-beta = dolphin-emu ; # Added 2023-02-11
2022-02-02 03:13:32 +00:00
dolphinEmu = dolphin-emu ; # Added 2021-11-10
dolphinEmuMaster = dolphin-emu-beta ; # Added 2021-11-10
2022-11-26 12:40:13 +00:00
dot-http = throw " ' d o t - h t t p ' 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 . U s e h u r l i n s t e a d . " ; # Added 2023-01-16
2023-08-20 16:45:17 +00:00
dotty = scala_3 ; # Added 2023-08-20
2022-02-02 03:13:32 +00:00
dotnet-netcore = dotnet-runtime ; # Added 2021-10-07
2022-02-21 22:52:06 +00:00
double_conversion = throw " ' d o u b l e _ c o n v e r s i o n ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' d o u b l e - c o n v e r s i o n ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +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
2022-11-26 12:40:13 +00:00
dragon-drop = throw " ' d r a g o n - d r o p ' h a s b e e n r e m o v e d i n f a v o r o f ' x d r a g o n ' " ; # Added 2022-04-10;
2023-03-02 13:04:20 +00:00
dtv-scan-tables_linuxtv = dtv-scan-tables ; # Added 2023-03-03
dtv-scan-tables_tvheadend = dtv-scan-tables ; # Added 2023-03-03
2022-04-22 01:15:05 +00:00
dust = throw " d u s 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 2022-04-21
2022-10-14 16:09:41 +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
2022-02-21 22:52:06 +00:00
dwarf_fortress = throw " ' d w a r f _ f o r t r e s s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' d w a r f - f o r t r e s s ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +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
dylibbundler = macdylibbundler ; # Added 2021-04-24
2022-02-02 03:13:32 +00:00
### E ###
2021-12-15 18:45:42 +00:00
eagle7 = throw " e a g l e 7 h a s b e e n r e m o v e d b e c a u s e i t d i d n o t s u p p o r t a s u p p o r t e d o p e n s s l v e r s i o n " ; # added 2021-12-15
2022-02-02 03:13:32 +00:00
ec2_ami_tools = ec2-ami-tools ; # Added 2021-10-08
ec2_api_tools = ec2-api-tools ; # Added 2021-10-08
2022-02-07 02:36:59 +00:00
ec2-utils = amazon-ec2-utils ; # Added 2022-02-01
2022-10-14 16:09:41 +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
elasticsearch7-oss = throw " e l a s t i c s e a r c h 7 - o s s h a s b e e n r e m o v e d , a s t h e d i s t r i b u t i o n i s n o l o n g e r p r o v i d e d b y u p s t r e a m . 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 / p u l l / 1 1 4 4 5 6 " ; # Added 2021-06-09
2022-02-02 03:13:32 +00:00
2022-10-04 13:59:54 +00:00
elasticsearch-oss = throw " e l a s t i c s e a r c h - o s s h a s b e e n r e m o v e d b e c a u s e t h e r e i s n o o s s v e r s i o n o f e l a s t i c s e a r c h a n y m o r e . U s e o p e n s e a r c h i n s t e a d . " ; # Added 2022-10-04
2022-10-04 13:26:29 +00:00
elasticsearch6 = throw " e l a s t i c s e a r c h 6 h a s b e e n r e m o v e d b e c a u s e i t r e a c h e d e n d o f l i f e " ; # Added 2022-10-04
elasticsearch6-oss = throw " e l a s t i c s e a r c h 6 - o s s h a s b e e n r e m o v e d b e c a u s e i t r e a c h e d e n d o f l i f e " ; # Added 2022-10-04
elasticsearch6Plugins = throw " e l a s t i c s e a r c h 6 P l u g i n s h a s b e e n r e m o v e d b e c a u s e i t r e a c h e d e n d o f l i f e " ; # Added 2022-10-04
elasticsearch7Plugins = elasticsearchPlugins ;
2022-02-02 03:13:32 +00:00
# Electron
2022-02-08 09:53:08 +00:00
electron_3 = throw " e l e c t r o n _ 3 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 2022-01-06
electron_4 = throw " e l e c t r o n _ 4 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 2022-01-06
electron_5 = throw " e l e c t r o n _ 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 2022-01-06
electron_6 = throw " e l e c t r o n _ 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 2022-01-06
electron_7 = throw " e l e c t r o n _ 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 2022-02-08
electron_8 = throw " e l e c t r o n _ 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 2022-02-08
2022-11-18 01:35:17 +00:00
electron_9 = throw " e l e c t r o n _ 9 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 2023-09-11
2022-02-02 03:13:32 +00:00
2022-03-17 16:42:00 +00:00
electrum-dash = throw " e l e c t r u m - d a 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 a s t h e p r o j e c t i s a b a n d o n e d " ; # Added 2022-01-01
2023-06-24 02:30:08 +00:00
elementary-planner = throw " e l e m e n t a r y - p l a n n e r h a s b e e n r e n a m e d t o p l a n i f y " ; # Added 2023-06-24
2022-02-02 03:13:32 +00:00
2023-03-20 19:53:08 +00:00
elixir_ls = elixir-ls ; # Added 2023-03-20
2022-02-02 03:13:32 +00:00
# Emacs
2022-06-07 18:41:06 +00:00
emacs28NativeComp = emacs28 ; # Added 2022-06-08
2022-04-11 14:38:15 +00:00
emacs28Packages = emacs28 . pkgs ; # Added 2021-10-04
emacs28WithPackages = emacs28 . pkgs . withPackages ; # Added 2021-10-04
2023-08-11 01:47:13 +00:00
emacsMacport = emacs-macport ; # Added 2023-08-10
2022-06-07 18:41:06 +00:00
emacsNativeComp = emacs28NativeComp ; # Added 2022-06-08
2022-02-21 22:52:06 +00:00
emacsPackagesGen = throw " ' e m a c s P a c k a g e s G e n ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' e m a c s P a c k a g e s F o r ' " ; # Converted to throw 2022-02-22
2023-09-10 11:46:21 +00:00
emacsPackagesNg = throw " ' e m a c s P a c k a g e s N g ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' e m a c s . p k g s ' " ; # Converted to throw 2023-09-10
emacsPackagesNgFor = throw " ' e m a c s P a c k a g e s N g F o r ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' e m a c s P a c k a g e s F o r ' " ; # Converted to throw 2023-09-10
2022-02-21 22:52:06 +00:00
emacsPackagesNgGen = throw " ' e m a c s P a c k a g e s N g G e n ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' e m a c s P a c k a g e s F o r ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +00:00
emacsWithPackages = emacs . pkgs . withPackages ; # Added 2020-12-18
2022-02-02 03:13:32 +00:00
2023-01-20 13:42:16 +00:00
empathy = throw " e m p a t h y w a s r e m o v e d a s i t i s u n m a i n t a i n e d a n d n o l o n g e r l a u n c h e s d u e t o l i b s o u p 3 m i g r a t i o n " ; # Added 2023-01-20
2022-02-21 22:52:06 +00:00
enblendenfuse = throw " ' e n b l e n d e n f u s e ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' e n b l e n d - e n f u s e ' " ; # Converted to throw 2022-02-22
2023-01-18 04:27:45 +00:00
enchant1 = throw " e n c h a n t 1 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 2023-01-18
2022-02-07 02:36:59 +00:00
encryptr = throw " e n c r y p t r w a s r e m o v e d b e c a u s e i t r e a c h e d e n d o f l i f e " ; # Added 2022-02-06
2022-06-03 02:18:23 +00:00
envdir = throw " e n v d i r h a s b e e n d r o p p e d d u e t o t h e l a c k o f m a i n t e n a n c e f r o m u p s t r e a m s i n c e 2 0 1 8 " ; # Added 2022-06-03
2022-08-28 02:57:13 +00:00
envelope = throw " e n v e l o p 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 w a s u n m a i n t a i n e d " ; # Added 2021-08-05
enyo-doom = enyo-launcher ; # Added 2022-09-09
2022-02-02 03:13:32 +00:00
epoxy = libepoxy ; # Added 2021-11-11
2021-12-15 19:09:00 +00:00
epsxe = throw " e p s x 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 w a s u n m a i n t a i n e d . " ; # added 2021-12-15
2022-06-10 00:02:19 +00:00
eql = throw " e q 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 , b e c a u s e i t d e p e n d e d o n q t 4 . e q l 5 e x i s t s , b u t i s n o t c u r r e n t l y p a c a k g e d i n n i x p k g s . " ; # added 2022-05-09
2023-09-11 16:00:06 +00:00
inherit ( beam . interpreters ) erlangR26 erlangR25 erlangR24 ; # added 2023-03-21
2023-03-21 23:06:06 +00:00
erlang_21 = throw " e r l a n g R 2 1 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 2023-03-21
erlangR21 = erlang_21 ;
2023-03-21 23:11:16 +00:00
erlang_22 = throw " e r l a n g R 2 2 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 2023-03-21
erlangR22 = erlang_22 ;
2023-09-11 16:00:06 +00:00
erlang_23 = throw " e r l a n g R 2 3 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 2023-09-11
erlangR23 = erlang_23 ;
2022-10-14 16:09:41 +00:00
esniper = throw " e s n i p e r h a s b e e n r e m o v e d b e c a u s e u p s t r e a m n o l o n g e r m a i n t a i n s i t ( a n d i t n o l o n g e r w o r k s ) " ; # Added 2021-04-12
2022-02-21 22:52:06 +00:00
etcdctl = throw " ' e t c d c t l ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' e t c d ' " ; # Converted to throw 2022-02-22
2023-09-11 02:16:52 +00:00
eterm = throw " e t e r m w a s r e m o v e d b e c a u s e i t i s s t i l l i n s e c u r e : h t t p s : / / g i t h u b . c o m / m e j / E t e r m / i s s u e s / 7 " ; # Added 2023-09-10
2020-12-12 13:13:49 +00:00
eteroj . lv2 = throw " ' e t e r o j . l v 2 ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' o p e n - m u s i c - k o n t r o l l e r s . e t e r o j ' " ; # Added 2022-03-09
2022-03-17 16:42:00 +00:00
euca2tools = throw " e u c a 2 o o l s 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 u p s t r e a m a n d s t i l l u s e s p y t h o n 2 " ; # Added 2022-01-01
evilvte = throw " e v i l v 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 f o r b e i n g u n m a i n t a i n e d w i t h s e c u r i t y i s s u e s a n d d e p e n d a n t o n a n o l d v e r s i o n o f v t e w h i c h w a s r e m o v e d " ; # Added 2022-01-14
2022-02-21 22:52:06 +00:00
evolution_data_server = throw " ' e v o l u t i o n _ d a t a _ s e r v e r ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' e v o l u t i o n - d a t a - s e r v e r ' " ; # Converted to throw 2022-02-22
2023-09-06 18:43:35 +00:00
exa = throw " ' e x a ' 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 u p s t r e a m . C o n s i d e r u s i n g ' e z a ' , a m a i n t a i n e d f o r k " ; # Added 2023-09-07
2023-06-20 17:09:07 +00:00
exhibitor = throw " ' e x h i b i t o r ' 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 u p s t r e a m " ; # Added 2023-06-20
2022-02-21 22:52:06 +00:00
exfat-utils = throw " ' e x f a t - u t i l s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' e x f a t ' " ; # Converted to throw 2022-02-22
2022-02-02 03:13:32 +00:00
### F ###
2022-10-14 16:09:41 +00:00
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
2023-04-10 22:42:32 +00:00
faustStk = faustPhysicalModeling ; # Added 2023-05-16
2022-12-02 23:30:39 +00:00
faust1 = throw " f a u s t 1 h a s b e e n r e m o v e d , u s e f a u s t 2 i n s t e a d " ; # Added 2022-12-03
2022-10-14 16:09:41 +00:00
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
fastnlo = fastnlo_toolkit ; # Added 2021-04-24
2022-05-25 23:23:54 +00:00
fbreader = throw " f b r e a d e r 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 r c h i v e d " ; # Added 2022-05-26
2022-10-14 16:09:41 +00:00
fedora-coreos-config-transpiler = throw " f e d o r a - c o r e o s - c o n f i g - t r a n s p i l e r h a s b e e n r e n a m e d t o ' b u t a n e ' " ; # Added 2021-04-13
2022-05-03 10:33:29 +00:00
feedreader = throw " f e e d r e a d e r i s n o l o n g e r a c t i v i l y m a i n t a i n e d s i n c e 2 0 1 9 . T h e d e v e l o p e r i s w o r k i n g o n a s p i r i t u a l s u c c e s s o r c a l l e d N e w s F l a s h . " ; # Added 2022-05-03
2022-09-25 01:15:54 +00:00
inherit ( luaPackages ) fennel ; # Added 2022-09-24
2022-09-24 00:49:12 +00:00
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 " ; # preserve
2022-02-21 22:52:06 +00:00
ffadoFull = throw " ' f f a d o F u l l ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' f f a d o ' " ; # Converted to throw 2022-02-22
2022-03-24 00:06:31 +00:00
ffmpeg-sixel = throw " f f m p e g - s i x e l 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 a n o u t d a t e d / u n m a i n t a i n e d f o r k o f f f m p e g " ; # Added 2022-03-23";
2022-03-09 21:35:37 +00:00
ffmpeg_3 = throw " f f m p e g _ 3 w a s 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 w a s a n o u t d a t e d a n d i n s e c u r e r e l e a s e " ; # added 2022-01-17
2022-10-04 13:32:16 +00:00
filebeat6 = throw " f i l e b e a t 6 h a s b e e n r e m o v e d b e c a u s e i t r e a c h e d e n d o f l i f e " ; # Added 2022-10-04
2023-07-10 19:41:11 +00:00
findimagedupes = throw " f i n d i m a g e d u p e s h a s b e e n r e m o v e d b e c a u s e t h e p e r l b i n d i n g s a r e n o l o n g e r c o m p a t i b l e " ; # Added 2023-07-10
2022-10-14 16:09:41 +00:00
finger_bsd = bsd-finger ;
fingerd_bsd = bsd-fingerd ;
firefox-esr-68 = throw " F i r e f o x 6 8 E S R w a s r e m o v e d b e c a u s e i t 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 " ;
2022-11-15 19:11:57 +00:00
firefox-esr-wayland = firefox-esr ; # Added 2022-11-15
2022-02-21 22:52:06 +00:00
firefox-esr-wrapper = throw " ' f i r e f o x - e s r - w r a p p e r ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' f i r e f o x - e s r ' " ; # Converted to throw 2022-02-22
2022-11-15 19:11:57 +00:00
firefox-wayland = firefox ; # Added 2022-11-15
2022-02-21 22:52:06 +00:00
firefoxWrapper = throw " ' f i r e f o x W r a p p e r ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' f i r e f o x ' " ; # Converted to throw 2022-02-22
firefox-wrapper = throw " ' f i r e f o x - w r a p p e r ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' f i r e f o x ' " ; # Converted to throw 2022-02-22
2022-02-02 03:13:32 +00:00
firmwareLinuxNonfree = linux-firmware ; # Added 2022-01-09
2022-10-14 16:09:41 +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
2022-08-03 03:02:48 +00:00
fishfight = jumpy ; # Added 2022-08-03
2023-07-04 06:32:24 +00:00
fitnesstrax = throw " f i t n e s s t r a x w a s 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 d i s a p p e a r e d u p s t r e a m a n d n o l o n g e r c o m p i l e s " ; # added 2023-07-04
2022-02-21 22:52:06 +00:00
flameGraph = throw " ' f l a m e G r a p h ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' f l a m e g r a p h ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +00:00
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
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 = 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
2022-02-02 03:13:32 +00:00
flashtool = throw " f l a s h t o o l w a s 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 t h e d o w n l o a d i s d o w n f o r c o p y r i g h t r e a s o n s a n d t h e s i t e l o o k s v e r y f i s h y " ; # Added 2021-06-31
2022-05-12 03:31:11 +00:00
flatbuffers_1_12 = throw " F l a t B u f f e r s v e r s i o n 1 . 1 2 h a s b e e n r e m o v e d , b e c a u s e u p s t r e a m n o l o n g e r m a i n t a i n s i t " ; # Added 2022-05-12
flatbuffers_2_0 = flatbuffers ; # Added 2022-05-12
2022-10-14 16:09:41 +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
2023-07-03 22:57:15 +00:00
flutter2 = throw " f l u t t e r 2 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 n ' t u p d a t e d a n y m o r e , a n d n o p a c k a g e s i n n i x p k g s u s e i t . I f y o u s t i l l n e e d i t , u s e f l u t t e r . m k F l u t t e r t o g e t a c u s t o m v e r s i o n " ; # Added 2023-07-03
2023-08-28 01:26:49 +00:00
flutter37 = throw " f l u t t e r 3 7 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 n ' t u p d a t e d a n y m o r e , a n d n o p a c k a g e s i n n i x p k g s u s e i t . I f y o u s t i l l n e e d i t , u s e f l u t t e r . m k F l u t t e r t o g e t a c u s t o m v e r s i o n " ; # Added 2023-07-03
2022-10-14 16:09:41 +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
2022-06-13 12:44:43 +00:00
fmbt = throw " f m b t w a s r e m o v e d , b e c a u s e i t d e p e n d e d o n q t 4 a n d p y t h o n 2 a n d w a s u n m a i n t a i n e d u p s t r e a m " ; # Added 2022-06-13
2022-03-17 16:42:00 +00:00
fme = throw " f m e w a s r e m o v e d , b e c a u s e i t i s o l d a n d u s e s G l a d e , a d i s c o n t i n u e d l i b r a r y " ; # Added 2022-01-26
2022-10-14 16:09:41 +00:00
foldingathome = fahclient ; # Added 2020-09-03
2022-02-21 22:52:06 +00:00
font-awesome-ttf = throw " ' f o n t - a w e s o m e - t t f ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' f o n t - a w e s o m e ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +00:00
fontconfig-penultimate = throw ''
fontconfig-penultimate has been removed .
It was a fork of the abandoned fontconfig-ultimate .
'' ; # A d d e d 2 0 2 0 - 0 7 - 2 1
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 .
'' ;
2022-02-21 22:52:06 +00:00
foomatic_filters = throw " ' f o o m a t i c _ f i l t e r s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' f o o m a t i c - f i l t e r s ' " ; # Converted to throw 2022-02-22
2023-06-06 13:34:31 +00:00
foundationdb51 = throw " f o u n d a t i o n d b 5 1 i s n o l o n g e r m a i n t a i n e d , u s e f o u n d a t i o n d b 7 1 i n s t e a d " ; # added 2023-06-06
foundationdb52 = throw " f o u n d a t i o n d b 5 2 i s n o l o n g e r m a i n t a i n e d , u s e f o u n d a t i o n d b 7 1 i n s t e a d " ; # added 2023-06-06
foundationdb60 = throw " f o u n d a t i o n d b 6 0 i s n o l o n g e r m a i n t a i n e d , u s e f o u n d a t i o n d b 7 1 i n s t e a d " ; # added 2023-06-06
foundationdb61 = throw " f o u n d a t i o n d b 6 1 i s n o l o n g e r m a i n t a i n e d , u s e f o u n d a t i o n d b 7 1 i n s t e a d " ; # added 2023-06-06
2023-01-29 18:50:15 +00:00
foxitreader = throw " f o x i t r e a d 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 h a d v u l n e r a b i l i t i e s a n d w a s u n m a i n t a i n e d " ; # added 2023-02-20
2022-03-17 16:42:00 +00:00
fscryptctl-experimental = throw " T h e p a c k a g e f s c r y p t c t l - e x p e r i m e n t a l h a s b e e n r e m o v e d . P l e a s e s w i t c h t o f s c r y p t c t l " ; # Added 2021-11-07
2022-10-14 16:09:41 +00:00
fsharp41 = throw " f s h a r p 4 1 h a s b e e n r e m o v e d , p l e a s e u s e d o t n e t - s d k _ 5 o r l a t e r " ;
2022-02-02 03:13:32 +00:00
fslint = throw " f s l i n t h a s b e e n r e m o v e d : e n d o f l i f e . U p s t r e a m r e c o m m e n d s u s i n g c z k a w k a ( h t t p s : / / q a r m i n . g i t h u b . i o / c z k a w k a / ) i n s t e a d " ; # Added 2022-01-15
2022-02-21 22:52:06 +00:00
fuse_exfat = throw " ' f u s e _ e x f a t ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' e x f a t ' " ; # Converted to throw 2022-02-22
fuseki = throw " ' f u s e k i ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' a p a c h e - j e n a - f u s e k i ' " ; # Converted to throw 2022-02-22
2022-03-12 18:20:22 +00:00
fuse2fs = if stdenv . isLinux then e2fsprogs . fuse2fs else null ; # Added 2022-03-27 preserve, reason: convenience, arch has a package named fuse2fs too.
2023-07-26 17:15:58 +00:00
fx_cast_bridge = fx-cast-bridge ; # added 2023-07-26
2022-10-14 16:09:41 +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
2022-02-02 03:13:32 +00:00
2023-03-31 07:57:20 +00:00
fcitx = throw " f c i t x i s d e p r e c a t e d , p l e a s e u s e f c i t x 5 i n s t e a d . " ; # Added 2023-03-13
fcitx-engines = throw " f c i t x - e n g i n e s i s d e p r e c a t e d , p l e a s e u s e f c i t x 5 i n s t e a d . " ; # Added 2023-03-13
fcitx-configtool = throw " f c i t x - c o n f i g t o o l i s d e p r e c a t e d , p l e a s e u s e f c i t x 5 i n s t e a d . " ; # Added 2023-03-13
2023-03-12 04:04:15 +00:00
2022-02-02 03:13:32 +00:00
### G ###
2022-10-14 16:09:41 +00:00
g4py = python3Packages . geant4 ; # Added 2020-06-06
gaia = throw " g a i a h a s b e e n r e m o v e d b e c a u s e i t s e e m s a b a n d o n e d u p s t r e a m a n d u s e s n o l o n g e r s u p p o r t e d d e p e n d e n c i e s " ; # Added 2020-06-06
2022-05-26 01:46:29 +00:00
gambatte = throw " g a m b a t t e h a s b e e n r e m o v e d , b e c a u s e t h e p r o j e c t h a s b e e n t a k e n p r i v a t e " ; # Added 2022-05-26
2022-09-03 15:06:24 +00:00
gammy = throw " ' g a m m y ' i s d e p r e c a t e d u p s t r e a m a n d h a s b e e n r e p l a c e d b y ' g u m m y ' " ; # Added 2022-09-03
2023-04-17 13:52:41 +00:00
garmindev = throw " ' g a r m i n d e v ' h a s b e e n r e m o v e d a s t h e d e p e n d e n t s o f t w a r e ' q l a n d k a r t e g t ' h a s b e e n r e m o v e d " ; # Added 2023-04-17
2023-05-08 18:04:09 +00:00
gawp = throw " g a w p h a s b e e n d r o p p e d d u e t o t h e l a c k o f m a i n t e n a n c e f r o m u p s t r e a m s i n c e 2 0 1 7 " ; # Added 2022-06-02
2022-10-14 16:09:41 +00:00
gdal_1_11 = throw " g d a l _ 1 _ 1 1 w a s r e m o v e d . U s e g d a l i n s t e a d " ; # Added 2021-04-03
2022-02-21 22:52:06 +00:00
gdb-multitarget = throw " ' g d b - m u l t i t a r g e t ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' g d b ' " ; # Converted to throw 2022-02-22
gdk_pixbuf = throw " ' g d k _ p i x b u f ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' g d k - p i x b u f ' " ; # Converted to throw 2022-02-22
2023-03-10 17:44:34 +00:00
geekbench4 = throw " ' g e e k b e n c h 4 ' h a s b e e n r e n a m e d t o ' g e e k b e n c h _ 4 ' " ; # Added 2023-03-10
geekbench5 = throw " ' g e e k b e n c h 5 ' h a s b e e n r e n a m e d t o ' g e e k b e n c h _ 5 ' " ; # Added 2023-03-10
2022-03-17 16:42:00 +00:00
getmail = throw " g e t m a i 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 , m i g r a t e t o g e t m a i l 6 " ; # Added 2022-01-12
2022-02-21 22:52:06 +00:00
gettextWithExpat = throw " ' g e t t e x t W i t h E x p a t ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' g e t t e x t ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +00:00
gfm = throw " g f m h a s b e e n r e m o v e d " ; # Added 2021-01-15
2023-03-17 22:39:35 +00:00
ghostwriter = libsForQt5 . kdeGear . ghostwriter ; # Added 2023-03-18
2022-03-17 16:42:00 +00:00
giblib = throw " g i b l i b 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 u p s t r e a m i s g o n e " ; # Added 2022-01-23
2022-10-14 16:09:41 +00:00
giflib_4_1 = throw " g i f l i b _ 4 _ 1 h a s b e e n r e m o v e d ; u s e g i f l i b i n s t e a d " ; # Added 2020-02-12
2023-05-08 18:04:09 +00:00
git-annex-remote-b2 = throw " g i t - a n n e x - r e m o t e - b 2 h a s b e e n d r o p p e d d u e t o t h e l a c k o f m a i n t e n a n c e f r o m u p s t r e a m s i n c e 2 0 1 6 " ; # Added 2022-06-02
2022-03-17 16:42:00 +00:00
git-bz = throw " g i z - b z 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 s t u c k o n p y t h o n 2 " ; # Added 2022-01-01
2023-01-13 01:52:55 +00:00
git-subset = throw " ' g i t - s u b s e t ' h a s b e e n r e m o v e d i n f a v o r o f ' g i t - f i l t e r - r e p o ' " ; # Added 2023-01-13
2022-02-02 03:13:32 +00:00
gitAndTools = self // {
2022-10-14 16:09:41 +00:00
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 ;
} ; # Added 2021-01-14
2022-02-02 03:13:32 +00:00
gitin = throw " g i t i n h a s b e e n r e m o v e b e c a u s e i t w a s u n m a i n t a i n e d a n d d e p e n d e d o n a n i n s e c u r e v e r s i o n o f l i b g i t 2 " ; # Added 2021-12-07
2022-03-17 16:42:00 +00:00
gitinspector = throw " g i t i n s p e c t o r h a s b e e n r e m o v e d b e c a u s e i t d o e s n ' t w o r k w i t h p y t h o n 3 " ; # Added 2022-01-12
2023-09-18 00:22:19 +00:00
gitter = throw " g i t t e r h a s b e e n r e m o v e d s i n c e t h e c l i e n t 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 w i t h t h e b a c k e n d m i g r a t i o n t o M a t r i x " ; # Added 2023-09-18
2022-02-02 03:13:32 +00:00
gksu = throw " g k s u h a s b e e n r e m o v e d " ; # Added 2022-01-16
2022-02-21 22:52:06 +00:00
glib_networking = throw " ' g l i b _ n e t w o r k i n g ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' g l i b - n e t w o r k i n g ' " ; # Converted to throw 2022-02-22
2022-07-11 13:52:30 +00:00
glimpse = throw " g l i m p s e w a s r e m o v e d , a s t h e p r o j e c t w a s d i s c o n t i n u e d . Y o u c a n u s e g i m p i n s t e a d . " ; # Added 2022-07-11
2022-10-14 16:09:41 +00:00
gmailieer = lieer ; # Added 2020-04-19
2023-02-02 17:18:36 +00:00
gmic-qt-krita = throw " g m i c - q t - k r i t a w a s r e m o v e d a s i t ' s n o l o n g e r s u p p o r t e d u p s t r e a m . " ; # Converted to throw 2023-02-02
2022-10-14 16:09:41 +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
2022-03-17 16:42:00 +00:00
gnash = throw " g n a s h h a s b e e n r e m o v e d ; 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 2022-02-06
2023-04-07 17:41:49 +00:00
gnatboot11 = gnat-bootstrap11 ;
gnatboot12 = gnat-bootstrap12 ;
gnatboot = gnat-bootstrap ;
2022-04-22 16:30:38 +00:00
gnome-breeze = throw " g n o m e - b r e e z e h a s b e e n r e m o v e d , u s e l i b s F o r Q t 5 . b r e e z e - g t k i n s t e a d " ; # Added 2022-04-22
2022-04-14 10:51:25 +00:00
gnome-firmware-updater = gnome-firmware ; # added 2022-04-14
2022-01-19 13:55:04 +00:00
gnome-passwordsafe = gnome-secrets ; # added 2022-01-30
2023-09-10 11:46:21 +00:00
gnome-mpv = throw " ' g n o m e - m p v ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' c e l l u l o i d ' " ; # Converted to throw 2023-09-10
2022-02-02 03:13:32 +00:00
gnome-sharp = throw " g n o m e - s h a r 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 " ; # Added 2022-01-15
2022-02-21 22:52:06 +00:00
gnome-themes-standard = throw " ' g n o m e - t h e m e s - s t a n d a r d ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' g n o m e - t h e m e s - e x t r a ' " ; # Converted to throw 2022-02-22
2023-09-10 11:46:21 +00:00
gnome_user_docs = throw " ' g n o m e _ u s e r _ d o c s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' g n o m e - u s e r - d o c s ' " ; # Converted to throw 2023-09-10
2022-02-21 22:52:06 +00:00
gnome_doc_utils = throw " ' g n o m e _ d o c _ u t i l s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' g n o m e - d o c - u t i l s ' " ; # Converted to throw 2022-02-22
gnome_themes_standard = throw " ' g n o m e _ t h e m e s _ s t a n d a r d ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' g n o m e - t h e m e s - s t a n d a r d ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +00:00
gnuradio-with-packages = gnuradio3_7 . override {
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 ;
} ; # Added 2020-10-16
gmock = gtest ; # moved from top-level 2021-03-14
gnome3 = gnome ; # Added 2021-05-07
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
2022-02-07 02:36:59 +00:00
gnuradio3_7 = throw " g n u r a d i o 3 _ 7 h a s b e e n r e m o v e d b e c a u s e i t r e q u i r e d P y t h o n 2 " ; # Added 2022-01-16
2023-09-10 11:46:21 +00:00
gnuradio-ais = throw " ' g n u r a d i o - a i s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' g n u r a d i o 3 _ 7 . p k g s . a i s ' " ; # Converted to throw 2023-09-10
gnuradio-gsm = throw " ' g n u r a d i o - g s m ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' g n u r a d i o 3 _ 7 . p k g s . g s m ' " ; # Converted to throw 2023-09-10
gnuradio-limesdr = throw " ' g n u r a d i o - l i m e s d r ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' g n u r a d i o 3 _ 7 . p k g s . l i m e s d r ' " ; # Converted to throw 2023-09-10
gnuradio-nacl = throw " ' g n u r a d i o - n a c l ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' g n u r a d i o 3 _ 7 . p k g s . n a c l ' " ; # Converted to throw 2023-09-10
gnuradio-osmosdr = throw " ' g n u r a d i o - o s m o s d r ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' g n u r a d i o 3 _ 7 . p k g s . o s m o s d r ' " ; # Converted to throw 2023-09-10
gnuradio-rds = throw " ' g n u r a d i o - r d s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' g n u r a d i o 3 _ 7 . p k g s . r d s ' " ; # Converted to throw 2023-09-10
2022-02-21 22:52:06 +00:00
gnustep-make = throw " ' g n u s t e p - m a k e ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' g n u s t e p . m a k e ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +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
gobby5 = gobby ; # Added 2021-02-01
2022-02-21 22:52:06 +00:00
gobjectIntrospection = throw " ' g o b j e c t I n t r o s p e c t i o n ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' g o b j e c t - i n t r o s p e c t i o n ' " ; # Converted to throw 2022-02-22
2022-09-12 00:05:50 +00:00
#godot
godot = throw " g o d o t h a s b e e n r e n a m e d t o g o d o t 3 t o d i s t i n g u i s h f r o m v e r s i o n 4 " ; # Added 2023-07-16
godot-export-templates = throw " g o d o t - e x p o r t - t e m p l a t e s h a s b e e n r e n a m e d t o g o d o t 3 - e x p o r t - t e m p l a t e s t o d i s t i n g u i s h f r o m v e r s i o n 4 " ; # Added 2023-07-16
godot-headless = throw " g o d o t - h e a d l e s s h a s b e e n r e n a m e d t o g o d o t 3 - h e a d l e s s t o d i s t i n g u i s h f r o m v e r s i o n 4 " ; # Added 2023-07-16
godot-server = throw " g o d o t - s e r v e r h a s b e e n r e n a m e d t o g o d o t 3 - s e r v e r t o d i s t i n g u i s h f r o m v e r s i o n 4 " ; # Added 2023-07-16
2022-02-10 03:58:40 +00:00
gogoclient = throw " g o g o c l i e n 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 u n m a i n t a i n e d " ; # Added 2021-12-15
2023-05-08 18:04:09 +00:00
goklp = throw " g o k l p h a s b e e n d r o p p e d d u e t o t h e l a c k o f m a i n t e n a n c e f r o m u p s t r e a m s i n c e 2 0 1 7 " ; # Added 2022-06-02
2022-03-20 22:42:19 +00:00
golly-beta = throw " g o l l y - b e t a h a s b e e n r e m o v e d : u s e g o l l y i n s t e a d " ; # Added 2022-03-21
2022-02-21 22:52:06 +00:00
goimports = throw " ' g o i m p o r t s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' g o t o o l s ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +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
2022-02-21 22:52:06 +00:00
googleAuthenticator = throw " ' g o o g l e A u t h e n t i c a t o r ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' g o o g l e - a u t h e n t i c a t o r ' " ; # Converted to throw 2022-02-22
2022-02-02 03:13:32 +00:00
googleearth = throw " t h e n o n - p r o v e r s i o n o f G o o g l e E a r t h w a s r e m o v e d b e c a u s e i t w a s d i s c o n t i n u e d a n d d o w n l o a d i n g i t i s n ' t p o s s i b l e a n y m o r e " ; # Added 2022-01-22
2023-09-10 11:46:21 +00:00
google-gflags = throw " ' g o o g l e - g f l a g s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' g f l a g s ' " ; # Converted to throw 2023-09-10
2022-10-14 16:09:41 +00:00
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
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
2023-05-08 18:04:09 +00:00
gosca = throw " g o s c a h a s b e e n d r o p p e d d u e t o t h e l a c k o f m a i n t e n a n c e f r o m u p s t r e a m s i n c e 2 0 1 8 " ; # Added 2022-06-30
2022-06-16 20:30:23 +00:00
google-play-music-desktop-player = throw " G P M D P s h o w s a b l a c k s c r e e n , u p s t r e a m h o m e p a g e i s d e a d , u s e ' y t m d e s k t o p ' i n s t e a d " ; # Added 2022-06-16
2022-06-30 13:13:55 +00:00
go-langserver = throw " g o - l a n g s e r v e r h a s b e e n r e p l a c e d b y g o p l s " ; # Added 2022-06-30
2023-05-08 18:04:09 +00:00
go-mk = throw " g o - m k h a s b e e n d r o p p e d d u e t o t h e l a c k o f m a i n t e n a n c e f r o m u p s t r e a m s i n c e 2 0 1 5 " ; # Added 2022-06-02
2022-02-21 22:52:06 +00:00
go-pup = throw " ' g o - p u p ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' p u p ' " ; # Converted to throw 2022-02-22
2023-05-08 18:04:09 +00:00
go-repo-root = throw " g o - r e p o - r o o t h a s b e e n d r o p p e d d u e t o t h e l a c k o f m a i n t e n a n c e f r o m u p s t r e a m s i n c e 2 0 1 4 " ; # Added 2022-06-02
2023-08-14 23:39:46 +00:00
go-thumbnailer = thud ; # Added 2023-09-21
2023-02-10 21:59:24 +00:00
gometer = throw " g o m e t 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 g o L a n c e s t o p p e d o f f e r i n g L i n u x s u p p o r t " ; # Added 2023-02-10
2022-02-10 17:21:09 +00:00
gpgstats = throw " g p g s t a t s h a s b e e n r e m o v e d : u p s t r e a m i s g o n e " ; # Added 2022-02-06
2021-12-17 22:51:02 +00:00
gpshell = throw " g p s h e l l 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 u n m a i n t a i n e d i n n i x p k g s " ; # added 2021-12-17
2022-10-14 16:09:41 +00:00
graalvm-ce: 22.3.1 -> 21.0.0
This initially may look like a downgrade, but this is caused by how
upstream is tagging versions.
Before they would have the GraalVM having its own version (e.g. 22.3.1),
and each version would support multiple JVM versions (e.g. 11, 17, 19).
Now each release supports only one JVM version (e.g.: 21), and they
track the same version as the JVM.
They also changed packaging, making all sub-products (e.g.: GraalPy,
GraalRuby, etc.) standalone, so they do not depend in GraalVM anymore
and have their own version. Thanks to this change, we will need to
repackage everything.
To simplify, this commit will remove all sub-products and only care
about the GraalVM/Native Image (that is back to GraalVM itself) part.
Other commits will re-added each sub-product.
Fix (partial): https://github.com/NixOS/nixpkgs/issues/257292
2023-09-26 12:03:23 +00:00
graalvm11-ce = throw " g r a a l v m 1 1 - c e h a s b e e n r e m o v e d b e c a u s e u p s t r e a m d r o p p e d s u p p o r t t o d i f f e r e n t J D K v e r s i o n s f o r e a c h G r a a l V M r e l e a s e . P l e a s e u s e g r a a l v m - c e i n s t e a d " ; # Added 2023-09-26
graalvm17-ce = throw " g r a a l v m 1 7 - c e h a s b e e n r e m o v e d b e c a u s e u p s t r e a m d r o p p e d s u p p o r t t o d i f f e r e n t J D K v e r s i o n s f o r e a c h G r a a l V M r e l e a s e . P l e a s e u s e g r a a l v m - c e i n s t e a d " ; # Added 2023-09-26
graalvm19-ce = throw " g r a a l v m 1 9 - c e h a s b e e n r e m o v e d b e c a u s e u p s t r e a m d r o p p e d s u p p o r t t o d i f f e r e n t J D K v e r s i o n s f o r e a c h G r a a l V M r e l e a s e . P l e a s e u s e g r a a l v m - c e i n s t e a d " ; # Added 2023-09-26
2022-06-03 03:31:18 +00:00
gradio = throw " g r a d i o 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 , u s e s h o r t w a v e i n s t e a d " ; # Added 2022-06-03
2022-12-09 23:41:41 +00:00
gradle_4 = throw " g r a d l e _ 4 h a s b e e n r e m o v e d b e c a u s e i t ' s n o l o n g e r b e i n g u p d a t e d " ; # Added 2023-01-17
2023-01-17 19:56:31 +00:00
gradle_5 = throw " g r a d l e _ 5 h a s b e e n r e m o v e d b e c a u s e i t ' s n o l o n g e r b e i n g u p d a t e d " ; # Added 2023-01-17
2022-06-07 10:53:15 +00:00
grafana-mimir = throw " ' g r a f a n a - m i m i r ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' m i m i r ' " ; # Added 2022-06-07
2023-09-10 11:46:21 +00:00
gr-ais = throw " ' g r - a i s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' g n u r a d i o 3 _ 7 . p k g s . a i s ' " ; # Converted to throw 2023-09-10
2022-02-21 22:52:06 +00:00
grantlee5 = throw " ' g r a n t l e e 5 ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' l i b s F o r Q t 5 . g r a n t l e e ' " ; # Converted to throw 2022-02-22
2023-04-24 19:20:56 +00:00
graylog = throw " g r a y l o g i s n o w a v a i l a b l e i n v e r s i o n s 3 . 3 u p t o 5 . 0 . P l e a s e m i n d t h e u p g r a d e p a t h a n d c h o o s e t h e a p p r o p r i a t e v e r s i o n . D i r e c t u p g r a d i n g f r o m 3 . 3 t o 4 . 3 o r a b o v e i s n o t s u p p o r t e d " ; # Added 2023-04-24
2023-09-10 11:46:21 +00:00
gr-gsm = throw " ' g r - g s m ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' g n u r a d i o 3 _ 7 . p k g s . g s m ' " ; # Converted to throw 2023-09-10
2022-02-07 02:36:59 +00:00
grib-api = throw " g r i b - a p i h a s b e e n r e p l a c e d b y e c C o d e s = > h t t p s : / / c o n f l u e n c e . e c m w f . i n t / d i s p l a y / E C C / G R I B - A P I + m i g r a t i o n " ; # Added 2022-01-05
2022-11-24 21:31:36 +00:00
gringo = clingo ; # added 2022-11-27
2023-09-10 11:46:21 +00:00
gr-limesdr = throw " ' g r - l i m e s d r ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' g n u r a d i o 3 _ 7 . p k g s . l i m e s d r ' " ; # Converted to throw 2023-09-10
gr-nacl = throw " ' g r - n a c l ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' g n u r a d i o 3 _ 7 . p k g s . n a c l ' " ; # Converted to throw 2023-09-10
gr-osmosdr = throw " ' g r - o s m o s d r ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' g n u r a d i o 3 _ 7 . p k g s . o s m o s d r ' " ; # Converted to throw 2023-09-10
gr-rds = throw " ' g r - r d s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' g n u r a d i o 3 _ 7 . p k g s . r d s ' " ; # Converted to throw 2023-09-10
2022-11-18 01:21:42 +00:00
grub2_full = grub2 ; # Added 2022-11-18
2022-04-04 16:20:44 +00:00
grub = throw " g r u b 1 w a s r e m o v e d a f t e r n o t b e i n g m a i n t a i n e d u p s t r e a m f o r a d e c a d e . P l e a s e s w i t c h t o a n o t h e r b o o t l o a d e r " ; # Added 2023-04-11
2023-05-08 18:04:09 +00:00
grv = throw " g r v h a s b e e n d r o p p e d d u e t o t h e l a c k o f m a i n t e n a n c e f r o m u p s t r e a m s i n c e 2 0 1 9 " ; # Added 2022-06-01
2022-02-21 22:52:06 +00:00
gsettings_desktop_schemas = throw " ' g s e t t i n g s _ d e s k t o p _ s c h e m a s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' g s e t t i n g s - d e s k t o p - s c h e m a s ' " ; # Converted to throw 2022-02-22
2022-11-19 20:50:49 +00:00
gsl_1 = throw " ' g s l _ 1 ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' g s l ' " ; # Added 2022-11-19
2022-02-21 22:52:06 +00:00
gtk_doc = throw " ' g t k _ d o c ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' g t k - d o c ' " ; # Converted to throw 2022-02-22
2022-02-02 03:13:32 +00:00
gtklick = throw " g t k l i 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 t h e p r o j e c t i s s t u c k o n p y t h o n 2 " ; # Added 2022-01-01
2022-10-14 16:09:41 +00:00
gtmess = throw " g t m e s s 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 a M S N c l i e n t . " ; # add 2021-12-15
2022-02-07 02:36:59 +00:00
guile-gnome = throw " g u i l e - g n o m e h a s b e e n r e m o v e d " ; # Added 2022-01-16
2021-12-15 15:15:33 +00:00
guileCairo = throw " ' g u i l e C a i r o ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' g u i l e - c a i r o ' " ; # Converted to throw 2022-02-22
2022-02-02 03:13:32 +00:00
guileGnome = throw " g u i l e - g n o m e h a s b e e n r e m o v e d " ; # Added 2022-01-16
2022-02-21 22:52:06 +00:00
guileLint = throw " ' g u i l e L i n t ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' g u i l e - l i n t ' " ; # Converted to throw 2022-02-22
2021-12-15 15:15:33 +00:00
guile_lib = throw " ' g u i l e _ l i b ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' g u i l e - l i b ' " ; # Converted to throw 2022-02-22
2022-02-21 22:52:06 +00:00
guile_ncurses = throw " ' g u i l e _ n c u r s e s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' g u i l e - n c u r s e s ' " ; # Converted to throw 2022-02-22
gupnp_av = throw " ' g u p n p _ a v ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' g u p n p - a v ' " ; # Converted to throw 2022-02-22
gupnp_dlna = throw " ' g u p n p _ d l n a ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' g u p n p - d l n a ' " ; # Converted to throw 2022-02-22
gupnp_igd = throw " ' g u p n p _ i g d ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' g u p n p - i g d ' " ; # Converted to throw 2022-02-22
gupnptools = throw " ' g u p n p t o o l s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' g u p n p - t o o l s ' " ; # Converted to throw 2022-02-22
gutenberg = throw " ' g u t e n b e r g ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' z o l a ' " ; # Converted to throw 2022-02-22
2022-02-07 02:36:59 +00:00
gwtdragdrop = throw " g w t d r a g d r o p w a s 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 2022-02-06
gwtwidgets = throw " g w t w i d g e t s w a s r e m o v e d : u n m a i n t a i n e d " ; # Added 2022-02-06
2022-02-02 03:13:32 +00:00
### H ###
2022-10-14 16:09:41 +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
2022-08-13 02:25:34 +00:00
hardlink = throw " h a r d l i n k w a s m e r g e d i n t o u t i l - l i n u x s i n c e 2 0 1 9 - 0 6 - 1 4 . " ; # Added 2022-08-12
2022-08-10 08:23:28 +00:00
inherit ( harePackages ) hare harec ; # Added 2022-08-10
2022-02-02 03:13:32 +00:00
hawkthorne = throw " h a w k t h o r n e h a s b e e n r e m o v e d b e c a u s e i t d e p e n d e d o n a b r o k e n v e r s i o n o f l o v e " ; # Added 2022-01-15
2023-03-20 15:02:28 +00:00
haxe_3_2 = throw " ' h a x e _ 3 _ 2 ' 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 o l d a n d n o l o n g e r u s e d b y a n y p a c k a g e s i n n i x p k g s " ; # Added 2023-03-15
haxe_3_4 = throw " ' h a x e _ 3 _ 4 ' 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 o l d a n d n o l o n g e r u s e d b y a n y p a c k a g e s i n n i x p k g s " ; # Added 2023-03-15
2022-11-08 21:23:10 +00:00
hdr-plus = throw " h d r - p l u s 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 , o f t e n b r e a k s a n d n o l o n g e r c o n s u m e d a s a d e p e n d e n c y " ; # Added 2022-11-08
2022-04-05 14:45:52 +00:00
heapster = throw " H e a p s t e r i s n o w r e t i r e d . S e e h t t p s : / / g i t h u b . c o m / k u b e r n e t e s - r e t i r e d / h e a p s t e r / b l o b / m a s t e r / d o c s / d e p r e c a t i o n . m d " ; # Added 2022-04-05
2022-10-04 13:32:16 +00:00
heartbeat6 = throw " h e a r t b e a t 6 h a s b e e n r e m o v e d b e c a u s e i t r e a c h e d e n d o f l i f e " ; # Added 2022-10-04
2022-02-21 22:52:06 +00:00
heimdalFull = throw " ' h e i m d a l F u l l ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' h e i m d a l ' " ; # Converted to throw 2022-02-22
2022-02-06 22:10:55 +00:00
heme = throw " h e m e h a s b e e n r e m o v e d : u p s t r e a m i s g o n e " ; # added 2022-02-06
2023-09-10 11:46:21 +00:00
hepmc = throw " ' h e p m c ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' h e p m c 2 ' " ; # Converted to throw 2023-09-10
2022-02-21 22:52:06 +00:00
hicolor_icon_theme = throw " ' h i c o l o r _ i c o n _ t h e m e ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' h i c o l o r - i c o n - t h e m e ' " ; # Converted to throw 2022-02-22
2022-05-10 10:09:10 +00:00
holdingnuts = throw " h o l d i n g n u t s w a s r e m o v e d f r o m n i x p k g s , a s t h e p r o j e c t i s n o l o n g e r d e v e l o p e d " ; # Added 2022-05-10
2022-02-02 03:13:32 +00:00
holochain-go = throw " h o l o c h a i n - g o w a s a b a n d o n e d b y u p s t r e a m " ; # Added 2022-01-01
2022-02-21 22:52:06 +00:00
htmlTidy = throw " ' h t m l T i d y ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' h t m l - t i d y ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +00:00
ht-rust = xh ; # Added 2021-02-13
hydra-flakes = throw " h y d r a - f l a k e s : F l a k e s s u p p o r t h a s b e e n m e r g e d i n t o H y d r a ' s m a s t e r . P l e a s e u s e ` h y d r a _ u n s t a b l e ` n o w " ; # Added 2020-04-06
2022-05-10 19:52:13 +00:00
hydra-unstable = hydra_unstable ; # added 2022-05-10
2022-06-13 11:51:02 +00:00
hydrogen_0 = throw " h y d r o g e n _ 0 h a s b e e n r e m o v e d , b e c a u s e i t d e p e n d e d o n q t 4 " ; # Added 2022-06-13
2022-08-29 17:44:41 +00:00
hyperspace-cli = throw " h y p e r s p a c e - c l i i s o u t o f d a t e , a n d h a s b e e n d e p r e c a t e d u p s t r e a m i n f a v o u r o f u s i n g t h e i n d i v i d u a l r e p o s i n s t e a d " ; # Added 2022-08-29
2022-02-02 03:13:32 +00:00
### I ###
2023-01-03 10:36:06 +00:00
i3-gaps = i3 ; # Added 2023-01-03
2023-05-08 18:04:09 +00:00
i3cat = throw " i 3 c a t h a s b e e n d r o p p e d d u e t o t h e l a c k o f m a i n t e n a n c e f r o m u p s t r e a m s i n c e 2 0 1 6 " ; # Added 2022-06-02
2022-02-21 22:52:06 +00:00
iana_etc = throw " ' i a n a _ e t c ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' i a n a - e t c ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +00:00
iasl = throw " i a s l h a s b e e n r e m o v e d , u s e a c p i c a - t o o l s i n s t e a d " ; # Added 2021-08-08
2022-06-09 23:47:07 +00:00
ibus-qt = throw " i b u s - q t h a s b e e n r e m o v e d , b e c a u s e i t d e p e n d e d o n q t 4 " ; # Added 2022-06-09
ical2org = throw " i c a l 2 o r g h a s b e e n d r o p p e d d u e t o t h e l a c k o f m a i n t a n e n c e f r o m u p s t r e a m s i n c e 2 0 1 8 " ; # Added 2022-06-02
2022-03-17 16:42:00 +00:00
icecat-bin = throw " i c e c a t - b i n h a s b e e n r e m o v e d , t h e b i n a r y b u i l d s a r e n o t m a i n t a i n e d u p s t r e a m " ; # Added 2022-02-15
2023-09-10 11:46:21 +00:00
icedtea8_web = throw " ' i c e d t e a 8 _ w e b ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' a d o p t o p e n j d k - i c e d t e a - w e b ' " ; # Converted to throw 2023-09-10
icedtea_web = throw " ' i c e d t e a _ w e b ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' a d o p t o p e n j d k - i c e d t e a - w e b ' " ; # Converted to throw 2023-09-10
2022-05-10 22:40:53 +00:00
icu59 = throw " i c u 5 9 h a s b e e n r e m o v e d , u s e a m o r e r e c e n t v e r s i o n i n s t e a d " ; # Added 2022-05-14
icu65 = throw " i c u 6 5 h a s b e e n r e m o v e d , u s e a m o r e r e c e n t v e r s i o n i n s t e a d " ; # Added 2022-05-14
2022-02-21 22:52:06 +00:00
idea = throw " ' i d e a ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' j e t b r a i n s ' " ; # Converted to throw 2022-02-22
2022-05-26 00:44:37 +00:00
ike = throw " i k e 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 u n m a i n t a i n e d " ; # Added 2022-05-26
2021-12-15 15:25:23 +00:00
imapproxy = throw " i m a p p r o x y h a s b e e n r e m o v e d b e c a u s e i t d i d n o t s u p p o r t a s u p p o r t e d o p e n s s l v e r s i o n " ; # added 2021-12-15
2023-01-13 02:05:24 +00:00
imag = throw " ' i m a g ' h a s b e e n r e m o v e d , u p s t r e a m g o n e " ; # Added 2023-01-13
2022-10-14 16:09:41 +00:00
imagemagick7Big = imagemagickBig ; # Added 2021-02-22
imagemagick7 = imagemagick ; # Added 2021-02-22
imagemagick7_light = imagemagick_light ; # Added 2021-02-22
2023-01-04 09:09:56 +00:00
imlib = throw " i m l i b h a s b e e n d r o p p e d d u e t o t h e l a c k o f m a i n t e n a n c e f r o m u p s t r e a m s i n c e 2 0 0 4 " ; # Added 2023-01-04
2022-02-02 03:13:32 +00:00
impressive = throw " i m p r e s s i v e h a s b e e n r e m o v e d d u e t o l a c k o f r e l e a s e d p y t h o n 2 s u p p o r t a n d m a i n t a i n e r s h i p i n n i x p k g s " ; # Added 2022-01-27
2023-07-26 21:25:11 +00:00
instead-launcher = throw " i n s t e a d - l a u n c h 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 d e p e n d e d o n q t 4 " ; # Added 2023-07-26
2023-05-08 21:54:59 +00:00
insync-v3 = throw " i n s y n c - v 3 h a s b e e n m e r g e d i n t o t h e i n s y n c p a c k a g e ; u s e i n s y n c i n s t e a d " ; #Added 2023-05-13
2022-10-14 16:09:41 +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
2022-03-17 16:42:00 +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 " ;
2022-05-17 01:11:06 +00:00
index-fm = libsForQt5 . mauiPackages . index ; # added 2022-05-17
2023-09-10 11:46:21 +00:00
infiniband-diags = throw " ' i n f i n i b a n d - d i a g s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' r d m a - c o r e ' " ; # Converted to throw 2023-09-10
2022-03-17 16:42:00 +00:00
ino = throw " i n o 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 , t h e p r o j e c t i s s t u c k o n p y t h o n 2 a n d u p s t r e a m h a s a r c h i v e d t h e p r o j e c t " ; # Added 2022-01-12
2022-10-14 16:09:41 +00:00
inotifyTools = inotify-tools ;
2021-12-15 17:44:25 +00:00
intecture-agent = throw " i n t e c t u r e - a g e n 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 n o l o n g e r m a i n t a i n e d u p s t r e a m " ; # added 2021-12-15
intecture-auth = throw " i n t e c t u r e - a u t h 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 n o l o n g e r m a i n t a i n e d u p s t r e a m " ; # added 2021-12-15
intecture-cli = throw " i n t e c t u r e - c l i 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 n o l o n g e r m a i n t a i n e d u p s t r e a m " ; # added 2021-12-15
2022-04-05 14:45:52 +00:00
interfacer = throw " i n t e r f a c e r i s d e p r e c a t e d a n d a r c h i v e d b y u p s t r e a m " ; # Added 2022-04-05
2022-10-14 16:09:41 +00:00
inter-ui = inter ; # Added 2021-03-27
2022-02-07 02:36:59 +00:00
iops = throw " i o p s w a s r e m o v e d : u p s t r e a m i s g o n e " ; # Added 2022-02-06
2023-09-21 08:40:15 +00:00
iouyap = throw " ' i o u y a p ' i s d e p r e c a t e d a n d a r c h i v e d b y u p s t r e a m , u s e ' u b r i d g e ' i n s t e a d " ; # Added 2023-09-21
2022-07-24 18:49:05 +00:00
ipfs = kubo ; # Added 2022-09-27
ipfs-migrator-all-fs-repo-migrations = kubo-migrator-all-fs-repo-migrations ; # Added 2022-09-27
ipfs-migrator-unwrapped = kubo-migrator-unwrapped ; # Added 2022-09-27
ipfs-migrator = kubo-migrator ; # Added 2022-09-27
2022-10-14 16:09:41 +00:00
iproute = iproute2 ; # moved from top-level 2021-03-14
2022-10-03 12:40:12 +00:00
iproute_mptcp = throw " ' i p r o u t e _ m p t c p ' h a s b e e n m o v e d t o h t t p s : / / g i t h u b . c o m / t e t o / m p t c p - f l a k e " ; # Converted to throw 2022-10-04
2022-02-02 03:13:32 +00:00
ipsecTools = throw " i p s e c T o o l s h a s b e n n r e m o v e d , b e c a u s e i t w a s n o l o n g e r m a i n t a i n e d u p s t r e a m " ; # Added 2021-12-15
2022-06-02 19:29:57 +00:00
itch-setup = throw " i t c h - s e t u p h a s b e n n r e m o v e d , u s e i t c h i n s t e a d " ; # Added 2022-06-02
2022-02-02 03:13:32 +00:00
### J ###
2022-10-14 16:09:41 +00:00
jack2Full = jack2 ; # moved from top-level 2021-03-14
2022-06-05 03:00:26 +00:00
jami-client-gnome = throw " j a m i - c l i e n t - g n o m 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 2022-05-15
2022-11-18 04:07:19 +00:00
jami-client-qt = jami-client ; # Added 2022-11-06
2023-02-19 04:04:13 +00:00
jami-client = jami ; # Added 2023-02-10
jami-daemon = jami . daemon ; # Added 2023-02-10
2022-08-01 09:45:44 +00:00
jami-libclient = throw " j a m i - l i b c l i e n t h a s b e e n r e m o v e d : m o v e d i n t o j a m i - q t " ; # Added 2022-07-29
2022-10-14 16:09:41 +00:00
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
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
2022-02-21 22:52:06 +00:00
jbuilder = throw " ' j b u i l d e r ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' d u n e _ 1 ' " ; # Converted to throw 2022-02-22
2022-06-03 02:46:57 +00:00
jd = throw " j d h a s b e e n d r o p p e d d u e t o t h e l a c k o f m a i n t e n a n c e f r o m u p s t r e a m s i n c e 2 0 1 6 " ; # Added 2022-06-03
2022-10-14 16:09:41 +00:00
jellyfin_10_5 = throw " J e l l y f i n 1 0 . 5 i s n o l o n g e r s u p p o r t e d a n d c o n t a i n s a s e c u r i t y v u l n e r a b i l i t y . 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 2021-04-26
2023-06-28 05:52:53 +00:00
jfbpdf = throw " ' j f b p d f ' h a s b e e n r e m o v e d , b e c a u s e i t d e p e n d s o n a n o u t d a t e d a n d i n s e c u r e v e r s i o n o f m u p d f " ; # Added 2023-06-27
jfbview = throw " ' j f b v i e w ' h a s b e e n r e m o v e d , b e c a u s e i t d e p e n d s o n a n o u t d a t e d a n d i n s e c u r e v e r s i o n o f m u p d f " ; # Added 2023-06-27
2023-02-28 18:11:09 +00:00
jira-cli = throw " j i r a - c l i 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 m a i n t a i n e d " ; # Added 2023-02-28
2022-02-21 22:52:06 +00:00
joseki = throw " ' j o s e k i ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' a p a c h e - j e n a - f u s e k i ' " ; # Converted to throw 2022-02-22
2022-10-04 13:32:16 +00:00
journalbeat = throw " j o u r n a l b e a t 7 h a s b e e n r e m o v e d u p s t r e a m . U s e f i l e b e a t w i t h t h e j o u r n a l d i n p u t i n s t e a d " ; # Added 2022-10-04
journalbeat6 = throw " j o u r n a l b e a t 6 h a s b e e n r e m o v e d b e c a u s e i t r e a c h e d e n d o f l i f e " ; # Added 2022-10-04
journalbeat7 = throw " j o u r n a l b e a t 7 h a s b e e n r e m o v e d u p s t r e a m . U s e f i l e b e a t w i t h t h e j o u r n a l d i n p u t i n s t e a d " ; # Added 2022-10-04
2022-02-02 03:13:32 +00:00
# Julia
2022-10-14 16:09:41 +00:00
julia_07 = throw " j u l i a _ 0 7 h a s b e e n d e p r e c a t e d i n f a v o r o f t h e l a t e s t L T S v e r s i o n " ; # Added 2020-09-15
julia_1 = throw " j u l i a _ 1 h a s b e e n 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 a s i t w a s a m b i g u o u s " ; # Added 2021-03-13
2022-11-15 02:05:17 +00:00
julia_10 = throw " j u l i a _ 1 0 h a s b e e n d e p r e c a t e d i n f a v o r o f t h e l a t e s t s t a b l e v e r s i o n " ; # Added 2022-11-15
2022-10-14 16:09:41 +00:00
julia_11 = throw " j u l i a _ 1 1 h a s b e e n d e p r e c a t e d i n f a v o r o f t h e l a t e s t s t a b l e v e r s i o n " ; # Added 2020-09-15
julia_13 = throw " j u l i a _ 1 3 h a s b e e n d e p r e c a t e d i n f a v o r o f t h e l a t e s t s t a b l e v e r s i o n " ; # Added 2021-03-13
2022-11-15 02:05:17 +00:00
julia_15 = throw " j u l i a _ 1 5 h a s b e e n d e p r e c a t e d i n f a v o r o f t h e l a t e s t s t a b l e v e r s i o n " ; # Added 2022-11-15
2022-02-02 03:13:32 +00:00
julia_10-bin = throw " j u l i a _ 1 0 - b i n h a s b e e n d e p r e c a t e d i n f a v o r o f t h e l a t e s t L T S v e r s i o n " ; # Added 2021-12-02
2022-09-03 22:09:14 +00:00
julia_17-bin = throw " j u l i a _ 1 7 - b i n h a s b e e n d e p r e c a t e d i n f a v o r o f t h e l a t e s t s t a b l e v e r s i o n " ; # Added 2022-09-04
2022-02-02 03:13:32 +00:00
2022-02-21 22:52:06 +00:00
json_glib = throw " ' j s o n _ g l i b ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' j s o n - g l i b ' " ; # Converted to throw 2022-02-22
2022-02-02 03:13:32 +00:00
jvmci8 = throw " g r a a l v m 8 a n d i t s t o o l s w e r e d e p r e c a t e d i n f a v o r o f g r a a l v m 8 - c e " ; # Added 2021-10-15
### K ###
2022-05-10 13:53:27 +00:00
# k3d was a 3d editing software k-3d - "k3d has been removed because it was broken and has seen no release since 2016" Added 2022-01-04
# now kube3d/k3d will take it's place
kube3d = k3d ; # Added 2022-0705
2022-10-14 16:09:41 +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 " ; # Added 2020-11-06
2022-02-02 03:13:32 +00:00
kafkacat = kcat ; # Added 2021-10-07
2022-10-14 16:09:41 +00:00
kbdKeymaps = throw " k b d K e y m a p s i s n o t n e e d e d a n y m o r e s i n c e d v p a n d n e o a r e n o w p a r t o f k b d " ; # Added 2021-04-11
kdeconnect = plasma5Packages . kdeconnect-kde ; # Added 2020-10-28
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 " ; # Added 2020-06-16
2022-02-21 22:52:06 +00:00
kdiff3-qt5 = throw " ' k d i f f 3 - q t 5 ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' k d i f f 3 ' " ; # Converted to throw 2022-02-22
keepass-keefox = throw " ' k e e p a s s - k e e f o x ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' k e e p a s s - k e e p a s s r p c ' " ; # Converted to throw 2022-02-22
2023-02-22 03:40:39 +00:00
keepassx = throw " K e e P a s s X i s n o l o n g e r a c t i v e l y d e v e l o p e d . P l e a s e c o n s i d e r K e e P a s s X C a s a m a i n t a i n e d a l t e r n a t i v e . " ; # Added 2023-02-17
2022-02-21 22:52:06 +00:00
keepassx-community = throw " ' k e e p a s s x - c o m m u n i t y ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' k e e p a s s x c ' " ; # Converted to throw 2022-02-22
keepassx-reboot = throw " ' k e e p a s s x - r e b o o t ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' k e e p a s s x - c o m m u n i t y ' " ; # Converted to throw 2022-02-22
2023-02-22 03:40:39 +00:00
keepassx2 = throw " K e e P a s s X i s n o l o n g e r a c t i v e l y d e v e l o p e d . P l e a s e c o n s i d e r K e e P a s s X C a s a m a i n t a i n e d a l t e r n a t i v e . " ; # Added 2023-02-17
2022-02-21 22:52:06 +00:00
keepassx2-http = throw " ' k e e p a s s x 2 - h t t p ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' k e e p a s s x - r e b o o t ' " ; # Converted to throw 2022-02-22
2022-03-17 16:42:00 +00:00
keepnote = throw " k e e p n o 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 i s s t u c k o n p y t h o n 2 " ; # Added 2022-01-01
2022-10-14 16:09:41 +00:00
kerberos = libkrb5 ; # moved from top-level 2021-03-14
2022-02-02 03:13:32 +00:00
kexectools = kexec-tools ; # Added 2021-09-03
2023-05-08 18:04:09 +00:00
kexpand = throw " k e x p a n d a w l e s s h a s b e e n d r o p p e d d u e t o t h e l a c k o f m a i n t e n a n c e f r o m u p s t r e a m s i n c e 2 0 1 7 " ; # Added 2022-06-01
2022-02-21 22:52:06 +00:00
keybase-go = throw " ' k e y b a s e - g o ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' k e y b a s e ' " ; # Converted to throw 2022-02-22
2023-03-17 22:39:35 +00:00
keysmith = libsForQt5 . kdeGear . keysmith ; # Added 2021-07-14
2023-08-21 01:53:55 +00:00
kfctl = throw " k f c t l i s b r o k e n a n d h a s b e e n a r c h i v e d b y u p s t r e a m " ; # Added 2023-08-21
2022-02-19 07:11:27 +00:00
kgx = gnome-console ; # Added 2022-02-19
2022-10-14 16:09:41 +00:00
kibana7-oss = throw " k i b a n a 7 - o s s h a s b e e n r e m o v e d , a s t h e d i s t r i b u t i o n i s n o l o n g e r p r o v i d e d b y u p s t r e a m . 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 / p u l l / 1 1 4 4 5 6 " ; # Added 2021-06-09
2023-09-10 11:46:21 +00:00
kicad-with-packages3d = throw " ' k i c a d - w i t h - p a c k a g e s 3 d ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' k i c a d ' " ; # Converted to throw 2023-09-10
2022-10-14 16:09:41 +00:00
kindlegen = throw " k i n d l e g e 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 n o l o n g e r a v a i l a b l e f o r d o w n l o a d " ; # Added 2021-03-09
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 " ; # Added 2020-04-28
kino = throw " k i n o 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 a n d a b a n d o n e d " ; # Added 2021-04-25
2023-03-17 22:39:35 +00:00
kio-admin = libsForQt5 . kdeGear . kio-admin ; # Added 2023-03-18
2022-03-17 16:42:00 +00:00
knockknock = throw " k n o c k k n o 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 b e c a u s e t h e u p s t r e a m p r o j e c t i s a b a n d o n e d " ; # Added 2022-01-01
2022-06-08 00:16:45 +00:00
kodestudio = throw " k o d e s t u d i o 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 n i x p a c k a g e h a s b e e n l o n g u n m a i n t a i n e d a n d o u t o f d a t e . " ; # Added 2022-06-07
2022-10-14 16:09:41 +00:00
kodiGBM = kodi-gbm ;
kodiPlain = kodi ;
kodiPlainWayland = kodi-wayland ;
2022-02-02 03:13:32 +00:00
kodiPlugins = kodiPackages ; # Added 2021-03-09;
2022-10-14 16:09:41 +00:00
kramdown-rfc2629 = rubyPackages . kramdown-rfc2629 ; # Added 2021-03-23
2022-11-18 01:13:16 +00:00
krb5Full = krb5 ;
2022-02-21 22:52:06 +00:00
krename-qt5 = throw " ' k r e n a m e - q t 5 ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' k r e n a m e ' " ; # Converted to throw 2022-02-22
2021-12-23 17:43:37 +00:00
krita-beta = krita ; # moved from top-level 2021-12-23
2022-04-05 14:45:52 +00:00
kube-aws = throw " k u b e - a w s i s d e p r e c a t e d a n d a r c h i v e d b y u p s t r e a m " ; # Added 2022-04-05
2023-05-20 21:25:42 +00:00
kubei = kubeclarity ; # Added 2023-05-20
2022-04-05 14:45:52 +00:00
kubeless = throw " k u b e l e s s i s d e p r e c a t e d a n d a r c h i v e d b y u p s t r e a m " ; # Added 2022-04-05
2022-05-30 08:38:14 +00:00
kubicorn = throw " k u b i c o r n h a s b e e n d r o p p e d d u e t o t h e l a c k o f m a i n t e n a n c e f r o m u p s t r e a m s i n c e 2 0 1 9 " ; # Added 2022-05-30
2023-08-01 21:55:17 +00:00
kuma-prometheus-sd = throw " k u m a - p r o m e t h e u s - s d h a s b e e n d e p r e c a t e d u p s t r e a m " ; # Added 2023-07-02
2022-02-21 22:52:06 +00:00
kvm = throw " ' k v m ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' q e m u _ k v m ' " ; # Converted to throw 2022-02-22
2022-02-02 03:13:32 +00:00
### L ###
2023-06-09 20:01:20 +00:00
larynx = piper-tts ; # Added 2023-05-09
2022-02-02 03:13:32 +00:00
lastfmsubmitd = throw " l a s t f m s u b m i t d w a s r e m o v e d f r o m n i x p k g s a s t h e p r o j e c t i s a b a n d o n e d " ; # Added 2022-01-01
2022-10-14 16:09:41 +00:00
latinmodern-math = lmmath ;
2023-07-25 23:44:35 +00:00
ldgallery = throw " ' l d g a l l e r 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 . U s e t h e F l a k e p r o v i d e d b y l d g a l l e r y i n s t e a d " ; # Added 2023-07-26
2022-02-21 22:52:06 +00:00
letsencrypt = throw " ' l e t s e n c r y p t ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' c e r t b o t ' " ; # Converted to throw 2022-02-22
2023-07-04 01:11:58 +00:00
lfs = dysk ; # Added 2023-07-03
2022-02-21 22:52:06 +00:00
libGL_driver = throw " ' l i b G L _ d r i v e r ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' m e s a . d r i v e r s ' " ; # Converted to throw 2022-02-22
libaudit = throw " ' l i b a u d i t ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' a u d i t ' " ; # Converted to throw 2022-02-22
2023-04-24 11:22:55 +00:00
libayatana-indicator-gtk2 = throw " ' l i b a y a t a n a - i n d i c a t o r - 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 g t k 2 i s d e p r e c a t e d " ; # Added 2022-10-18
2022-10-18 12:11:09 +00:00
libayatana-indicator-gtk3 = libayatana-indicator ; # Added 2022-10-18
2023-04-24 11:23:41 +00:00
libayatana-appindicator-gtk2 = throw " ' l i b a y a t a n a - a p p i n d i c a t o r - 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 g t k 2 i s d e p r e c a t e d " ; # Added 2022-10-18
2022-10-18 21:44:19 +00:00
libayatana-appindicator-gtk3 = libayatana-appindicator ; # Added 2022-10-18
2022-07-30 20:16:01 +00:00
libbencodetools = bencodetools ; # Added 2022-07-30
2022-06-14 12:59:44 +00:00
libbluedevil = throw " ' l i b b l u e d e v i l ' ( Q t 4 ) i s u n m a i n t a i n e d a n d u n u s e d s i n c e ' k d e 4 . b l u e d e v i l ' s r e m o v a l i n 2 0 1 7 " ; # Added 2022-06-14
2022-11-06 09:03:26 +00:00
libbpf_1 = libbpf ; # Added 2022-12-06
2022-02-21 22:52:06 +00:00
libcanberra_gtk2 = throw " ' l i b c a n b e r r a _ g t k 2 ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' l i b c a n b e r r a - g t k 2 ' " ; # Converted to throw 2022-02-22
libcanberra_gtk3 = throw " ' l i b c a n b e r r a _ g t k 3 ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' l i b c a n b e r r a - g t k 3 ' " ; # Converted to throw 2022-02-22
libcap_manpages = throw " ' l i b c a p _ m a n p a g e s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' l i b c a p . d o c ' " ; # Converted to throw 2022-02-22
2023-09-10 11:25:35 +00:00
libcap_pam = throw " ' l i b c a p _ p a m ' h a s b e e n r e p l a c e d w i t h ' l i b c a p ' " ; # Converted to throw 2023-09-10
2022-02-21 22:52:06 +00:00
libcap_progs = throw " ' l i b c a p _ p r o g s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' l i b c a p . o u t ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +00:00
libco-canonical = throw " l i b c o - c a n o n i c a l : C a n o n i c a l d e l e t e d t h e r e p o , l i b c o - c a n o n i c a l i s n o t u s e d a n y m o r e " ; # Added 2021-05-16
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
2022-02-21 22:52:06 +00:00
libdbusmenu-glib = throw " ' l i b d b u s m e n u - g l i b ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' l i b d b u s m e n u ' " ; # Converted to throw 2022-02-22
2022-06-14 12:35:38 +00:00
libdbusmenu_qt = throw " ' l i b d b u s m e n u _ q t ' ( Q t 4 ) i s d e p r e c a t e d a n d u n u s e d , u s e ' l i b s F o r Q t 5 . l i b d b u s m e n u ' " ; # Added 2022-06-14
2022-02-21 22:52:06 +00:00
libdbusmenu_qt5 = throw " ' l i b d b u s m e n u _ q t 5 ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' l i b s F o r Q t 5 . l i b d b u s m e n u ' " ; # Converted to throw 2022-02-22
2022-06-03 10:27:46 +00:00
libdigidoc = throw " ' l i b d i g i d o c ' i s u n u s e d i n n i x p k g s , d e p r e c a t e d a n d a r c h i v e d b y u p s t r e a m , u s e ' l i b d i g i d o c p p ' i n s t e a d " ; # Added 2022-06-03
2022-02-21 22:52:06 +00:00
liberation_ttf_v1_from_source = throw " ' l i b e r a t i o n _ t t f _ v 1 _ f r o m _ s o u r c e ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' l i b e r a t i o n _ t t f _ v 1 ' " ; # Converted to throw 2022-02-22
liberation_ttf_v2_from_source = throw " ' l i b e r a t i o n _ t t f _ v 2 _ f r o m _ s o u r c e ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' l i b e r a t i o n _ t t f _ v 2 ' " ; # Converted to throw 2022-02-22
liberationsansnarrow = throw " ' l i b e r a t i o n s a n s n a r r o w ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' l i b e r a t i o n - s a n s - n a r r o w ' " ; # Converted to throw 2022-02-22
2022-02-02 03:13:32 +00:00
libgksu = throw " l i b g k s u h a s b e e n r e m o v e d " ; # Added 2022-01-16
2022-07-20 14:16:52 +00:00
libgme = game-music-emu ; # Added 2022-07-20
2022-02-21 22:52:06 +00:00
libgnome_keyring = throw " ' l i b g n o m e _ k e y r i n g ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' l i b g n o m e - k e y r i n g ' " ; # Converted to throw 2022-02-22
libgnome_keyring3 = throw " ' l i b g n o m e _ k e y r i n g 3 ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' l i b g n o m e - k e y r i n g 3 ' " ; # Converted to throw 2022-02-22
2022-02-02 03:13:32 +00:00
libgpgerror = libgpg-error ; # Added 2021-09-04
libgroove = throw " l i b g r o o v e h a s b e e n r e m o v e d , b e c a u s e i t d e p e n d s o n a n o u t d a t e d a n d i n s e c u r e v e r s i o n o f f f m p e g " ; # Added 2022-01-21
2022-02-21 22:52:06 +00:00
libgumbo = throw " ' l i b g u m b o ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' g u m b o ' " ; # Converted to throw 2022-02-22
2022-11-18 01:08:38 +00:00
libheimdal = heimdal ; # Added 2022-11-18
2023-09-10 11:25:35 +00:00
libintlOrEmpty = throw " ' l i b i n t l O r E m p t y ' h a s b e e n r e p l a c e d b y g e t t e x t " ; # Converted to throw 2023-09-10
2022-10-14 16:09:41 +00:00
libixp_hg = libixp ;
libjpeg_drop = libjpeg_original ; # Added 2020-06-05
2022-06-13 00:04:09 +00:00
libjreen = throw " l i b j r e e n h a s b e e n r e m o v e d , b e c a u s e i t d i d n o t s u p p o r t a r e c e n t v e r s i o n o f q t 5 " ; # Added 2022-06-12
2022-02-21 22:52:06 +00:00
libjson_rpc_cpp = throw " ' l i b j s o n _ r p c _ c p p ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' l i b j s o n - r p c - c p p ' " ; # Converted to throw 2022-02-22
2022-03-17 16:42:00 +00:00
libkml = throw " l i b k m 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 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 " ; # Added 2021-11-09
2022-02-21 22:52:06 +00:00
liblapackWithoutAtlas = throw " ' l i b l a p a c k W i t h o u t A t l a s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' l a p a c k - r e f e r e n c e ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +00:00
liblastfm = libsForQt5 . liblastfm ; # Added 2020-06-14
2022-02-21 22:52:06 +00:00
liblrdf = throw " ' l i b l r d f ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' l r d f ' " ; # Converted to throw 2022-02-22
2022-10-10 06:06:35 +00:00
libmicrohttpd_0_9_70 = throw " ' l i b m i c r o h t t p d _ 0 _ 9 _ 7 0 ' 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 i n s e c u r e , a n d h a s b e e n r e p l a c e d b y ' l i b m i c r o h t t p d _ 0 _ 9 _ 6 9 ' a n d ' l i b m i c r o h t t p d _ 0 _ 9 _ 7 1 ' " ; # Added 2022-10-10
2023-06-22 09:05:09 +00:00
libmongo-client = throw " ' l i b m o n g o - c l i e n t ' h a s b e e n r e m o v e d , u p s t r e a m g o n e " ; # Added 2023-06-22
2022-02-21 22:52:06 +00:00
libmsgpack = throw " ' l i b m s g p a c k ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' m s g p a c k ' " ; # Converted to throw 2022-02-22
2022-05-17 09:56:45 +00:00
libnih = throw " ' l i b n i h ' h a s b e e n r e m o v e d " ; # Converted to throw 2022-05-17
2021-03-03 17:57:36 +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 " ;
2022-10-14 16:09:41 +00:00
libpng_apng = throw " l i b p n g _ a p n g 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 e q u i v a l e n t t o l i b p n g " ; # Added 2021-03-21
2022-04-20 21:44:54 +00:00
libpulseaudio-vanilla = libpulseaudio ; # Added 2022-04-20
2022-10-14 16:09:41 +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
2022-02-21 22:52:06 +00:00
libqrencode = throw " ' l i b q r e n c o d e ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' q r e n c o d e ' " ; # Converted to throw 2022-02-22
2023-01-30 07:06:28 +00:00
libraw_unstable = throw " ' l i b r a w _ u n s t a b l e ' 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 b r a w " ; # Added 2023-01-30
2022-10-14 16:09:41 +00:00
librdf = lrdf ; # Added 2020-03-22
2022-02-21 22:52:06 +00:00
librecad2 = throw " ' l i b r e c a d 2 ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' l i b r e c a d ' " ; # Converted to throw 2022-02-22
2022-03-19 13:45:59 +00:00
libressl_3_2 = throw " ' l i b r e s s l _ 3 _ 2 ' h a s r e a c h e d e n d - o f - l i f e " ; # Added 2022-03-19
2023-05-07 15:31:46 +00:00
libressl_3_5 = throw " ' l i b r e s s l _ 3 _ 5 ' h a s r e a c h e d e n d - o f - l i f e " ; # Added 2023-05-07
2022-09-23 16:23:12 +00:00
librevisa = throw " l i b r e v i s a h a s b e e n r e m o v e d b e c a u s e i t s w e b s i t e a n d s o u r c e h a v e d i s a p p e a r e d u p s t r e a m " ; # Added 2022-09-23
2022-10-14 16:09:41 +00:00
librsync_0_9 = throw " l i b r s y n c _ 0 _ 9 h a s b e e n r e m o v e d " ; # Added 2021-07-24
2023-02-18 19:21:19 +00:00
librtlsdr = rtl-sdr ; # Added 2023-02-18
2022-11-15 19:11:57 +00:00
librewolf-wayland = librewolf ; # Added 2022-11-15
2022-10-14 16:09:41 +00:00
libseat = seatd ; # Added 2021-06-24
2022-11-24 11:20:53 +00:00
libsForQt512 = throw " Q t 5 v e r s i o n s p r i o r t o 5 . 1 5 a r e n o l o n g e r s u p p o r t e d u p s t r e a m a n d h a v e b e e n r e m o v e d " ; # Added 2022-11-24
libsForQt514 = throw " Q t 5 v e r s i o n s p r i o r t o 5 . 1 5 a r e n o l o n g e r s u p p o r t e d u p s t r e a m a n d h a v e b e e n r e m o v e d " ; # Added 2022-11-24
libsForQt515 = libsForQt5 ; # Added 2022-11-24
2022-05-29 22:15:15 +00:00
libspotify = throw " l i b s p o t i f y h a s b e e n r e m o v e d b e c a u s e S p o t i f y s t o p p e d s u p p o r t i n g i t " ; # added 2022-05-29
2022-10-14 16:09:41 +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 " ; # Added 2020-06-22
2022-02-21 22:52:06 +00:00
libsysfs = throw " ' l i b s y s f s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' s y s f s u t i l s ' " ; # Converted to throw 2022-02-22
2022-09-25 11:19:04 +00:00
libtensorflow-bin = libtensorflow ; # Added 2022-09-25
2022-02-21 22:52:06 +00:00
libtidy = throw " ' l i b t i d y ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' h t m l - t i d y ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +00:00
libtorrentRasterbar = libtorrent-rasterbar ; # Added 2020-12-20
libtorrentRasterbar-1_2_x = libtorrent-rasterbar-1_2_x ; # Added 2020-12-20
libtorrentRasterbar-2_0_x = libtorrent-rasterbar-2_0_x ; # Added 2020-12-20
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 " ;
2022-02-21 22:52:06 +00:00
libudev = throw " ' l i b u d e v ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' u d e v ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +00:00
libungif = giflib ; # Added 2020-02-12
libusb = libusb1 ; # Added 2020-04-28
2022-05-13 16:33:20 +00:00
libusb1-axoloti = throw " l i b u s b 1 - a x o l o t i h a s b e e n r e m o v e d : a x o l o t i h a s b e e n r e m o v e d " ; # Added 2022-05-13
2022-02-21 22:52:06 +00:00
libva-full = throw " ' l i b v a - f u l l ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' l i b v a ' " ; # Converted to throw 2022-02-22
libva1-full = throw " ' l i b v a 1 - f u l l ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' l i b v a 1 ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +00:00
libwnck3 = libwnck ;
2023-01-29 14:44:19 +00:00
libyamlcpp = yaml-cpp ; # Added 2023-01-29
libyamlcpp_0_3 = yaml-cpp_0_3 ; # Added 2023-01-29
2022-08-01 08:15:24 +00:00
lightdm_gtk_greeter = lightdm-gtk-greeter ; # Added 2022-08-01
2022-06-15 10:29:34 +00:00
lighttable = throw " ' l i g h t t a b l e ' c r a s h e s ( S I G S E G V ) o n s t a r t u p , h a s n o t b e e n u p d a t e d i n y e a r s a n d d e p e n d s o n d e p r e c a t e d G T K 2 " ; # Added 2022-06-15
2022-03-17 16:42:00 +00:00
lilyterm = throw " l i l y t e r m 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 w a s r e l y i n g o n a v t e v e r s i o n t h a t d e p e n d e d o n p y t h o n 2 " ; # Added 2022-01-14
lilyterm-git = throw " l i l y t e r 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 , b e c a u s e i t w a s r e l y i n g o n a v t e v e r s i o n t h a t d e p e n d e d o n p y t h o n 2 " ; # Added 2022-01-14
2022-02-21 22:52:06 +00:00
links = throw " ' l i n k s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' l i n k s 2 ' " ; # Converted to throw 2022-02-22
2022-03-17 16:42:00 +00:00
linuxband = throw " l i n u x b 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 , a s i t ' s a b a n d o n e d u p s t r e a m " ; # Added 2021-12-09
2023-08-23 13:25:09 +00:00
llama = walk ; # Added 2023-01-23
2022-02-02 03:13:32 +00:00
# Linux kernels
linux-rt_5_10 = linuxKernel . kernels . linux_rt_5_10 ;
2022-12-05 17:42:11 +00:00
linux-rt_5_15 = linuxKernel . kernels . linux_rt_5_15 ;
2022-02-02 03:13:32 +00:00
linux-rt_5_4 = linuxKernel . kernels . linux_rt_5_4 ;
2023-03-26 01:58:52 +00:00
linux-rt_6_1 = linuxKernel . kernels . linux_rt_6_1 ;
2021-05-17 17:49:44 +00:00
linuxPackages_4_14 = linuxKernel . packages . linux_4_14 ;
linuxPackages_4_19 = linuxKernel . packages . linux_4_19 ;
2022-02-02 03:13:32 +00:00
linuxPackages_4_9 = linuxKernel . packages . linux_4_9 ;
2021-05-17 17:49:44 +00:00
linuxPackages_5_10 = linuxKernel . packages . linux_5_10 ;
2021-11-02 00:18:34 +00:00
linuxPackages_5_15 = linuxKernel . packages . linux_5_15 ;
2022-05-23 09:19:42 +00:00
linuxPackages_5_18 = linuxKernel . packages . linux_5_18 ;
2022-08-02 22:34:07 +00:00
linuxPackages_5_19 = linuxKernel . packages . linux_5_19 ;
2022-02-02 03:13:32 +00:00
linuxPackages_5_4 = linuxKernel . packages . linux_5_4 ;
2022-10-03 08:15:49 +00:00
linuxPackages_6_0 = linuxKernel . packages . linux_6_0 ;
2022-12-12 07:53:11 +00:00
linuxPackages_6_1 = linuxKernel . packages . linux_6_1 ;
2023-02-20 10:40:41 +00:00
linuxPackages_6_2 = linuxKernel . packages . linux_6_2 ;
2023-04-24 08:25:05 +00:00
linuxPackages_6_3 = linuxKernel . packages . linux_6_3 ;
2023-06-26 14:21:36 +00:00
linuxPackages_6_4 = linuxKernel . packages . linux_6_4 ;
2023-08-28 08:48:39 +00:00
linuxPackages_6_5 = linuxKernel . packages . linux_6_5 ;
2022-02-02 03:13:32 +00:00
linuxPackages_hardkernel_4_14 = linuxKernel . packages . hardkernel_4_14 ;
linuxPackages_rpi0 = linuxKernel . packages . linux_rpi1 ;
2021-11-04 19:01:01 +00:00
linuxPackages_rpi02w = linuxKernel . packages . linux_rpi3 ;
2022-02-02 03:13:32 +00:00
linuxPackages_rpi1 = linuxKernel . packages . linux_rpi1 ;
linuxPackages_rpi2 = linuxKernel . packages . linux_rpi2 ;
linuxPackages_rpi3 = linuxKernel . packages . linux_rpi3 ;
linuxPackages_rpi4 = linuxKernel . packages . linux_rpi4 ;
linuxPackages_rt_5_10 = linuxKernel . packages . linux_rt_5_10 ;
2022-12-05 17:42:11 +00:00
linuxPackages_rt_5_15 = linuxKernel . packages . linux_rt_5_15 ;
2022-02-02 03:13:32 +00:00
linuxPackages_rt_5_4 = linuxKernel . packages . linux_rt_5_4 ;
2023-03-26 01:58:52 +00:00
linuxPackages_rt_6_1 = linuxKernel . packages . linux_rt_6_1 ;
2021-05-17 17:49:44 +00:00
linux_4_14 = linuxKernel . kernels . linux_4_14 ;
linux_4_19 = linuxKernel . kernels . linux_4_19 ;
2022-02-02 03:13:32 +00:00
linux_4_9 = linuxKernel . kernels . linux_4_9 ;
2021-05-17 17:49:44 +00:00
linux_5_10 = linuxKernel . kernels . linux_5_10 ;
2021-11-02 00:18:34 +00:00
linux_5_15 = linuxKernel . kernels . linux_5_15 ;
2022-05-23 09:19:42 +00:00
linux_5_18 = linuxKernel . kernels . linux_5_18 ;
2022-08-02 22:34:07 +00:00
linux_5_19 = linuxKernel . kernels . linux_5_19 ;
2022-02-02 03:13:32 +00:00
linux_5_4 = linuxKernel . kernels . linux_5_4 ;
2022-10-03 08:15:49 +00:00
linux_6_0 = linuxKernel . kernels . linux_6_0 ;
2022-12-12 07:53:11 +00:00
linux_6_1 = linuxKernel . kernels . linux_6_1 ;
2023-02-20 10:40:41 +00:00
linux_6_2 = linuxKernel . kernels . linux_6_2 ;
2023-04-24 08:25:05 +00:00
linux_6_3 = linuxKernel . kernels . linux_6_3 ;
2023-06-26 14:21:36 +00:00
linux_6_4 = linuxKernel . kernels . linux_6_4 ;
2023-08-28 08:48:39 +00:00
linux_6_5 = linuxKernel . kernels . linux_6_5 ;
2022-10-03 12:40:12 +00:00
linuxPackages_mptcp = throw " ' l i n u x P a c k a g e s _ m p t c p ' h a s b e e n m o v e d t o h t t p s : / / g i t h u b . c o m / t e t o / m p t c p - f l a k e " ; # Converted to throw 2022-10-04
linux_mptcp = throw " ' l i n u x _ m p t c p ' h a s b e e n m o v e d t o h t t p s : / / g i t h u b . c o m / t e t o / m p t c p - f l a k e " ; # Converted to throw 2022-10-04
linux_mptcp_95 = throw " ' l i n u x _ m p t c p _ 9 5 ' h a s b e e n m o v e d t o h t t p s : / / g i t h u b . c o m / t e t o / m p t c p - f l a k e " ; # Converted to throw 2022-10-04
2022-02-02 03:13:32 +00:00
linux_rpi0 = linuxKernel . kernels . linux_rpi1 ;
2021-11-04 19:01:01 +00:00
linux_rpi02w = linuxKernel . kernels . linux_rpi3 ;
2022-02-02 03:13:32 +00:00
linux_rpi1 = linuxKernel . kernels . linux_rpi1 ;
linux_rpi2 = linuxKernel . kernels . linux_rpi2 ;
linux_rpi3 = linuxKernel . kernels . linux_rpi3 ;
linux_rpi4 = linuxKernel . kernels . linux_rpi4 ;
2022-10-31 17:21:58 +00:00
linux_xanmod_tt = throw " l i n u x _ x a n m o d _ t t w a s r e m o v e d b e c a u s e u p s t r e a m n o l o n g e r o f f e r s t h i s o p t i o n " ; # Added 2022-11-01
linuxPackages_xanmod_tt = throw " l i n u x P a c k a g e s _ x a n m o d _ t t w a s r e m o v e d b e c a u s e u p s t r e a m n o l o n g e r o f f e r s t h i s o p t i o n " ; # Added 2022-11-01
2020-04-04 21:47:13 +00:00
2022-10-14 16:09:41 +00:00
# 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 " ;
# Added 2021-04-04
linuxPackages_xen_dom0 = linuxPackages ;
linuxPackages_latest_xen_dom0 = linuxPackages_latest ;
linuxPackages_xen_dom0_hardened = linuxPackages_hardened ;
linuxPackages_latest_xen_dom0_hardened = linuxPackages_latest_hardened ;
2021-04-01 17:30:29 +00:00
2022-10-14 16:09:41 +00:00
# Added 2021-08-16
linuxPackages_latest_hardened = throw ''
The attribute ` linuxPackages_hardened_latest' was dropped because the hardened patches
frequently lag behind the upstream kernel . In some cases this meant that this attribute
had to refer to an older kernel [ 1 ] because the latest hardened kernel was EOL and
the latest supported kernel didn't have patches .
If you want to use a hardened kernel , please check which kernel minors are supported
and use a versioned attribute , e . g . ` linuxPackages_5_10_hardened' .
[ 1 ] for more context : https://github.com/NixOS/nixpkgs/pull/133587
'' ;
linux_latest_hardened = linuxPackages_latest_hardened ;
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
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
lobster-two = google-fonts ; # Added 2021-07-22
2022-10-04 13:28:59 +00:00
logstash6 = throw " l o g s t a s h 6 h a s b e e n r e m o v e d b e c a u s e i t r e a c h e d e n d o f l i f e " ; # Added 2022-10-04
logstash6-oss = throw " l o g s t a s h 6 h a s b e e n r e m o v e d b e c a u s e i t r e a c h e d e n d o f l i f e " ; # Added 2022-10-04
2022-02-02 03:13:32 +00:00
love_0_7 = throw " l o v e _ 0 _ 7 w a s r e m o v e d b e c a u s e i t i s a v e r y o l d v e r s i o n a n d n o l o n g e r u s e d b y a n y p a c k a g e i n n i x p k g s " ; # Added 2022-01-15
love_0_8 = throw " l o v e _ 0 _ 8 w a s r e m o v e d b e c a u s e i t i s a v e r y o l d v e r s i o n a n d n o l o n g e r u s e d b y a n y p a c k a g e i n n i x p k g s " ; # Added 2022-01-15
love_0_9 = throw " l o v e _ 0 _ 9 w a s r e m o v e d b e c a u s e w a s b r o k e n f o r a l o n g t i m e a n d n o l o n g e r u s e d b y a n y p a c k a g e i n n i x p k g s " ; # Added 2022-01-15
2022-10-14 16:09:41 +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
2022-02-21 22:52:06 +00:00
lttngTools = throw " ' l t t n g T o o l s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' l t t n g - t o o l s ' " ; # Converted to throw 2022-02-22
lttngUst = throw " ' l t t n g U s t ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' l t t n g - u s t ' " ; # Converted to throw 2022-02-22
lua5_1_sockets = throw " ' l u a 5 _ 1 _ s o c k e t s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' l u a 5 1 P a c k a g e s . l u a s o c k e t ' " ; # Converted to throw 2022-02-22
lua5_expat = throw " ' l u a 5 _ e x p a t ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' l u a P a c k a g e s . l u a e x p a t ' " ; # Converted to throw 2022-02-22
lua5_sec = throw " ' l u a 5 _ s e c ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' l u a P a c k a g e s . l u a s e c ' " ; # Converted to throw 2022-02-22
2022-04-25 15:25:26 +00:00
lumo = throw " l u m o 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 2022-04-25
2022-03-17 16:42:00 +00:00
lumpy = throw " l u m 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 s t u c k o n p y t h o n 2 " ; # Added 2022-01-12
2023-06-07 11:03:23 +00:00
luxcorerender = throw " ' l u x c o r e r e n d e r ' 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 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 2023-06-07
2022-10-14 16:09:41 +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
lzma = xz ; # moved from top-level 2021-03-14
2022-02-02 03:13:32 +00:00
### M ###
2022-02-21 22:52:06 +00:00
m3d-linux = throw " ' m 3 d - l i n u x ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' m 3 3 - l i n u x ' " ; # Converted to throw 2022-02-22
2023-06-12 14:19:17 +00:00
MACS2 = macs2 ; # Added 2023-06-12
2022-10-14 16:09:41 +00:00
mail-notification = throw " m a i l - n o t i f i c a t i 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 a n d h a s d e p e n d e n c i e s o n o l d g n o m e l i b r a r i e s w e w a n t t o r e m o v e " ; # Added 2021-08-21
2022-03-17 16:42:00 +00:00
mailpile = throw " m a i l p i l e w a s r e m o v e d f r o m n i x p k g s , a s i t i s s t u c k o n p y t h o n 2 " ; # Added 2022-01-12
2022-02-21 22:52:06 +00:00
man_db = throw " ' m a n _ d b ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' m a n - d b ' " ; # Converted to throw 2022-02-22
2022-06-01 09:48:31 +00:00
manul = throw " m a n u l h a s b e e n d r o p p e d d u e t o t h e l a c k o f m a i n t e n a n c e f r o m u p s t r e a m s i n c e 2 0 1 8 " ; # Added 2022-06-01
2022-02-21 22:52:06 +00:00
manpages = throw " ' m a n p a g e s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' m a n - p a g e s ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +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
2023-09-11 15:51:07 +00:00
mariadb_104 = throw " m a r i a d b _ 1 0 4 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 , p l e a s e s w i t c h t o a n o t h e r v e r s i o n l i k e m a r i a d b _ 1 0 6 " ; # Added 2023-09-11
2023-05-10 16:00:55 +00:00
mariadb_108 = throw " m a r i a d b _ 1 0 8 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 , p l e a s e s w i t c h t o a n o t h e r v e r s i o n l i k e m a r i a d b _ 1 0 1 0 " ; # Added 2022-05-10
2023-05-10 16:02:12 +00:00
mariadb_109 = throw " m a r i a d b _ 1 0 9 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 , p l e a s e s w i t c h t o a n o t h e r v e r s i o n l i k e m a r i a d b _ 1 0 1 0 " ; # Added 2022-05-10
2019-08-01 11:26:16 +00:00
mariadb-client = hiPrio mariadb . client ; #added 2019.07.28
2023-07-23 02:21:46 +00:00
markdown-pp = throw " m a r k d o w n - p p w a s 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 t h e u p s t r e a m a r c h i v e d i t o n 2 0 2 1 - 0 9 - 0 2 " ; # Added 2023-07-22
2022-11-18 01:46:27 +00:00
markmind = throw " m a r k m i 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 , b e c a u s e i t d e p e n d e d o n a n o l d v e r s i o n o f e l e c t r o n " ; # Added 2023-09-12
2022-06-04 10:42:41 +00:00
marp = throw " m a r 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 h a s s e c u r i t y i s s u e s " ; # Added 2022-06-04
2022-10-14 16:09:41 +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
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
matrique = spectral ; # Added 2020-01-27
2023-05-21 14:50:10 +00:00
matrix-recorder = throw " m a t r i x - r e c o r d e r 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 2023-05-21
2022-05-17 01:11:06 +00:00
maui-nota = libsForQt5 . mauiPackages . nota ; # added 2022-05-17
2022-10-14 16:09:41 +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
2022-06-05 17:11:43 +00:00
mcomix3 = mcomix ; # Added 2022-06-05
2022-01-04 08:08:29 +00:00
mediatomb = throw " m e d i a t o m b i s n o l o n g e r m a i n t a i n e d u p s t r e a m , u s e g e r b e r a i n s t e a d " ; # added 2022-01-04
2022-10-14 16:09:41 +00:00
meme = meme-image-generator ; # Added 2021-04-21
2022-02-21 22:52:06 +00:00
memtest86 = throw " ' m e m t e s t 8 6 ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' m e m t e s t 8 6 p l u s ' " ; # Converted to throw 2022-02-22
2022-02-02 03:13:32 +00:00
mercurial_4 = throw " m e r c u r i a l _ 4 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 " ; # Added 2021-10-18
2022-10-14 16:09:41 +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
2023-09-10 11:46:21 +00:00
mess = throw " ' m e s s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' m a m e ' " ; # Converted to throw 2023-09-10
2022-10-14 16:09:41 +00:00
metal = throw " m e t a l h a s b e e n r e m o v e d d u e t o l a c k o f m a i n t a i n e r s " ;
2022-10-04 13:32:16 +00:00
metricbeat6 = throw " m e t r i c b e a t 6 h a s b e e n r e m o v e d b e c a u s e i t r e a c h e d e n d o f l i f e " ; # Added 2022-10-04
2023-05-26 10:43:45 +00:00
microsoft_gsl = microsoft-gsl ; # Added 2023-05-26
2022-03-17 16:42:00 +00:00
mididings = throw " m i d i d i n g 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 d o e s n ' t s u p p o r t r e c e n t p y t h o n 3 v e r s i o n s a n d i t s u p s t r e a m s t o p p e d m a i n t a i n i n g i t " ; # Added 2022-01-12
2022-02-21 22:52:06 +00:00
midoriWrapper = throw " ' m i d o r i W r a p p e r ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' m i d o r i ' " ; # Converted to throw 2022-02-22
2022-02-02 03:13:32 +00:00
mime-types = mailcap ; # Added 2022-01-21
2022-03-17 16:42:00 +00:00
mimms = throw " m i m m 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 t h e u p s t r e a m p r o j e c t i s s t u c k o n p y t h o n 2 " ; # Added 2022-01-01
2022-10-14 16:09:41 +00:00
minergate-cli = throw " m i n e r g a t e c l 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 , b e c a u s e t h e p a c k a g e i s u n m a i n t a i n e d a n d t h e s i t e h a s a b a d r e p u t a t i o n " ; # Added 2021-08-13
minergate = throw " m i n e r g 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 , b e c a u s e t h e p a c k a g e i s u n m a i n t a i n e d a n d t h e s i t e h a s a b a d r e p u t a t i o n " ; # Added 2021-08-13
2022-04-03 16:32:14 +00:00
minetestclient_4 = throw " m i n e t e s t c l i e n t _ 4 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 ; c u r r e n t v e r s i o n i s a v a i l a b l e a t m i n e t e s t o r m i n e t e s t c l i e n t " ; # added 2022-02-01
minetestserver_4 = throw " m i n e t e s t s e r v e r _ 4 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 ; c u r r e n t v e r s i o n i s a v a i l a b l e a t m i n e t e s t s e r v e r " ; # added 2022-02-01
2022-02-02 03:13:32 +00:00
minetime = throw " m i n e t i m 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 , b e c a u s e i t w a s d i s c o n t i n u e d 2 0 2 1 - 0 6 - 2 2 " ; # Added 2021-10-14
2022-10-29 19:10:28 +00:00
miniupnpc_1 = throw " m i n i u p n p c _ 1 h a s b e e n r e m o v e d ; c u r r e n t v e r s i o n i s a v a i l a b l e a t m i n i u p n p c " ; # Added 2022-10-30
2022-12-11 17:32:11 +00:00
minizip2 = pkgs . minizip-ng ; # Added 2022-12-28
2022-10-14 16:09:41 +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
2022-02-21 22:52:06 +00:00
mlt-qt5 = throw " ' m l t - q t 5 ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' l i b s F o r Q t 5 . m l t ' " ; # Converted to throw 2022-02-22
mobile_broadband_provider_info = throw " ' m o b i l e _ b r o a d b a n d _ p r o v i d e r _ i n f o ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' m o b i l e - b r o a d b a n d - p r o v i d e r - i n f o ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +00:00
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 " ;
2022-02-21 22:52:06 +00:00
module_init_tools = throw " ' m o d u l e _ i n i t _ t o o l s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' k m o d ' " ; # Converted to throw 2022-02-22
2022-02-02 03:13:32 +00:00
monero = monero-cli ; # Added 2021-11-28
2023-02-26 08:17:26 +00:00
moku = throw " m o k u : U n u s a b l e s i n c e 2 . 6 . 2 , n o t m a i n t a i n e d u p s t r e a m a n y m o r e " ; # Added 2022-02-26
2022-12-23 05:59:02 +00:00
mongodb-3_4 = throw " m o n g o d b - 3 _ 4 h a s b e e n r e m o v e d , i t ' s e n d o f l i f e s i n c e J a n u a r y 2 0 2 0 " ; # Added 2022-11-30
mongodb-3_6 = throw " m o n g o d b - 3 _ 6 h a s b e e n r e m o v e d , i t ' s e n d o f l i f e s i n c e A p r i l 2 0 2 1 " ; # Added 2022-11-30
2023-01-05 20:21:33 +00:00
mongodb-4_0 = throw " m o n g o d b - 4 _ 0 h a s b e e n r e m o v e d , i t ' s e n d o f l i f e s i n c e A p r i l 2 0 2 2 " ; # Added 2023-01-05
2023-06-06 11:26:11 +00:00
mongodb-4_2 = throw " m o n g o d b - 4 _ 2 h a s b e e n r e m o v e d , i t ' s e n d o f l i f e s i n c e A p r i l 2 0 2 3 " ; # Added 2023-06-06
2022-12-23 20:27:59 +00:00
monodevelop = throw " m o n o d e v e l 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 " ; # Added 2022-01-15
2022-10-14 16:09:41 +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
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
2022-05-29 22:04:35 +00:00
mopidy-spotify-tunigo = throw " m o p i d y - s p o t i f y - t u n i g o h a s b e e n r e m o v e d b e c a u s e S p o t i f y s t o p p e d s u p p o r t i n g l i b s p o t i f y " ; # added 2022-05-29
2022-02-04 05:29:24 +00:00
2022-02-21 22:52:06 +00:00
morituri = throw " ' m o r i t u r i ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' w h i p p e r ' " ; # Converted to throw 2022-02-22
2022-08-10 14:03:22 +00:00
moz-phab = mozphab ; # Added 2022-08-09
2023-09-10 11:46:21 +00:00
mozart-binary = throw " ' m o z a r t - b i n a r y ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' m o z a r t 2 - b i n a r y ' " ; # Converted to throw 2023-09-10
mozart = throw " ' m o z a r t ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' m o z a r t 2 - b i n a r y ' " ; # Converted to throw 2023-09-10
2022-02-02 03:13:32 +00:00
mpc_cli = mpc-cli ; # moved from top-level 2022-01-24
2022-10-14 16:09:41 +00:00
mpd_clientlib = libmpdclient ; # Added 2021-02-11
2022-02-21 22:52:06 +00:00
mpich2 = throw " ' m p i c h 2 ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' m p i c h ' " ; # Converted to throw 2022-02-22
2022-12-29 10:27:18 +00:00
mps-youtube = throw " ' m p s - y o u t u b 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 a n d s t o p p e d w o r k i n g . U s e ' y e w t u b e ' , a m a i n t a i n e d f o r k " ; # Added 2022-12-29
2022-06-02 12:49:40 +00:00
mqtt-bench = throw " m q t t - b e n c h h a s b e e n d r o p p e d d u e t o t h e l a c k o f m a i n t e n a n c e f r o m u p s t r e a m s i n c e 2 0 1 7 " ; # Added 2022-06-02
2022-02-21 22:52:06 +00:00
msf = throw " ' m s f ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' m e t a s p l o i t ' " ; # Converted to throw 2022-02-22
2022-10-18 17:01:51 +00:00
multimc = throw " m u l t i m c w a s r e m o v e d f r o m n i x p k g s ; u s e p r i s m l a u n c h e r i n s t e a d ( s e e 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 / p u l l / 1 5 4 0 5 1 f o r m o r e i n f o r m a t i o n ) " ; # Added 2022-01-08
2023-09-10 11:46:21 +00:00
mumble_git = throw " ' m u m b l e _ g i t ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' p k g s . m u m b l e ' " ; # Converted to throw 2023-09-10
murmur_git = throw " ' m u r m u r _ g i t ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' p k g s . m u r m u r ' " ; # Converted to throw 2023-09-10
2022-09-17 11:21:09 +00:00
mutt-with-sidebar = mutt ; # Added 2022-09-17
2022-10-14 16:09:41 +00:00
mysql-client = hiPrio mariadb . client ;
mysql = mariadb ; # moved from top-level 2021-03-14
2022-10-11 16:36:38 +00:00
mysql57 = throw " ' m y s q l 5 7 ' h a s b e e n r e m o v e d . P l e a s e u s e ' m y s q l 8 0 ' o r ' m a r i a d b ' " ;
2022-02-02 03:13:32 +00:00
2022-10-14 16:09:41 +00:00
# floating point textures patents are expired,
# so package reduced to alias
mesa_drivers = mesa . drivers ;
2022-02-21 22:52:06 +00:00
mesa_noglu = throw " ' m e s a _ n o g l u ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' m e s a ' " ; # Converted to throw 2022-02-22
2022-02-02 03:13:32 +00:00
2022-09-26 14:38:41 +00:00
mpv-with-scripts = throw " ' m p v - w i t h - s c r i p t s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' m p v ' o r w i t h ' m p v . o v e r r i d e { s c r i p t s = [ m p v S c r i p t s . p l u g i n - n a m e ] ; } ' i f y o u w h e r e u s i n g p l u g i n s . " ; # Converted to throw 2022-09-24
2022-02-21 22:52:06 +00:00
mssys = throw " ' m s s y s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' m s - s y s ' " ; # Converted to throw 2022-02-22
multipath_tools = throw " ' m u l t i p a t h _ t o o l s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' m u l t i p a t h - t o o l s ' " ; # Converted to throw 2022-02-22
2022-02-02 03:13:32 +00:00
mumsi = throw " m u m s 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 ' s u n m a i n t a i n e d a n d d o e s n o t b u i l d a n y m o r e " ; # Added 2021-11-18
2022-02-21 22:52:06 +00:00
mupen64plus1_5 = throw " ' m u p e n 6 4 p l u s 1 _ 5 ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' m u p e n 6 4 p l u s ' " ; # Converted to throw 2022-02-22
2022-02-02 03:13:32 +00:00
mx = throw " g r a a l v m 8 a n d i t s t o o l s w e r e d e p r e c a t e d i n f a v o r o f g r a a l v m 8 - c e " ; # Added 2021-10-15
2022-10-14 16:09:41 +00:00
mxisd = throw " m x i s 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 h a s r e a c h e d e n d o f l i f e , s e e h t t p s : / / g i t h u b . c o m / k a m a x - m a t r i x / m x i s d / b l o b / 5 3 5 e 0 a 5 b 9 6 a b 6 3 c b 0 d d e f 9 0 f 6 f 4 2 c 5 8 6 6 4 0 7 d f 9 5 / E O L . m d # e n d - o f - l i f e - n o t i c e . m a 1 s d m a y b e a s u i t a b l e a l t e r n a t i v e " ; # Added 2021-04-15
2022-02-21 22:52:06 +00:00
mysqlWorkbench = throw " ' m y s q l W o r k b e n c h ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' m y s q l - w o r k b e n c h ' " ; # Converted to throw 2022-02-22
2022-06-08 06:35:11 +00:00
myxer = throw " M y x 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 h a s b e e n u n m a i n t a i n e d s i n c e J u l 3 1 , 2 0 2 1 " ; # Added 2022-06-08
2022-02-02 03:13:32 +00:00
### N ###
2022-05-26 00:05:56 +00:00
namecoin = throw " n a m e c o i n G U I h a s b e e n r e m o v e d , b e c a u s e i t d e p e n d e d o n q t 4 " ; # Added 2022-05-26
2022-05-26 00:29:48 +00:00
navipowm = throw " n a v i p o w m 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 u n m a i n t a i n e d u p s t r e a m " ; # Added 2022-05-26
2022-07-21 04:45:49 +00:00
ncdu_2 = ncdu ; # Added 2022-07-22
2022-04-03 09:19:04 +00:00
nccl = throw " n c c l h a s b e e n r e n a m e d t o c u d a P a c k a g e s . n c c l " ; # Added 2022-04-04
nccl_cudatoolkit_10 = throw " n c c l _ c u d a t o o l k i t _ 1 0 h a s b e e n r e n a m e d t o c u d a P a c k a g e s _ 1 0 . n c c l " ; # Added 2022-04-04
nccl_cudatoolkit_11 = throw " n c c l _ c u d a t o o l k i t _ 1 1 h a s b e e n r e n a m e d t o c u d a P a c k a g e s _ 1 1 . n c c l " ; # Added 2022-04-04
2023-09-10 11:46:21 +00:00
net_snmp = throw " ' n e t _ s n m p ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' n e t - s n m p ' " ; # Converted to throw 2023-09-10
2023-09-24 08:09:07 +00:00
netbox_3_3 = throw " n e t b o x 3 . 3 s e r i e s h a s b e e n r e m o v e d a s i t w a s E O L " ; # Added 2023-09-02
2022-10-14 16:09:41 +00:00
nagiosPluginsOfficial = monitoring-plugins ;
navit = throw " n a v 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 , d u e t o b e i n g u n m a i n t a i n e d " ; # Added 2021-06-07
2022-02-21 22:52:06 +00:00
ncat = throw " ' n c a t ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' n m a p ' " ; # Converted to throw 2022-02-22
2022-02-02 03:13:32 +00:00
neap = throw " n e a p w a s r e m o v e d f r o m n i x p k g s , a s i t r e l i e s o n p y t h o n 2 " ; # Added 2022-01-12
2023-03-17 22:39:35 +00:00
neochat = libsForQt5 . kdeGear . neochat ; # added 2022-05-10
2022-10-14 16:09:41 +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
2022-10-03 12:40:12 +00:00
nettools_mptcp = throw " ' n e t t o o l s _ m p t c p ' h a s b e e n m o v e d t o h t t p s : / / g i t h u b . c o m / t e t o / m p t c p - f l a k e " ; # Converted to throw 2022-10-04
2022-02-21 22:52:06 +00:00
networkmanager_fortisslvpn = throw " ' n e t w o r k m a n a g e r _ f o r t i s s l v p n ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' n e t w o r k m a n a g e r - f o r t i s s l v p n ' " ; # Converted to throw 2022-02-22
networkmanager_iodine = throw " ' n e t w o r k m a n a g e r _ i o d i n e ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' n e t w o r k m a n a g e r - i o d i n e ' " ; # Converted to throw 2022-02-22
networkmanager_l2tp = throw " ' n e t w o r k m a n a g e r _ l 2 t p ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' n e t w o r k m a n a g e r - l 2 t p ' " ; # Converted to throw 2022-02-22
networkmanager_openconnect = throw " ' n e t w o r k m a n a g e r _ o p e n c o n n e c t ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' n e t w o r k m a n a g e r - o p e n c o n n e c t ' " ; # Converted to throw 2022-02-22
networkmanager_openvpn = throw " ' n e t w o r k m a n a g e r _ o p e n v p n ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' n e t w o r k m a n a g e r - o p e n v p n ' " ; # Converted to throw 2022-02-22
networkmanager_vpnc = throw " ' n e t w o r k m a n a g e r _ v p n c ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' n e t w o r k m a n a g e r - v p n c ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +00:00
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
2022-12-19 10:32:42 +00:00
neuron-notes = throw " ' n e u r o n - n o t e s ' h a s b e e n d e c o n t i n u e d , m i g r a t e t o ' e m a n o t e ' i n s t e a d . " ; # Added 2022-12-18
2022-02-21 22:52:06 +00:00
nfsUtils = throw " ' n f s U t i l s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' n f s - u t i l s ' " ; # Converted to throw 2022-02-22
nginxUnstable = throw " ' n g i n x U n s t a b l e ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' n g i n x M a i n l i n e ' " ; # Converted to throw 2022-02-22
nilfs_utils = throw " ' n i l f s _ u t i l s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' n i l f s - u t i l s ' " ; # Converted to throw 2022-02-22
2023-03-25 17:13:33 +00:00
nitrokey-udev-rules = libnitrokey ; # Added 2023-03-25
2022-10-14 16:09:41 +00:00
nix-direnv-flakes = nix-direnv ;
2023-09-10 11:46:21 +00:00
nix-review = throw " ' n i x - r e v i e w ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' n i x p k g s - r e v i e w ' " ; # Converted to throw 2023-09-10
2022-10-14 16:09:41 +00:00
nixFlakes = nixVersions . stable ; # Added 2021-05-21
2022-02-02 03:13:32 +00:00
nixStable = nixVersions . stable ; # Added 2022-01-24
nixUnstable = nixVersions . unstable ; # Added 2022-01-26
2022-10-14 16:09:41 +00:00
nix_2_3 = nixVersions . nix_2_3 ;
nix_2_4 = nixVersions . nix_2_4 ;
nix_2_5 = nixVersions . nix_2_5 ;
nix_2_6 = nixVersions . nix_2_6 ;
2022-03-03 11:49:31 +00:00
nixopsUnstable = nixops_unstable ; # Added 2022-03-03
2022-05-05 10:41:34 +00:00
nixosTest = testers . nixosTest ; # Added 2022-05-05
2022-05-31 20:44:47 +00:00
nixui = throw " n i x u 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 , d u e t o t h e p r o j e c t b e i n g u n m a i n t a i n e d " ; # Added 2022-05-23
2022-10-14 16:09:41 +00:00
nmap-unfree = nmap ; # Added 2021-04-06
2022-04-26 14:35:10 +00:00
nmap-graphical = throw " n m a p g r a p h i c a l s u p p o r t h a s b e e n r e m o v e d d u e t o i t s p y t h o n 2 d e p e n d e n c y " ; # Added 2022-04-26
nmap_graphical = throw " n m a p g r a p h i c a l s u p p o r t h a s b e e n r e m o v e d d u e t o i t s p y t h o n 2 d e p e n d e n c y " ; # Modified 2022-04-26
2022-11-06 10:59:21 +00:00
nodejs_10 = throw " n o d e j s - 1 0 _ x h a s b e e n r e m o v e d . U s e a n e w e r v e r s i o n i n s t e a d . " ; # Added 2022-05-31
nodejs-10_x = nodejs_10 ; # Added 2022-11-06
nodejs_12 = throw " n o d e j s - 1 2 _ x h a s b e e n r e m o v e d . U s e a n e w e r v e r s i o n i n s t e a d . " ; # Added 2022-07-04
nodejs-12_x = nodejs_12 ; # Added 2022-11-06
nodejs-14_x = nodejs_14 ; # Added 2022-11-06
nodejs-slim-14_x = nodejs-slim_14 ; # Added 2022-11-06
nodejs-16_x = nodejs_16 ; # Added 2022-11-06
2023-02-04 03:04:50 +00:00
nodejs-16_x-openssl_1_1 = throw " n o d e j s - 1 6 _ x - o p e n s s l _ 1 _ 1 h a s b e e n r e m o v e d . " ; # Added 2023-02-04
2022-11-06 10:59:21 +00:00
nodejs-slim-16_x = nodejs-slim_16 ; # Added 2022-11-06
nodejs-18_x = nodejs_18 ; # Added 2022-11-06
nodejs-slim-18_x = nodejs-slim_18 ; # Added 2022-11-06
2022-02-21 22:52:06 +00:00
nologin = throw " ' n o l o g i n ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' s h a d o w ' " ; # Converted to throw 2022-02-22
2022-04-13 12:23:06 +00:00
nomad_1_1 = throw " n o m a d _ 1 _ 1 h a s b e e n r e m o v e d b e c a u s e i t ' s o u t d a t e d . U s e a a n e w e r v e r s i o n i n s t e a d " ; # Added 2022-05-22
2023-09-02 21:03:52 +00:00
nomad_1_2 = throw " n o m a d _ 1 _ 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 o u t d a t e d . U s e a a n e w e r v e r s i o n i n s t e a d " ; # Added 2023-09-02
nomad_1_3 = throw " n o m a d _ 1 _ 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 o u t d a t e d . U s e a a n e w e r v e r s i o n i n s t e a d " ; # Added 2023-09-02
2022-10-14 16:09:41 +00:00
nordic-polar = throw " n o r d i c - p o l a r w a s r e m o v e d o n 2 0 2 1 - 0 5 - 2 7 , n o w i n t e g r a t e d i n n o r d i c " ; # Added 2021-05-27
2022-02-02 03:13:32 +00:00
noto-fonts-cjk = noto-fonts-cjk-sans ; # Added 2021-12-16
2023-09-08 11:14:04 +00:00
noto-fonts-emoji = noto-fonts-color-emoji ; # Added 2023-09-09
2023-04-08 20:08:04 +00:00
noto-fonts-extra = noto-fonts ; # Added 2023-04-08
2022-02-02 03:13:32 +00:00
nottetris2 = throw " n o t t e t r i s 2 w a s 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 b y u p s t r e a m a n d b r o k e n " ; # Added 2022-01-15
2022-10-14 16:09:41 +00:00
now-cli = throw " n o w - c l i h a s b e e n r e p l a c e d w i t h n o d e P a c k a g e s . v e r c e l " ; # Added 2021-08-05
2022-06-13 00:01:29 +00:00
ntrack = throw " n t r a c k h a s b e e n r e m o v e d , b e c a u s e i t d e p e n d e d o n q t 4 " ; # Added 2022-05-12
2022-04-21 22:00:58 +00:00
ntdb = throw " n t d b 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 2022-04-21
2022-02-21 22:52:06 +00:00
nxproxy = throw " ' n x p r o x y ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' n x - l i b s ' " ; # Converted to throw 2022-02-22
2022-02-02 03:13:32 +00:00
### O ###
2023-04-09 15:52:14 +00:00
o = orbiton ; # Added 2023-04-09
2022-04-04 01:08:24 +00:00
oathToolkit = oath-toolkit ; # Added 2022-04-04
2022-05-14 08:51:17 +00:00
oci-image-tool = throw " o c i - i m a g e - t o o l i s n o l o n g e r a c t i v e l y m a i n t a i n e d , a n d h a s h a d m a j o r d e f i c i e n c i e s f o r s e v e r a l y e a r s . " ; # Added 2022-05-14;
2022-10-14 16:09:41 +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
2022-02-02 03:13:32 +00:00
OVMF-CSM = throw " O V M F - C S M h a s b e e n r e m o v e d i n f a v o r o f O V M F F u l l " ; # Added 2021-10-16
OVMF-secureBoot = throw " O V M F - s e c u r e B o o t h a s b e e n r e m o v e d i n f a v o r o f O V M F F u l l " ; # Added 2021-10-16
2022-10-14 16:09:41 +00:00
oauth2_proxy = oauth2-proxy ; # Added 2021-04-18
2022-05-10 15:30:46 +00:00
ocropus = throw " o c r o p u s 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 2022-04-24
2022-10-14 16:09:41 +00:00
octoprint-plugins = throw " o c t o p r i n t - p l u g i n s a r e n o w p a r t o f t h e o c t o p r i n t . p y t h o n . p k g s p a c k a g e s e t " ; # Added 2021-01-24
ocz-ssd-guru = throw " o c z - s s d - g u r u h a s b e e n r e m o v e d d u e t o t h e r e b e i n g n o s o u r c e a v a i l a b l e " ; # Added 2021-07-12
2022-04-25 14:22:40 +00:00
odpdown = throw " o d p d o w n h a s b e e n r e m o v e d b e c a u s e i t l a c k s p y t h o n 3 s u p p o r t " ; # Added 2022-04-25
2022-10-14 16:09:41 +00:00
ofp = throw " o f p i s n o t c o m p a t i b l e w i t h o d p - d p d k " ;
2023-03-22 16:51:04 +00:00
ogre1_9 = throw " o g r e 1 _ 9 h a s b e e n r e m o v e d , u s e o g r e i n s t e a d " ; # Added 2023-03-22
2023-07-20 08:08:50 +00:00
ogre1_10 = throw " o g r e 1 _ 1 0 h a s b e e n r e m o v e d , u s e o g r e i n s t e a d " ; # Added 2023-07-20
2022-10-14 16:09:41 +00:00
olifant = throw " o l i f a 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 2021-08-05
2022-05-09 22:25:52 +00:00
omapd = throw " o m a p 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 2022-05-09
2023-03-21 15:25:01 +00:00
opa = throw " o p 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 a s u p s t r e a m h a s a b a n d o n e d t h e p r o j e c t " ; # Added 2023-03-21
2023-03-08 08:31:56 +00:00
opam_1_2 = throw " ' o p a m _ 1 _ 2 ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' o p a m ' " ; # Added 2023-03-08
2022-08-22 12:25:36 +00:00
openafs_1_8 = openafs ; # Added 2022-08-22
2022-02-02 03:13:32 +00:00
openbazaar = throw " o p e n b a z z a 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 u p s t r e a m h a s a b a n d o n e d t h e p r o j e c t " ; # Added 2022-01-06
openbazaar-client = throw " o p e n b a z z a r - 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 u p s t r e a m h a s a b a n d o n e d t h e p r o j e c t " ; # Added 2022-01-06
2022-02-21 22:52:06 +00:00
opencascade_oce = throw " ' o p e n c a s c a d e _ o c e ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' o p e n c a s c a d e ' " ; # Converted to throw 2022-02-22
2023-09-18 16:27:53 +00:00
opencascade = throw " ' o p e n c a s c a d e ' h a s b e e n r e m o v e d a s i t i s u n m a i n t a i n e d ; c o n s i d e r o p e n c a s c a d e - o c c t i n s t e a d ' " ; # Added 2023-09-18
2022-02-21 22:52:06 +00:00
opencl-icd = throw " ' o p e n c l - i c d ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' o c l - i c d ' " ; # Converted to throw 2022-02-22
2022-03-26 14:00:36 +00:00
openconnect_head = openconnect_unstable ; # Added 2022-03-29
openconnect_gnutls = openconnect ; # Added 2022-03-29
2022-10-14 16:09:41 +00:00
openconnect_pa = throw " o p e n c o n n e c t _ p a f o r k h a s b e e n d i s c o n t i n u e d , s u p p o r t f o r G l o b a l P r o t e c t i s n o w a v a i l a b l e i n o p e n c o n n e c t " ; # Added 2021-05-21
2023-06-01 12:41:04 +00:00
openconnect_unstable = throw " o p e n c o n n e c t _ u n s t a b l e w a s 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 n o t b e i n g u p d a t e d " ; # Added 2023-06-01
2022-10-14 16:09:41 +00:00
openelec-dvb-firmware = libreelec-dvb-firmware ; # Added 2021-05-10
2022-02-21 22:52:06 +00:00
openexr_ctl = throw " ' o p e n e x r _ c t l ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' c t l ' " ; # Converted to throw 2022-02-22
2023-06-07 11:03:23 +00:00
openimagedenoise_1_2_x = throw " ' o p e n i m a g e d e n o i s e _ 1 _ 2 _ x ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' o p e n i m a g e d e n o i s e ' " ; # Added 2023-06-07
2023-01-04 22:36:10 +00:00
openimageio2 = openimageio ; # Added 2023-01-05
2023-06-14 12:36:50 +00:00
openimageio_1 = throw " ' o p e n i m a g e i o _ 1 ' h a s b e e n r e m o v e d , p l e a s e u p d a t e t o ' o p e n i m a g e i o ' 2 " ; # Added 2023-06-14
2022-10-14 16:09:41 +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
2022-02-02 03:13:32 +00:00
openmpt123 = libopenmpt ; # Added 2021-09-05
2022-02-21 22:52:06 +00:00
opensans-ttf = throw " ' o p e n s a n s - t t f ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' o p e n - s a n s ' " ; # Converted to throw 2022-02-22
openssh_with_kerberos = throw " ' o p e n s s h _ w i t h _ k e r b e r o s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' o p e n s s h ' " ; # Converted to throw 2022-02-22
2022-06-27 13:35:16 +00:00
openssl_3_0 = openssl_3 ; # Added 2022-06-27
2023-01-22 23:18:41 +00:00
openvpn_24 = throw " o p e n v p n _ 2 4 h a s b e e n r e m o v e d , b e c a u s e i t w e n t E O L . 2 . 5 . x o r n e w e r i s s t i l l a v a i l a b l e " ; # Added 2023-01-23
2022-10-14 16:09:41 +00:00
orchis = orchis-theme ; # Added 2021-06-09
osxfuse = macfuse-stubs ; # Added 2021-03-20
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
2022-02-21 22:52:06 +00:00
owncloudclient = throw " ' o w n c l o u d c l i e n t ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' o w n c l o u d - c l i e n t ' " ; # Converted to throw 2022-02-22
2022-02-02 03:13:32 +00:00
### P ###
2022-02-21 22:52:06 +00:00
PPSSPP = throw " ' P P S S P P ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' p p s s p p ' " ; # Converted to throw 2022-02-22
2022-02-02 03:13:32 +00:00
2022-02-21 22:52:06 +00:00
p11_kit = throw " ' p 1 1 _ k i t ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' p 1 1 - k i t ' " ; # Converted to throw 2022-02-22
2022-02-02 03:13:32 +00:00
packet-cli = metal-cli ; # Added 2021-10-25
2023-05-18 06:44:19 +00:00
palemoon = throw " p a l e m o o n h a s b e e n d r o p p e d d u e t o p y t h o n 2 b e i n g E O L a n d m a r k e d i n s e c u r e . U s e ' p a l e m o o n - b i n ' i n s t e a d " ; # Added 2023-05-18
2022-10-14 16:09:41 +00:00
paperless = paperless-ngx ; # Added 2021-06-06
2022-04-11 15:06:01 +00:00
paperless-ng = paperless-ngx ; # Added 2022-04-11
2023-05-03 14:59:43 +00:00
paper-note = throw " p a p e r - n o t e 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 2023-05-03
2022-10-14 16:09:41 +00:00
parity = openethereum ; # Added 2020-08-01
2022-02-02 03:13:32 +00:00
parity-ui = throw " p a r i t y - u i w a s 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 a n d u n m a i n t a i n e d b y u p s t r e a m " ; # Added 2022-01-10
2022-02-21 22:52:06 +00:00
parquet-cpp = throw " ' p a r q u e t - c p p ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' a r r o w - c p p ' " ; # Converted to throw 2022-02-22
2020-12-12 13:13:49 +00:00
patchmatrix = throw " ' p a t c h m a t r i x ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' o p e n - m u s i c - k o n t r o l l e r s . p a t c h m a t r i x ' " ; # Added 2022-03-09
2023-09-15 22:56:38 +00:00
pash = throw " ' p a s h ' 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 . U s e ' p o w e r s h e l l ' i n s t e a d " ; # Added 2023-09-16
2022-02-21 22:52:06 +00:00
pass-otp = throw " ' p a s s - o t p ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' p a s s . w i t h E x t e n s i o n s ' " ; # Converted to throw 2022-02-22
2021-12-15 19:06:11 +00:00
pbis-open = throw " p b i s - o p e n 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 n o l o n g e r m a i n t a i n e d u p s t r e a m " ; # added 2021-12-15
2022-03-17 16:42:00 +00:00
pdf-redact-tools = throw " p d f - r e d a c t - t o o l 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 b e c a u s e t h e u p s t r e a m h a s a b a n d o n e d t h e p r o j e c t " ; # Added 2022-01-01
2022-10-14 16:09:41 +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
2021-12-15 19:06:11 +00:00
pdfmod = throw " p d f m o d h a s b e e n r e m o v e d " ; # Added 2022-01-15
2022-10-14 16:09:41 +00:00
pdfread = throw " p d f r e a d h a s b e e n r e m o v e b e c a u s e i t i s u n m a i n t a i n e d f o r y e a r s a n d t h e s o u r c e s a r e n o l o n g e r a v a i l a b l e " ; # Added 2021-07-22
2022-09-25 07:33:26 +00:00
pdfstudio = throw " ' p d f s t u d i o ' h a s b e e n r e p l a c e d w i t h ' p d f s t u d i o < y e a r > ' , w h e r e ' < y e a r > ' i s t h e y e a r f r o m t h e P D F S t u d i o v e r s i o n n u m b e r , b e c a u s e e a c h l i c e n s e i s s p e c i f i c t o a g i v e n y e a r " ; # Added 2022-09-04
2022-08-28 18:37:20 +00:00
peach = asouldocs ; # Added 2022-08-28
2022-07-23 10:21:10 +00:00
pentablet-driver = xp-pen-g430-driver ; # Added 2022-06-23
2022-11-01 15:30:21 +00:00
percona-server = percona-server56 ; # Added 2022-11-01
percona-server56 = throw " ' p e r c o n a - s e r v e r 5 6 ' h a s b e e n d r o p p e d d u e t o l a c k o f m a i n t e n a n c e , n o u p s t r e a m s u p p o r t a n d s e c u r i t y i s s u e s " ; # Added 2022-11-01
2022-12-23 04:34:21 +00:00
percona-xtrabackup_2_4 = throw " ' p e r c o n a - x t r a b a c k u p _ 2 _ 4 ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' p e r c o n a - x t r a b a c k u p ' " ; # Added 2022-12-23
2023-09-09 12:18:43 +00:00
perldevel = throw " ' p e r l d e v e l ' h a s b e e n d r o p p e d d u e t o l a c k o f u p d a t e s i n n i x p k g s a n d l a c k o f c o n s i s t e n t s u p p o r t f o r d e v e l v e r s i o n s b y ' p e r l - c r o s s ' r e l e a s e s , u s e ' p e r l ' i n s t e a d " ;
perldevelPackages = perldevel ;
2022-02-21 22:52:06 +00:00
perlXMLParser = throw " ' p e r l X M L P a r s e r ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' p e r l P a c k a g e s . X M L P a r s e r ' " ; # Converted to throw 2022-02-22
perlArchiveCpio = throw " ' p e r l A r c h i v e C p i o ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' p e r l P a c k a g e s . A r c h i v e C p i o ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +00:00
pgadmin = pgadmin4 ;
2022-03-30 21:42:05 +00:00
pgadmin3 = throw " p g a d m i n 3 w a s r e m o v e d f o r b e i n g u n m a i n t a i n e d , u s e p g a d m i n 4 i n s t e a d . " ; # Added 2022-03-30
2022-02-21 22:52:06 +00:00
pgp-tools = throw " ' p g p - t o o l s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' s i g n i n g - p a r t y ' " ; # Converted to throw 2022-02-22
pg_tmp = throw " ' p g _ t m p ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' e p h e m e r a l p g ' " ; # Converted to throw 2022-02-22
2022-02-20 15:45:26 +00:00
phantomjs = throw " p h a n t o m j s 1 . 9 . 8 h a s b e e n d r o p p e d d u e t o l a c k o f m a i n t e n a n c e a n d s e c u r i t y i s s u e s " ; # Added 2022-02-20
2022-04-22 23:59:11 +00:00
phantomjs2 = throw " p h a n t o m j s 2 h a s b e e n d r o p p e d d u e t o l a c k o f m a i n t e n a n c e " ; # Added 2022-04-22
2023-06-15 08:31:26 +00:00
pharo-spur64 = pharo ; # Added 2022-08-03
pharo-spur32 = throw " p h a r o o n 3 2 b i t s i s c u r r e n t l y n o t s u p p o r t e d d u e t o l a c k o f m a i n t e n a n c e " ; # Added 2022-08-03
pharo-cog32 = throw " t h e c o g 3 2 V M h a s b e e n o u t d a t e d f o r a b o u t a d e c a d e n o w , t i m e t o m o v e o n " ; # Added 2022-08-03
pharo-launcher = throw " p h a r o l a u n c h e r h a s b e e n d r o p p e d d u e t o l a c k o f m a i n t e n a n c e " ; # Added 2022-08-03
2022-04-26 13:58:28 +00:00
philter = throw " p h i l t 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 2022-04-26
2023-02-23 18:25:04 +00:00
phodav_2_0 = throw " ' p h o d a v _ 2 _ 0 ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' p h o d a v ' " ; # Added 2023-02-21
2023-03-10 14:52:54 +00:00
photoflow = throw " p h o t o f l o w w a s 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 a n d u n m a i n t a i n e d b y u p s t r e a m " ; # Added 2023-03-10
2022-05-15 10:07:01 +00:00
phraseapp-client = throw " p h r a s e a p p - c l i e n t i s a r c h i v e d b y u p s t r e a m . U s e p h r a s e - c l i i n s t e a d " ; # Added 2022-05-15
2022-04-25 03:03:01 +00:00
phwmon = throw " p h w m o n 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 2022-04-24
2021-06-03 13:06:06 +00:00
# Obsolete PHP version aliases
2023-06-21 20:09:16 +00:00
php80 = throw " p h p 8 0 h a s b e e n d r o p p e d d u e t o t h e l a c k o f m a i n t e n a n c e f r o m u p s t r e a m f o r f u t u r e r e l e a s e s " ; # Added 2023-06-21
php80Packages = php80 ; # Added 2023-06-21
php80Extensions = php80 ; # Added 2023-06-21
2023-05-08 18:04:09 +00:00
php74 = throw " p h p 7 4 h a s b e e n d r o p p e d d u e t o t h e l a c k o f m a i n t e n a n c e f r o m u p s t r e a m f o r f u t u r e r e l e a s e s " ; # Added 2022-05-24
2022-05-25 17:06:58 +00:00
php74Packages = php74 ; # Added 2022-05-24
php74Extensions = php74 ; # Added 2022-05-24
2023-05-08 18:04:09 +00:00
php73 = throw " p h p 7 3 h a s b e e n d r o p p e d d u e t o t h e l a c k o f m a i n t e n a n c e f r o m u p s t r e a m f o r f u t u r e r e l e a s e s " ; # Added 2021-06-03
2022-10-14 16:09:41 +00:00
php73Packages = php73 ; # Added 2021-06-03
php73Extensions = php73 ; # Added 2021-06-03
php-embed = throw ''
php * - embed has been dropped , you can build something similar
with the following snippet :
php74 . override { embedSupport = true ; apxs2Support = false ; }
'' ; # 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 ''
php * Packages-embed has been dropped , you can build something
similar with the following snippet :
( php74 . override { embedSupport = true ; apxs2Support = false ; } ) . packages
'' ; # A d d e d 2 0 2 0 - 0 4 - 0 1
php73Packages-embed = phpPackages-embed ;
php74Packages-embed = phpPackages-embed ;
php-unit = throw ''
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 ;
}
'' ; # 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 ''
php * Packages-unit has been dropped , you can build something
similar with this following snippet :
( php74 . override {
embedSupport = true ;
apxs2Support = false ;
systemdSupport = false ;
phpdbgSupport = false ;
cgiSupport = false ;
fpmSupport = false ;
} ) . packages
'' ; # A d d e d 2 0 2 0 - 0 4 - 0 1
php73Packages-unit = phpPackages-unit ;
php74Packages-unit = phpPackages-unit ;
2020-03-22 13:32:42 +00:00
2022-02-21 22:52:06 +00:00
pidgin-with-plugins = throw " ' p i d g i n - w i t h - p l u g i n s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' p i d g i n ' " ; # Converted to throw 2022-02-22
pidginlatex = throw " ' p i d g i n l a t e x ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' p i d g i n - l a t e x ' " ; # Converted to throw 2022-02-22
pidginlatexSF = throw " ' p i d g i n l a t e x S F ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' p i d g i n - l a t e x ' " ; # Converted to throw 2022-02-22
pidginmsnpecan = throw " ' p i d g i n m s n p e c a n ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' p i d g i n - m s n - p e c a n ' " ; # Converted to throw 2022-02-22
pidginosd = throw " ' p i d g i n o s d ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' p i d g i n - o s d ' " ; # Converted to throw 2022-02-22
pidginotr = throw " ' p i d g i n o t r ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' p i d g i n - o t r ' " ; # Converted to throw 2022-02-22
pidginsipe = throw " ' p i d g i n s i p e ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' p i d g i n - s i p e ' " ; # Converted to throw 2022-02-22
pidginwindowmerge = throw " ' p i d g i n w i n d o w m e r g e ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' p i d g i n - w i n d o w - m e r g e ' " ; # Converted to throw 2022-02-22
2022-03-17 16:42:00 +00:00
pifi = throw " p i f 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 i s n o l o n g e r d e v e l o p e d " ; # Added 2022-01-19
2022-04-18 13:28:51 +00:00
ping = throw " ' p i n g ' d o e s n o t b u i l d w i t h r e c e n t v a l a c a n d h a s b e e n r e m o v e d . I f y o u a r e j u s t l o o k i n g f o r t h e ' p i n g ' c o m m a n d u s e e i t h e r ' i p u t i l s ' o r ' i n e t u t i l s ' " ; # Added 2022-04-18
2023-03-09 12:44:23 +00:00
pipewire-media-session = throw " p i p e w i r e - m e d i a - s e s s i o n i s n o l o n g e r 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 . P l e a s e u s e W i r e p l u m b e r i n s t e a d . " ;
2022-02-21 22:52:06 +00:00
piwik = throw " ' p i w i k ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' m a t o m o ' " ; # Converted to throw 2022-02-22
2022-04-22 01:15:05 +00:00
pixie = throw " p i x i e 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 2022-04-21
2023-09-10 11:46:21 +00:00
pkgconfig = throw " ' p k g c o n f i g ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' p k g - c o n f i g ' " ; # Converted to throw 2023-09-10
2022-02-21 22:52:06 +00:00
pkgconfigUpstream = throw " ' p k g c o n f i g U p s t r e a m ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' p k g - c o n f i g U p s t r e a m ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +00:00
pleroma-otp = pleroma ; # Added 2021-07-10
2022-02-21 22:52:06 +00:00
plexpy = throw " ' p l e x p y ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' t a u t u l l i ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +00:00
pltScheme = racket ; # just to be sure
2023-02-06 17:15:14 +00:00
pmdk = throw " ' p m d k ' i s d i s c o n t i n u e d , n o f u r t h e r s u p p o r t o r m a i n t e n a n c e i s p l a n n e d b y u p s t r e a m " ; # Added 2023-02-06
2022-02-21 22:52:06 +00:00
pmtools = throw " ' p m t o o l s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' a c p i c a - t o o l s ' " ; # Converted to throw 2022-02-22
2022-04-24 20:09:08 +00:00
pocketsphinx = throw " p o c k e t s p h i n x h a s b e e n r e m o v e d : u n m a i n t a i n e d " ; # Added 2022-04-24
2022-02-21 22:52:06 +00:00
polarssl = throw " ' p o l a r s s l ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' m b e d t l s ' " ; # Converted to throw 2022-02-22
2022-10-18 17:01:51 +00:00
polymc = throw " P o l y M C 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 d u e t o a h o s t i l e t a k e o v e r b y a r o g u e m a i n t a i n e r . T h e r e s t o f t h e m a i n t a i n e r s h a v e m a d e a f o r k w h i c h i s p a c k a g e d a s ' p r i s m l a u n c h e r ' " ; # Added 2022-10-18
2022-03-17 16:42:00 +00:00
polysh = throw " p o l y 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 a s t h e u p s t r e a m h a s a b a n d o n e d t h e p r o j e c t " ; # Added 2022-01-01
2022-11-18 01:54:04 +00:00
pomotroid = throw " p o m o t r o 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 , b e c a u s e i t d e p e n d e d o n a n i n s e c u r e v e r s i o n o f e l e c t r o n " ; # Added 2023-09-12
2023-05-08 18:04:09 +00:00
pond = throw " p o n d h a s b e e n d r o p p e d d u e t o t h e l a c k o f m a i n t e n a n c e f r o m u p s t r e a m s i n c e 2 0 1 6 " ; # Added 2022-06-02
2022-02-21 22:52:06 +00:00
poppler_qt5 = throw " ' p o p p l e r _ q t 5 ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' l i b s F o r Q t 5 . p o p p l e r ' " ; # Converted to throw 2022-02-22
2022-03-28 15:48:40 +00:00
powerdns = pdns ; # Added 2022-03-28
2022-05-10 02:34:34 +00:00
portaudio2014 = throw " ' p o r t a u d i o 2 0 1 4 ' h a s b e e n r e m o v e d " ; # Added 2022-05-10
2022-02-02 03:13:32 +00:00
# postgresql
2022-10-14 16:09:41 +00:00
postgresql96 = postgresql_9_6 ;
2022-02-02 03:13:32 +00:00
postgresql_9_6 = throw " p o s t g r e s q l _ 9 _ 6 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 i s v e r s i o n i s n o l o n g e r s u p p o r t e d b y u p s t r e a m " ; # Added 2021-12-03
2022-04-03 15:45:27 +00:00
postgresql_10 = throw " p o s t g r e s q l _ 1 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 t h i s v e r s i o n w e n t E O L o n 2 0 2 2 - 1 1 - 1 0 " ; # Added 2022-08-01
2022-02-02 03:13:32 +00:00
2019-01-26 17:46:57 +00:00
# postgresql plugins
2022-10-14 16:09:41 +00:00
cstore_fdw = postgresqlPackages . cstore_fdw ;
pg_cron = postgresqlPackages . pg_cron ;
pg_hll = postgresqlPackages . pg_hll ;
pg_repack = postgresqlPackages . pg_repack ;
pg_similarity = postgresqlPackages . pg_similarity ;
pg_topn = postgresqlPackages . pg_topn ;
pgjwt = postgresqlPackages . pgjwt ;
pgroonga = postgresqlPackages . pgroonga ;
pgtap = postgresqlPackages . pgtap ;
plv8 = postgresqlPackages . plv8 ;
postgis = postgresqlPackages . postgis ;
2022-02-02 03:13:32 +00:00
tilp2 = throw " t i l p 2 h a s b e e n r e m o v e d " ; # Added 2022-01-15
timekeeper = throw " t i m e k e e p e r h a s b e e n r e m o v e d " ; # Added 2022-01-16
2022-10-14 16:09:41 +00:00
timescaledb = postgresqlPackages . timescaledb ;
tlauncher = throw " t l a u n c h e r h a s b e e n r e m o v e d b e c a u s e t h e r e q u e s t i o n a b l e p r a c t i c e s a n d l e g a l i t y c o n c e r n s " ;
tsearch_extras = postgresqlPackages . tsearch_extras ;
2023-09-10 11:46:21 +00:00
pinentry_curses = throw " ' p i n e n t r y _ c u r s e s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' p i n e n t r y - c u r s e s ' " ; # Converted to throw 2023-09-10
pinentry_emacs = throw " ' p i n e n t r y _ e m a c s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' p i n e n t r y - e m a c s ' " ; # Converted to throw 2023-09-10
pinentry_gnome = throw " ' p i n e n t r y _ g n o m e ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' p i n e n t r y - g n o m e ' " ; # Converted to throw 2023-09-10
pinentry_gtk2 = throw " ' p i n e n t r y _ g t k 2 ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' p i n e n t r y - g t k 2 ' " ; # Converted to throw 2023-09-10
pinentry_qt = throw " ' p i n e n t r y _ q t ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' p i n e n t r y - q t ' " ; # Converted to throw 2023-09-10
2022-10-14 16:09:41 +00:00
pinentry_qt5 = pinentry-qt ; # Added 2020-02-11
2022-04-24 17:00:03 +00:00
prboom = throw " p r b o o m w a s r e m o v e d b e c a u s e i t w a s a b a n d o n e d b y u p s t r e a m , u s e p r b o o m - p l u s i n s t e a d " ; # Added 2022-04-24
2022-10-14 16:09:41 +00:00
privateer = throw " p r i v a t e e r w a s 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-05-18
2023-07-04 03:46:42 +00:00
probe-rs-cli = throw " p r o b e - r s - c l i i s n o w p a r t o f t h e p r o b e - r s p a c k a g e " ; # Added 2023-07-03
2023-09-10 11:46:21 +00:00
processing3 = throw " ' p r o c e s s i n g 3 ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' p r o c e s s i n g ' " ; # Converted to throw 2023-09-10
2022-02-21 22:52:06 +00:00
procps-ng = throw " ' p r o c p s - n g ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' p r o c p s ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +00:00
proglodyte-wasm = throw " p r o g l o d y t e - w a s m 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 i s u n m a i n t a i n e d s i n c e 5 y e a r s w i t h z e r o g i t h u b s t a r s " ; # Added 2021-06-30
proj_5 = throw " P r o j - 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 , u s e p r o j i n s t e a d " ; # Added 2021-04-12
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
2022-05-26 19:21:06 +00:00
prometheus-dmarc-exporter = dmarc-metrics-exporter ; # added 2022-05-31
2022-04-05 14:45:52 +00:00
prometheus-mesos-exporter = throw " p r o m e t h e u s - m e s o s - e x p o r t e r i s d e p r e c a t e d a n d a r c h i v e d b y u p s t r e a m " ; # Added 2022-04-05
2022-06-03 02:29:53 +00:00
prometheus-unifi-exporter = throw " p r o m e t h e u s - u n i f i - e x p o r t e r i s d e p r e c a t e d a n d a r c h i v e d b y u p s t r e a m , u s e u n i f i - p o l l e r i n s t e a d " ; # Added 2022-06-03
2023-07-31 14:36:54 +00:00
prometheus-speedtest-exporter = throw " p r o m e t h e u s - s p e e d t e s t - e x p o r t e r w a s r e m o v e d a s u n m a i n t a i n e d " ; # Added 2023-07-31
2022-10-03 19:11:11 +00:00
protobuf3_7 = throw " p r o t o b u f 3 _ 7 d o e s n o t r e c e i v e u p d a t e s a n y m o r e a n d h a s b e e n r e m o v e d " ; # Added 2022-10-03
2022-09-28 17:36:48 +00:00
protobuf3_11 = throw " p r o t o b u f 3 _ 1 1 d o e s n o t r e c e i v e u p d a t e s a n y m o r e a n d h a s b e e n r e m o v e d " ; # Added 2022-09-28
2023-05-21 19:50:35 +00:00
protobuf3_17 = throw " p r o t o b u f 3 _ 1 7 d o e s n o t r e c e i v e u p d a t e s a n y m o r e a n d h a s b e e n r e m o v e d " ; # Added 2023-05-21
2022-11-06 15:05:55 +00:00
protonup = protonup-ng ; # Added 2022-11-06
2023-07-25 20:19:40 +00:00
proxmark3-rrg = proxmark3 ; # Added 2023-07-25
proxmark3-unstable = throw " r e m o v e d i n f a v o r o f r f i d r e s e a r c h g r o u p f o r k " ; # Added 2023-07-25
2021-12-15 18:04:59 +00:00
proxytunnel = throw " p r o x y t u n n e 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 , b e c a u s e i t h a s n o t b e e n u p d a t e u p s t r e a m s i n c e i t w a s a d d e d t o n i x p k g s i n 2 0 0 8 a n d h a s t h e r e f o r e b i t r o t t e d . " ; # added 2021-12-15
2022-03-24 03:10:51 +00:00
pulseaudio-hsphfpd = throw " p u l s e a u d i o - h s p h f p d u p s t r e a m h a s b e e n a b a n d o n e d " ; # Added 2022-03-23
2022-04-02 04:01:52 +00:00
pulseaudio-modules-bt = throw " p u l s e a u d i o - m o d u l e s - b t h a s b e e n a b a n d o n e d , a n d i s s u p e r s e d e d b y p u l s e a u d i o ' s n a t i v e b t f u n c t i o n a l i t y " ; # Added 2022-04-01
2022-02-21 22:52:06 +00:00
pulseaudioLight = throw " ' p u l s e a u d i o L i g h t ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' p u l s e a u d i o ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +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 e a s y e f f e c t s i f y o u u s e P i p e W i r e " ; # Added 2021-02-13
pulseeffects-pw = easyeffects ; # Added 2021-07-07
2023-01-07 22:58:16 +00:00
pyls-black = throw " p y l s - b l 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 . U s e p y t h o n - l s p - b l a c k i n s t e a d . " ; # Added 2023-01-09
2023-01-07 22:47:39 +00:00
pyls-mypy = throw " p y l s - m y 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 . U s e p y l s p - m y p y i n s t e a d . " ; # Added 2023-01-09
2022-04-26 14:03:43 +00:00
py-wmi-client = throw " p y - w m i - c l i e n 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 2022-04-26
2022-04-22 22:52:46 +00:00
pydb = throw " p y d b 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 2022-04-22
2022-10-14 16:09:41 +00:00
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 " ;
pybind11 = throw " p y b i n d 1 1 w a s r e m o v e d b e c a u s e p y t h o n P a c k a g e s . p y b i n d 1 1 f o r t h e a p p r o p r i a t e v e r s i o n o f P y t h o n s h o u l d b e u s e d " ; # Added 2021-05-14
2022-03-17 16:42:00 +00:00
pybitmessage = throw " p y b i t m e s s a g e w a s r e m o v e d f r o m n i x p k g s a s i t i s s t u c k o n p y t h o n 2 " ; # Added 2022-01-01
2022-11-21 01:49:38 +00:00
pyext = throw " p y e x t w a s r e m o v e d b e c a u s e i t d o e s n o t s u p p o r t p y t h o n 3 . 1 1 , i s u p s t r e a m u n m a i n t a i n e d a n d w a s u n u s e d " ; # Added 2022-11-21
2023-09-10 11:46:21 +00:00
pygmentex = throw " ' p y g m e n t e x ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' t e x l i v e . b i n . p y g m e n t e x ' " ; # Converted to throw 2023-09-10
2023-07-19 13:23:40 +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 . U s e p y l o a d - n g i n s t e a d . " ; # Added 2021-03-21
2022-10-14 16:09:41 +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
pyo3-pack = maturin ;
2023-06-02 18:16:52 +00:00
pypi2nix = throw " p y p i 2 n i x 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 " ;
2022-10-09 08:40:07 +00:00
pypolicyd-spf = spf-engine ; # Added 2022-10-09
2022-03-17 16:42:00 +00:00
pyrex = throw " p y r 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 t h e p r o j e c t i s s t i l l s t u c k o n p y t h o n 2 " ; # Added 2022-01-12
pyrex095 = throw " p y r 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 t h e p r o j e c t i s s t i l l s t u c k o n p y t h o n 2 " ; # Added 2022-01-12
pyrex096 = throw " p y r 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 t h e p r o j e c t i s s t i l l s t u c k o n p y t h o n 2 " ; # Added 2022-01-12
pyrit = throw " p y r 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 t h e p r o j e c t i s s t i l l s t u c k o n p y t h o n 2 " ; # Added 2022-01-01
2022-02-02 03:13:32 +00:00
python = python2 ; # Added 2022-01-11
2023-01-07 23:07:28 +00:00
python-language-server = throw " p y t h o n - l a n g u a g e - s e r v 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 . U s e e . g . p y t h o n - l s p - s e r v e r i n s t e a d " ; # Added 2023-01-07
2022-02-02 03:13:32 +00:00
python-swiftclient = swiftclient ; # Added 2021-09-09
2022-10-14 16:09:41 +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
2022-02-02 03:13:32 +00:00
pythonFull = python2Full ; # Added 2022-01-11
pythonPackages = python . pkgs ; # Added 2022-01-11
### Q ###
2022-02-21 22:52:06 +00:00
QmidiNet = throw " ' Q m i d i N e t ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' q m i d i n e t ' " ; # Converted to throw 2022-02-22
qca-qt5 = throw " ' q c a - q t 5 ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' l i b s F o r Q t 5 . q c a - q t 5 ' " ; # Converted to throw 2022-02-22
2022-05-26 00:51:04 +00:00
qca2 = throw " q c a 2 h a s b e e n r e m o v e d , b e c a u s e i t d e p e n d e d o n q t 4 " ; # Added 2022-05-26
2022-10-14 16:09:41 +00:00
qcsxcad = libsForQt5 . qcsxcad ; # Added 2020-11-05
2023-07-25 12:31:11 +00:00
qtcreator-qt6 = throw " ' q t c r e a t o r - q t 6 ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' q t c r e a t o r ' , s i n c e q t 5 v e r s i o n h a s b e e n r e m o v e d " ; # Added 2023-07-25
2022-02-11 00:54:20 +00:00
qflipper = qFlipper ; # Added 2022-02-11
2022-06-13 00:47:47 +00:00
qfsm = throw " q f s m h a s b e e n r e m o v e d , b e c a u s e i t d e p e n d e d o n q t 4 " ; # Added 2022-06-12
2022-06-12 23:50:23 +00:00
qimageblitz = throw " q i m a g e b l i t z 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 d e p e n d e d o n q t 4 a n d w a s l a s t u p d a t e d u p s t r e a m i n 2 0 0 7 " ; # Added 2022-06-12
2022-05-26 00:23:47 +00:00
qmetro = throw " q m e t r o h a s b e e n r e m o v e d , b e c a u s e i t d o e s n o t s u p p o r t q t 5 ( w e l l ) " ; # Added 2022-05-26
2022-05-25 23:59:53 +00:00
qmidiroute = throw " q m i d i r o u t e 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 u n m a i n t a i n e d u p s t r e a m " ; # Added 2022-05-26
2022-10-14 16:09:41 +00:00
qmk_firmware = throw " q m k _ f i r m w a r e 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-04-02
2023-04-17 13:52:41 +00:00
qlandkartegt = throw " ' q l a n d k a r t e g 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 b r o k e n a n d u n m a i n t a i n e d " ; # Added 2023-04-17
2022-10-14 16:09:41 +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
2022-06-14 13:09:10 +00:00
qshowdiff = throw " ' q s h o w d i f f ' ( Q t 4 ) i s u n m a i n t a i n e d a n d n o t b e e n u p d a t e d s i n c e i t s a d d i t i o n i n 2 0 1 0 " ; # Added 2022-06-14
2023-09-20 16:08:53 +00:00
qscintilla = libsForQt5 . qscintilla ; # Added 2023-09-20
qscintilla-qt6 = qt6Packages . qscintilla ; # Added 2023-09-20
2022-05-26 00:02:23 +00:00
qtscrobbler = throw " q t s c r o b b l 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 u n m a i n t a i n e d " ; # Added 2022-05-26
2022-10-14 16:09:41 +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
2022-11-24 11:20:53 +00:00
qt512 = throw " Q t 5 v e r s i o n s p r i o r t o 5 . 1 5 a r e n o l o n g e r s u p p o r t e d u p s t r e a m a n d h a v e b e e n r e m o v e d " ; # Added 2022-11-24
qt514 = throw " Q t 5 v e r s i o n s p r i o r t o 5 . 1 5 a r e n o l o n g e r s u p p o r t e d u p s t r e a m a n d h a v e b e e n r e m o v e d " ; # Added 2022-11-24
qt515 = qt5 ; # Added 2022-11-24
2022-05-09 22:16:43 +00:00
qt4 = throw " q t 4 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 b e e n E O L s i n c e t h e e n d o f 2 0 1 5 " ; # Added 2022-05-09
2022-02-02 03:13:32 +00:00
qt5ct = libsForQt5 . qt5ct ; # Added 2021-12-27
2023-03-07 21:17:10 +00:00
qt6ct = qt6Packages . qt6ct ; # Added 2023-03-07
2022-10-14 16:09:41 +00:00
qtcurve = libsForQt5 . qtcurve ; # Added 2020-11-07
2023-05-10 12:51:37 +00:00
qtile-unwrapped = python3 . pkgs . qtile ; # Added 2023-05-12
2022-10-14 16:09:41 +00:00
qtkeychain = throw " t h e q t k e y c h a i n a t t r i b u t e ( q t 4 v e r s i o n ) h a s b e e n r e m o v e s , u s e t h e q t 5 v e r s i o n : l i b s F o r Q t 5 . q t k e y c h a i n " ; # Added 2021-08-04
2022-06-12 23:54:49 +00:00
qt-mobility = throw " q t - m o b i l i t y h a s b e e n r e m o v e d , b e c a u s e i t d e p e n d e d o n q t 4 " ; # Added 2022-06-13
2022-06-14 14:23:47 +00:00
qtscriptgenerator = throw " ' q t s c r i p t g e n e r a t o r ' ( Q t 4 ) i s u n m a i n t a i n e d u p s t r e a m a n d n o t u s e d i n n i x p k g s " ; # Added 2022-06-14
2022-05-26 00:49:20 +00:00
qtstyleplugin-kvantum-qt4 = throw " q t s t y l e p l u g i n - k v a n t u m - q t 4 h a s b e e n r e m o v e d , b e c a u s e i t d e p e n d e d o n q t 4 " ; # Added 2022-05-26
2022-10-14 16:09:41 +00:00
quagga = throw " q u a g g a i s n o l o n g e r m a i n t a i n e d u p s t r e a m " ; # Added 2021-04-22
2022-02-21 22:52:06 +00:00
quake3game = throw " ' q u a k e 3 g a m e ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' i o q u a k e 3 ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +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
2022-06-13 00:42:36 +00:00
qucs = throw " q u c s h a s b e e n r e m o v e d , b e c a u s e i t d e p e n d e d o n q t 4 . t r y u s i n g q u c s - s " ; # Added 2022-05-12
2022-10-14 16:09:41 +00:00
quilter = throw " q u i l t 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 2021-08-03
2023-08-19 11:01:41 +00:00
qutebrowser-qt6 = throw " ' q u t e b r o w s e r - q t 6 ' h a s b e e n r e p l a c e d b y ' q u t e b r o w s e r ' , s i n c e t h e t h e q t 5 v e r s i o n h a s b e e n r e m o v e d " ; # Added 2023-08-19
2022-10-14 16:09:41 +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
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
2022-02-21 22:52:06 +00:00
qwt6 = throw " ' q w t 6 ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' l i b s F o r Q t 5 . q w t ' " ; # Converted to throw 2022-02-22
2022-02-02 03:13:32 +00:00
### R ###
2022-10-14 16:09:41 +00:00
radare2-cutter = cutter ; # Added 2021-03-30
2022-06-27 02:38:31 +00:00
railcar = throw " ' r a i l c a r ' 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 2022-06-27
2022-11-21 10:17:50 +00:00
rambox-pro = rambox ; # Added 2022-12-12
2023-07-08 03:13:04 +00:00
rarian = throw " r a r i a n h a s b e e n r e m o v e d a s u n u s e d " ; # Added 2023-07-05
2022-10-14 16:09:41 +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
2022-03-17 16:42:00 +00:00
rawdog = throw " r a w d o g 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 t i l l r e q u i r e s p y t h o n 2 " ; # Added 2022-01-01
2022-02-21 22:52:06 +00:00
rdiff_backup = throw " ' r d i f f _ b a c k u p ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' r d i f f - b a c k u p ' " ; # Converted to throw 2022-02-22
rdmd = throw " ' r d m d ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' d t o o l s ' " ; # Converted to throw 2022-02-22
2022-02-20 15:33:53 +00:00
readline5 = throw " r e a d l i n e - 5 i s n o l o n g e r s u p p o r t e d i n n i x p k g s , p l e a s e u s e ' r e a d l i n e ' f o r m a i n s u p p o r t e d v e r s i o n " ; # Added 2022-02-20
readline62 = throw " r e a d l i n e - 6 . 2 i s n o l o n g e r s u p p o r t e d i n n i x p k g s , p l e a s e u s e ' r e a d l i n e ' f o r m a i n s u p p o r t e d v e r s i o n " ; # Added 2022-02-20
2021-12-17 12:38:07 +00:00
readline80 = throw " r e a d l i n e - 8 . 0 i s n o l o n g e r s u p p o r t e d i n n i x p k g s , p l e a s e u s e ' r e a d l i n e ' f o r m a i n s u p p o r t e d v e r s i o n " ; # Added 2021-04-22
2022-10-14 16:09:41 +00:00
redkite = throw " r e d k i t e w a s a r c h i v e d b y u p s t r e a m " ; # Added 2021-04-12
2022-11-10 17:05:55 +00:00
redis-desktop-manager = throw " ' r e d i s - d e s k t o p - m a n a g e r ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' r e s p - a p p ' " ; # Added 2022-11-10
2022-02-02 03:13:32 +00:00
redshift-wlr = throw " r e d s h i f t - w l r h a s b e e n r e p l a c e d b y g a m m a s t e p " ; # Added 2021-12-25
2022-05-26 00:07:37 +00:00
resim = throw " r e s i m h a s b e e n r e m o v e d , b e c a u s e i t d e p e n d e d o n q t 4 " ; # Added 2022-05-26
2022-03-07 20:38:25 +00:00
reicast = throw " r e i c a s 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 , p l e a s e u s e f l y c a s t i n s t e a d " ; # Added 2022-03-07
2022-02-02 03:13:32 +00:00
residualvm = throw " r e s i d u a l v m w a s m e r g e d t o s c u m m v m c o d e i n 2 0 1 8 - 0 6 - 1 5 ; c o n s i d e r u s i n g s c u m m v m " ; # Added 2021-11-27
retroArchCores = throw " r e t r o A r c h C o r e s h a s b e e n r e m o v e d . P l e a s e u s e o v e r r i d e s i n s t e a d , e . g . : ` r e t r o a r c h . o v e r r i d e { c o r e s = w i t h l i b r e t r o ; [ . . . ] ; } ` " ; # Added 2021-11-19
2022-10-14 16:09:41 +00:00
retroshare06 = retroshare ;
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
2022-06-22 12:14:08 +00:00
riak = throw " r i a k h a s b e e n r e m o v e d d u e t o l a c k o f m a i n t a i n e r t o u p d a t e t h e p a c k a g e " ; # Added 2022-06-22
2022-10-14 16:09:41 +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
2023-03-22 06:12:51 +00:00
rigsofrods = rigsofrods-bin ; # Added 2023-03-22
2022-02-02 03:13:32 +00:00
rimshot = throw " r i m s h o 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 b r o k e n a n d n o l o n g e r m a i n t a i n e d u p s t r e a m " ; # Added 2022-01-15
ring-daemon = jami-daemon ; # Added 2021-10-26
2022-10-14 16:09:41 +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
2022-09-06 12:00:00 +00:00
rls = throw " r l s w a s d i s c o n t i n u e d u p s t r e a m , u s e r u s t - a n a l y z e r i n s t e a d " ; # Added 2022-09-06
2022-02-21 22:52:06 +00:00
rng_tools = throw " ' r n g _ t o o l s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' r n g - t o o l s ' " ; # Converted to throw 2022-02-22
robomongo = throw " ' r o b o m o n g o ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' r o b o 3 t ' " ; # Converted to throw 2022-02-22
2022-03-17 14:35:32 +00:00
rockbox_utility = rockbox-utility ; # Added 2022-03-17
2022-10-14 16:09:41 +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
2023-09-23 18:32:08 +00:00
rome = throw " r o m e i s n o l o n g e r m a i n t a i n e d , c o n s i d e r u s i n g b i o m e i n s t e a d " ; # Added 2023-09-12
2022-10-14 16:09:41 +00:00
rpiboot-unstable = rpiboot ; # Added 2021-07-30
2022-09-17 12:39:20 +00:00
rr-unstable = rr ; # Added 2022-09-17
2022-02-21 22:52:06 +00:00
rssglx = throw " ' r s s g l x ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' r s s - g l x ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +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
2023-07-03 14:22:20 +00:00
rtl8723bs-firmware = throw " r t l 8 7 2 3 b s - f i r m w a r e w a s a d d e d i n m a i n l i n e k e r n e l v e r s i o n 4 . 1 2 " ; # Added 2023-07-03
2022-10-14 16:09:41 +00:00
rtv = throw " r t v w a s a r c h i v e d b y u p s t r e a m . C o n s i d e r u s i n g t u i r , a n a c t i v e l y m a i n t a i n e d f o r k " ; # Added 2021-08-08
2023-04-11 15:02:48 +00:00
rtsp-simple-server = throw " r t s p - s i m p l e - s e r v e r i s r e b r a n d e d a s m e d i a m t x , i n c l u d i n g d e f a u l t c o n f i g p a t h u p d a t e " ; # Added 2023-04-11
2022-10-14 16:09:41 +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 " ;
runCommandNoCC = runCommand ;
runCommandNoCCLocal = runCommandLocal ;
runwayml = throw " r u n w a y m l i s n o w a w e b a p p " ; # Added 2021-04-17
2022-02-02 03:13:32 +00:00
rustracerd = throw " r u s t r a c e r d 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 b r o k e n a n d u n m a i n t a i n e d " ; # Added 2021-10-19
2022-11-28 09:34:04 +00:00
rustracer = throw " r u s t r a c e r h a s b e e n r e m o v e d a s i t h a s b e e n d e p r e c a t e d " ; # Added 2022-11-28
2022-10-14 16:09:41 +00:00
rxvt_unicode = rxvt-unicode-unwrapped ; # Added 2020-02-02
rxvt_unicode-with-plugins = rxvt-unicode ; # Added 2020-02-02
2022-02-02 03:13:32 +00:00
# The alias for linuxPackages*.rtlwifi_new is defined in ./all-packages.nix,
# due to it being inside the linuxPackagesFor function.
2022-10-14 16:09:41 +00:00
rtlwifi_new-firmware = rtw88-firmware ; # Added 2021-03-14
2023-02-19 23:26:53 +00:00
rtw89-firmware = throw " r t w 8 9 - f i r m w a r e h a s b e e n r e m o v e d b e c a u s e l i n u x - f i r m w a r e n o w c o n t a i n s i t . " ; # Added 2023-02-19
2022-02-02 03:13:32 +00:00
### S ###
2022-10-14 16:09:41 +00:00
s2n = s2n-tls ; # Added 2021-03-03
2022-06-04 06:35:54 +00:00
s3gof3r = throw " s 3 g o f 3 r h a s b e e n d r o p p e d d u e t o t h e l a c k o f m a i n t e n a n c e f r o m u p s t r e a m s i n c e 2 0 1 7 " ; # Added 2022-06-04
2022-02-21 22:52:06 +00:00
s6Dns = throw " ' s 6 D n s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' s 6 - d n s ' " ; # Converted to throw 2022-02-22
s6LinuxUtils = throw " ' s 6 L i n u x U t i l s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' s 6 - l i n u x - u t i l s ' " ; # Converted to throw 2022-02-22
s6Networking = throw " ' s 6 N e t w o r k i n g ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' s 6 - n e t w o r k i n g ' " ; # Converted to throw 2022-02-22
s6PortableUtils = throw " ' s 6 P o r t a b l e U t i l s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' s 6 - p o r t a b l e - u t i l s ' " ; # Converted to throw 2022-02-22
sagemath = throw " ' s a g e m a t h ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' s a g e ' " ; # Converted to throw 2022-02-22
2022-06-05 18:35:56 +00:00
salut_a_toi = throw " s a l u t _ a _ t o i w a s 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 a n d u s e d P y t h o n 2 " ; # added 2022-06-05
2022-02-21 22:52:06 +00:00
sam = throw " ' s a m ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' d e a d p i x i - s a m ' " ; # Converted to throw 2022-02-22
samsungUnifiedLinuxDriver = throw " ' s a m s u n g U n i f i e d L i n u x D r i v e r ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' s a m s u n g - u n i f i e d - l i n u x - d r i v e r ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +00:00
sane-backends-git = sane-backends ; # Added 2021-02-19
2022-02-21 22:52:06 +00:00
saneBackends = throw " ' s a n e B a c k e n d s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' s a n e - b a c k e n d s ' " ; # Converted to throw 2022-02-22
saneBackendsGit = throw " ' s a n e B a c k e n d s G i t ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' s a n e - b a c k e n d s ' " ; # Converted to throw 2022-02-22
saneFrontends = throw " ' s a n e F r o n t e n d s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' s a n e - f r o n t e n d s ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +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
scallion = throw " s c a l l i o n 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 c u r r e n t l y u n m a i n t a i n e d u p s t r e a m " ; # added 2021-12-15
2022-05-26 00:33:06 +00:00
scantailor = scantailor-advanced ; # Added 2022-05-26
2022-02-21 22:52:06 +00:00
scim = throw " ' s c i m ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' s c - i m ' " ; # Converted to throw 2022-02-22
scollector = throw " ' s c o l l e c t o r ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' b o s u n ' " ; # Converted to throw 2022-02-22
2022-05-26 16:17:27 +00:00
screencloud = throw " s c r e e n c l o u d 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 u n m a i n t a i n e d i n n i x p k g s " ; # Added 2022-05-26
2022-05-29 00:11:48 +00:00
scribus_1_4 = throw " s c r i b u s 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 b a s e d o n E O L t e c h n o l o g i e s , e . g . q t 4 a n d p y t h o n 2 " ; # Added 2022-05-29
2022-05-12 13:17:52 +00:00
scribusUnstable = throw " ' s c r i b u s U n s t a b l e ' h a s b e e n r e n a m e d t o ' s c r i b u s ' " ; # Added 2022-05-13
2022-11-07 23:11:28 +00:00
scrollkeeper = throw " ' s c r o l l k e e p e r ' h a s b e e n r e m o v e d d u e t o d e p r e c a t e d L i b X M L 2 h e a d e r s " ; # Added 2022-11-08
2022-02-02 03:13:32 +00:00
scyther = throw " s c y t h e r h a s b e e n r e m o v e d s i n c e i t c u r r e n t l y o n l y s u p p o r t s P y t h o n 2 , s e e h t t p s : / / g i t h u b . c o m / c a s c r e m e r s / s c y t h e r / i s s u e s / 2 0 " ; # Added 2021-10-07
2023-09-10 11:46:21 +00:00
sdlmame = throw " ' s d l m a m e ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' m a m e ' " ; # Converted to throw 2023-09-10
2022-10-14 16:09:41 +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
2022-02-02 03:13:32 +00:00
sepolgen = throw " s e p o l g e n w a s m e r g e d i n t o s e l i n u x - p y t h o n " ; # Added 2021-11-11
2022-10-14 16:09:41 +00:00
session-desktop-appimage = session-desktop ;
2023-06-26 10:14:33 +00:00
sequoia = sequoia-sq ; # Added 2023-06-26
2023-07-03 11:08:56 +00:00
sexp = sexpp ; # Added 2023-07-03
2023-05-26 16:08:55 +00:00
sget = throw " s g e 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 n o t s u p p o r t e d u p s t r e a m a n y m o r e s e e h t t p s : / / g i t h u b . c o m / s i g s t o r e / s g e t / i s s u e s / 1 4 5 " ; # Added 2023-05-26
2022-02-21 22:52:06 +00:00
shared_mime_info = throw " ' s h a r e d _ m i m e _ i n f o ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' s h a r e d - m i m e - i n f o ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +00:00
inherit ( libsForQt5 . mauiPackages ) shelf ; # added 2022-05-17
2022-02-09 05:19:24 +00:00
shellinabox = throw " s h e l l i n a b o 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 u p s t r e a m " ; # Added 2021-12-15
2023-08-08 02:50:01 +00:00
shhgit = throw " s h h g i t i s b r o k e n a n d i s n o l o n g e r m a i n t a i n e d . S e e h t t p s : / / g i t h u b . c o m / e t h 0 i z z l e / s h h g i t # - s h h g i t - i s - n o - l o n g e r - m a i n t a i n e d - " ; # Added 2023-08-08
2023-06-06 08:04:38 +00:00
shipyard = jumppad ; # Added 2023-06-06
2022-03-17 16:42:00 +00:00
sickbeard = throw " s i c k b e a r 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 2022-01-01
sickrage = throw " s i c k b e a r 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 2022-01-01
2023-08-17 12:59:45 +00:00
signumone-ks = throw " s i g n u m o n 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 b e c a u s e t h e d e v e l o p e r s s t o p p e d o f f e r i n g t h e b i n a r i e s " ; # Added 2023-08-17
2022-02-02 03:13:32 +00:00
sigurlx = throw " s i g u r l x h a s b e e n r e m o v e d ( u p s t r e a m i s g o n e ) " ; # Added 2022-01-24
2022-02-21 22:52:06 +00:00
skrooge2 = throw " ' s k r o o g e 2 ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' s k r o o g e ' " ; # Converted to throw 2022-02-22
skype = throw " ' s k y p e ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' s k y p e f o r l i n u x ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +00:00
skype4pidgin = throw " s k y p e 4 p i d g i n h a s b e e n r e m o v e 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 2021-07-14
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
slack-dark = slack ; # Added 2020-03-27
2022-11-20 15:40:30 +00:00
sleepyhead = throw " ' s l e e p y h e a d ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' O S C A R ' " ; # Added 2022-11-20
2022-02-21 22:52:06 +00:00
slic3r-prusa3d = throw " ' s l i c 3 r - p r u s a 3 d ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' p r u s a - s l i c e r ' " ; # Converted to throw 2022-02-22
2023-04-06 17:08:10 +00:00
slmenu = throw " s l m e n u h a s b e e n r e m o v e d ( u p s t r e a m i s g o n e ) " ; # Added 2023-04-06
2022-02-21 22:52:06 +00:00
slurm-full = throw " ' s l u r m - f u l l ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' s l u r m ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +00:00
slurm-llnl = slurm ; # renamed July 2017
slurm-llnl-full = slurm-full ; # renamed July 2017
2022-02-21 22:52:06 +00:00
smbclient = throw " ' s m b c l i e n t ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' s a m b a ' " ; # Converted to throw 2022-02-22
2023-09-18 16:29:00 +00:00
smesh = throw " ' s m e s h ' 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 a n d d e p e n d s o n o p e n c a s c a d e - o c e , w h i c h i s a l s o u n m a i n t a i n e d " ; # Added 2023-09-18
2022-10-14 16:09:41 +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
2022-04-21 18:46:06 +00:00
snack = throw " s n a c k h a s b e e n r e m o v e d : b r o k e n f o r 5 + y e a r s " ; # Added 2022-04-21
2022-07-02 09:00:32 +00:00
soldat-unstable = opensoldat ; # Added 2022-07-02
2023-03-16 14:17:04 +00:00
solr_8 = throw " ' s o l 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 b r o k e n a n d u n m a i n t a i n e d " ; # Added 2023-03-16
solr = throw " ' s o l 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 b r o k e n a n d u n m a i n t a i n e d " ; # Added 2023-03-16
2023-07-08 03:00:37 +00:00
soundOfSorting = sound-of-sorting ; # Added 2023-07-07
2023-05-08 16:49:15 +00:00
spark2 = throw " ' s p a r k 2 ' i s n o l o n g e r s u p p o r t e d n i x p k g s , p l e a s e u s e ' s p a r k ' " ; # Added 2023-05-08
spark_2_4 = throw " ' s p a r k _ 2 _ 4 ' i s n o l o n g e r s u p p o r t e d n i x p k g s , p l e a s e u s e ' s p a r k ' " ; # Added 2023-05-08
spark_3_1 = throw " ' s p a r k _ 3 _ 1 ' i s n o l o n g e r s u p p o r t e d n i x p k g s , p l e a s e u s e ' s p a r k ' " ; # Added 2023-05-08
2020-02-10 22:59:42 +00:00
2022-10-14 16:09:41 +00:00
# Added 2020-02-10
2020-02-10 22:59:42 +00:00
sourceHanSansPackages = {
2022-10-14 16:09:41 +00:00
japanese = source-han-sans ;
korean = source-han-sans ;
simplified-chinese = source-han-sans ;
traditional-chinese = source-han-sans ;
2020-02-10 22:59:42 +00:00
} ;
2022-10-14 16:09:41 +00:00
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 ;
2020-02-10 22:59:42 +00:00
sourceHanSerifPackages = {
2022-10-14 16:09:41 +00:00
japanese = source-han-serif ;
korean = source-han-serif ;
simplified-chinese = source-han-serif ;
traditional-chinese = source-han-serif ;
2020-02-10 22:59:42 +00:00
} ;
2022-10-14 16:09:41 +00:00
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 ;
2022-02-02 03:13:32 +00:00
2022-08-14 08:08:52 +00:00
sourcetrail = throw " s o u r c e t r a i l 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 2022-08-14
2023-05-20 06:22:31 +00:00
spacegun = throw " ' s p a c e g u n ' h a s b e e n r e m o v e d a s u n m a i n t a i n e d " ; # Added 2023-05-20
2022-02-21 22:52:06 +00:00
spaceOrbit = throw " ' s p a c e O r b i t ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' s p a c e - o r b i t ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +00:00
spectral = neochat ; # Added 2020-12-27
2022-02-21 22:52:06 +00:00
speech_tools = throw " ' s p e e c h _ t o o l s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' s p e e c h - t o o l s ' " ; # Converted to throw 2022-02-22
2022-04-24 20:39:18 +00:00
speedometer = throw " s p e e d o m e t 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 2022-04-24
2022-02-21 22:52:06 +00:00
speedtest_cli = throw " ' s p e e d t e s t _ c l i ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' s p e e d t e s t - c l i ' " ; # Converted to throw 2022-02-22
2023-07-31 14:36:37 +00:00
speedtest-exporter = throw " ' s p e e d t e s t - e x p o r t e r ' h a s b e e n r e m o v e d a s u n m a i n t a i n e d " ; # Added 2023-07-31
2022-04-24 20:23:04 +00:00
sphinxbase = throw " s p h i n x b a s e h a s b e e n r e m o v e d : u n m a i n t a i n e d " ; # Added 2022-04-24
2023-02-23 18:25:04 +00:00
spice-gtk_libsoup2 = throw " ' s p i c e - g t k _ l i b s o u p 2 ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' s p i c e - g t k ' " ; # Added 2023-02-21
2022-02-21 22:52:06 +00:00
spice_gtk = throw " ' s p i c e _ g t k ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' s p i c e - g t k ' " ; # Converted to throw 2022-02-22
spice_protocol = throw " ' s p i c e _ p r o t o c o l ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' s p i c e - p r o t o c o l ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +00:00
spidermonkey_1_8_5 = throw " s p i d e r m o n k e y _ 1 _ 8 _ 5 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 b a s e d o n F i r e f o x 4 . 0 f r o m 2 0 1 1 " ; # added 2021-05-03
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
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
2022-03-17 16:42:00 +00:00
spidermonkey_68 = throw " s p i d e r m o n k e y _ 6 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 _ 9 1 i n s t e a d " ; # added 2022-01-04
2022-10-14 16:09:41 +00:00
# spidermonkey is not ABI upwards-compatible, so only allow this for nix-shell
spidermonkey = spidermonkey_78 ; # Added 2020-10-09
2022-01-17 14:40:48 +00:00
split2flac = throw " s p l i t 2 f l a c h a s b e e n r e m o v e d . C o n s i d e r u s i n g t h e s h n s p l i t c o m m a n d f r o m s h n t o o l p a c k a g e o r h e l p p a c k a g i n g u n f l a c . " ; # added 2022-01-13
2022-11-05 23:28:41 +00:00
spotify-unwrapped = spotify ; # added 2022-11-06
2022-10-14 16:09:41 +00:00
spring-boot = spring-boot-cli ; # added 2020-04-24
2022-02-21 22:52:06 +00:00
sqlite3_analyzer = throw " ' s q l i t e 3 _ a n a l y z e r ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' s q l i t e - a n a l y z e r ' " ; # Converted to throw 2022-02-22
2022-12-26 01:00:50 +00:00
sqlite-replication = throw " ' s q l i t e - r e p l i c a t i o n ' h a s b e e n r e m o v e d s i n c e i t i s n o l o n g e r r e q u i r e d b y l x d a n d i s n o t m a i n t a i n e d . " ; # throw 2022-12-26
2022-02-21 22:52:06 +00:00
sqliteInteractive = throw " ' s q l i t e I n t e r a c t i v e ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' s q l i t e - i n t e r a c t i v e ' " ; # Converted to throw 2022-02-22
2022-05-26 00:37:16 +00:00
sqliteman = throw " s q l i t e m a n 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 u n m a i n t a i n e d " ; # Added 2022-05-26
2023-09-10 11:46:21 +00:00
squid4 = throw " ' s q u i d 4 ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' s q u i d ' " ; # Converted to throw 2023-09-10
2022-07-21 17:12:51 +00:00
srcml = throw " ' s r c m l ' 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 2022-07-21
2022-02-21 22:52:06 +00:00
sshfsFuse = throw " ' s s h f s F u s e ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' s s h f s - f u s e ' " ; # Converted to throw 2022-02-22
2022-04-03 15:45:43 +00:00
ssmtp = throw " ' s s m t p ' h a s b e e n r e m o v e d d u e t o t h e s o f t w a r e b e i n g u n m a i n t a i n e d . ' m s m t p ' c a n b e u s e d a s a r e p l a c e m e n t " ; # Added 2022-04-17
2022-05-25 23:51:32 +00:00
ssr = throw " s s 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 u n m a i n t a i n e d i n n i x p k g s a n d d e p e n d e d o n q t 4 " ; # Added 2022-05-26
2022-10-14 16:09:41 +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
steam-run-native = steam-run ; # added 2022-02-21
2022-06-15 10:46:46 +00:00
stride = throw " ' s t r i d e ' a k a . A t l a s s i a n S t r i d e i s d e a d s i n c e 2 0 1 9 ( b o u g h t b y S l a c k ) " ; # added 2022-06-15
2022-05-09 22:36:50 +00:00
structure-synth = throw " s t r u c t u r e - s y n t h 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 u n m a i n t a i n e d " ; # Added 2022-05-09
2022-10-14 16:09:41 +00:00
stumpwm-git = throw " s t u m p w m - g i t h a s b e e n b r o k e n f o r a l o n g t i m e a n d l i s p P a c k a g e s . s t u m p w m f o l l o w s Q u i c k l i s p t h a t i s c l o s e t o g i t v e r s i o n " ; # Added 2021-05-09
2022-04-26 16:54:30 +00:00
subversion_1_10 = throw " s u b v e r s i o n _ 1 _ 1 0 h a s b e e n r e m o v e d a s i t h a s r e a c h e d i t s e n d o f l i f e " ; # Added 2022-04-26
2022-10-14 16:09:41 +00:00
subversion19 = throw " s u b v e r s i o n 1 9 h a s b e e n r e m o v e d a s i t h a s r e a c h e d i t s e n d o f l i f e " ; # Added 2021-03-31
2022-04-16 01:33:37 +00:00
sudolikeaboss = throw " s u d o l i k e a b o s s i s n o l o n g e r m a i n t a i n e d b y u p s t r e a m " ; # Added 2022-04-16
2023-02-07 03:43:34 +00:00
sumneko-lua-language-server = lua-language-server ; # Added 2023-02-07
2022-10-14 16:09:41 +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 " ;
2022-02-21 22:52:06 +00:00
surf-webkit2 = throw " ' s u r f - w e b k i t 2 ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' s u r f ' " ; # Converted to throw 2022-02-22
2022-03-17 16:42:00 +00:00
swec = throw " s w e c h a s b e e n r e m o v e d ; 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 2021-10-14
2022-06-15 11:04:02 +00:00
sweep-visualizer = throw " ' s w e e p - v i s u a l i z e r ' i s a b o n d o n e d u p s t r e a m a n d d e p e n d s o n d e p r e c a t e d G N O M E 2 / G T K 2 " ; # Added 2022-06-15
2023-01-06 20:19:18 +00:00
swift-im = throw " s w i f t - i m h a s b e e n r e m o v e d a s i t i 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 P y t h o n 2 / Q t W e b K i t " ; # Added 2023-01-06
2022-10-14 16:09:41 +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
swtpm-tpm2 = swtpm ; # Added 2021-02-26
syncthing-cli = syncthing ; # Added 2021-04-06
2022-02-02 03:13:32 +00:00
synology-drive = throw " s y n o l o g y - d r i v e h a s b e e n s u p e r s e d e d b y s y n o l o g y - d r i v e - c l i e n t " ; # Added 2021-11-26
2022-02-21 22:52:06 +00:00
system_config_printer = throw " ' s y s t e m _ c o n f i g _ p r i n t e r ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' s y s t e m - c o n f i g - p r i n t e r ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +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
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
2022-02-21 22:52:06 +00:00
systool = throw " ' s y s t o o l ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' s y s f s u t i l s ' " ; # Converted to throw 2022-02-22
2022-02-02 03:13:32 +00:00
### T ###
2022-02-21 22:52:06 +00:00
tahoelafs = throw " ' t a h o e l a f s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' t a h o e - l a f s ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +00:00
tangogps = foxtrotgps ; # Added 2020-01-26
2022-07-30 02:25:11 +00:00
taplo-cli = taplo ; # Added 2022-07-30
taplo-lsp = taplo ; # Added 2022-07-30
2023-07-04 02:23:18 +00:00
taro = taproot-assets ; # Added 2023-07-04
2023-04-07 14:46:39 +00:00
tdesktop = telegram-desktop ; # Added 2023-04-07
2022-10-14 16:09:41 +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 " ;
2022-04-05 14:45:52 +00:00
teleconsole = throw " t e l e c o n s o l e i s a r c h i v e d b y u p s t r e a m " ; # Added 2022-04-05
2023-07-28 12:47:14 +00:00
telegram-cli = throw " t e l e g r a m - c l i w a s 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 a n d a b a n d o n e d u p s t r e a m " ; # Added 2023-07-28
2022-10-14 16:09:41 +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
2022-02-21 22:52:06 +00:00
telepathy_farstream = throw " ' t e l e p a t h y _ f a r s t r e a m ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' t e l e p a t h y - f a r s t r e a m ' " ; # Converted to throw 2022-02-22
telepathy_gabble = throw " ' t e l e p a t h y _ g a b b l e ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' t e l e p a t h y - g a b b l e ' " ; # Converted to throw 2022-02-22
telepathy_glib = throw " ' t e l e p a t h y _ g l i b ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' t e l e p a t h y - g l i b ' " ; # Converted to throw 2022-02-22
telepathy_haze = throw " ' t e l e p a t h y _ h a z e ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' t e l e p a t h y - h a z e ' " ; # Converted to throw 2022-02-22
telepathy_idle = throw " ' t e l e p a t h y _ i d l e ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' t e l e p a t h y - i d l e ' " ; # Converted to throw 2022-02-22
telepathy_logger = throw " ' t e l e p a t h y _ l o g g e r ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' t e l e p a t h y - l o g g e r ' " ; # Converted to throw 2022-02-22
telepathy_mission_control = throw " ' t e l e p a t h y _ m i s s i o n _ c o n t r o l ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' t e l e p a t h y - m i s s i o n - c o n t r o l ' " ; # Converted to throw 2022-02-22
telepathy_qt = throw " ' t e l e p a t h y _ q t ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' t e l e p a t h y - q t ' " ; # Converted to throw 2022-02-22
telepathy_qt5 = throw " ' t e l e p a t h y _ q t 5 ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' l i b s F o r Q t 5 . t e l e p a t h y ' " ; # Converted to throw 2022-02-22
telnet = throw " ' t e l n e t ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' i n e t u t i l s ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +00:00
terminus = throw " t e r m i n u 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 i n n i x p k g s " ; # Added 2021-08-21
2022-10-15 15:49:02 +00:00
termonad-with-packages = throw " t e r m o n a d - w i t h - p a c k a g e s h a s b e e n r e n a m e d t o j u s t ' t e r m o n a d ' " ; # Added 2022-10-15
2022-08-02 17:45:05 +00:00
terraform-full = throw " t e r r a f o r m - f u l l h a s b e e n r e m o v e d , i t w a s a n a l i a s f o r ' t e r r a f o r m . f u l l ' " ; # Added 2022-08-02
2022-06-26 07:25:38 +00:00
terraform_0_13 = throw " t e r r a f o r m _ 0 _ 1 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 " ; # Added 2022-06-26
terraform_0_14 = throw " t e r r a f o r m _ 0 _ 1 4 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 2022-06-26
terraform_0_15 = throw " t e r r a f o r m _ 0 _ 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 " ; # Added 2022-06-26
2022-02-21 22:52:06 +00:00
tesseract_4 = throw " ' t e s s e r a c t _ 4 ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' t e s s e r a c t 4 ' " ; # Converted to throw 2022-02-22
2022-04-20 13:31:36 +00:00
testVersion = testers . testVersion ; # Added 2022-04-20
2022-05-05 10:08:50 +00:00
invalidateFetcherByDrvHash = testers . invalidateFetcherByDrvHash ; # Added 2022-05-05
2022-02-21 22:52:06 +00:00
tex-gyre-bonum-math = throw " ' t e x - g y r e - b o n u m - m a t h ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' t e x - g y r e - m a t h . b o n u m ' " ; # Converted to throw 2022-02-22
tex-gyre-pagella-math = throw " ' t e x - g y r e - p a g e l l a - m a t h ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' t e x - g y r e - m a t h . p a g e l l a ' " ; # Converted to throw 2022-02-22
tex-gyre-schola-math = throw " ' t e x - g y r e - s c h o l a - m a t h ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' t e x - g y r e - m a t h . s c h o l a ' " ; # Converted to throw 2022-02-22
tex-gyre-termes-math = throw " ' t e x - g y r e - t e r m e s - m a t h ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' t e x - g y r e - m a t h . t e r m e s ' " ; # Converted to throw 2022-02-22
2023-02-05 19:42:14 +00:00
textadept11 = throw " t e x t a d e p t 1 1 h a s b e e n r e m o v e d . P l e a s e u s e t e x t a d e p t i n s t e a d " ; # Added 2022-12-23 TODO: UPDATE THE DATE
2022-02-21 22:52:06 +00:00
tftp_hpa = throw " ' t f t p _ h p a ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' t f t p - h p a ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +00:00
thunderbird-68 = throw " T h u n d e r b i r d 6 8 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 . 0 o n 2 0 2 0 - 0 8 - 2 5 " ;
thunderbird-bin-68 = thunderbird-68 ;
2022-11-15 19:11:57 +00:00
thunderbird-wayland = thunderbird ; # Added 2022-11-15
2022-10-14 16:09:41 +00:00
timescale-prometheus = promscale ; # Added 2020-09-29
2022-10-09 16:17:55 +00:00
timedoctor = throw " ' t i m e d o c t o 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 " ; # Added 2022-10-09
2022-02-02 03:13:32 +00:00
timetable = throw " t i m e t a b 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 2021-09-05
2023-06-24 21:16:24 +00:00
tinygltf = throw " T i n y g l T F h a s b e e n e m b e d d e d i n d r a c o d u e t o l a c k o f o t h e r u s e r s a n d c o m p a t i b i l i t y b r e a k s . " ; # Added 2023-06-25
2023-03-17 10:00:58 +00:00
tixati = throw " ' t i x a 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 i s u n f r e e a n d u n m a i n t a i n e d " ; # Added 2023-03-17
2022-03-07 14:06:19 +00:00
tkcvs = tkrev ; # Added 2022-03-07
2022-10-14 16:09:41 +00:00
togglesg-download = throw " t o g g l e s g - d o w n l o a d w a s r e m o v e d 2 0 2 1 - 0 4 - 3 0 a s i t ' s u n m a i n t a i n e d " ; # Added 2021-04-30
2022-12-22 22:28:11 +00:00
tokodon = plasma5Packages . tokodon ;
2022-03-17 16:42:00 +00:00
tomboy = throw " t o m b o y i s n o t a c t i v e l y d e v e l o p e d a n y m o r e a n d w a s r e m o v e d " ; # Added 2022-01-27
2022-10-14 16:09:41 +00:00
tomcat7 = throw " t o m c a t 7 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 r e a c h e d e n d o f l i f e " ; # Added 2021-06-16
tomcat8 = throw " t o m c a t 8 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 r e a c h e d e n d o f l i f e " ; # Added 2021-06-16
tomcat85 = throw " t o m c a t 8 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 h a s r e a c h e d e n d o f l i f e " ; # Added 2020-03-11
2022-03-17 16:42:00 +00:00
tor-arm = throw " t o r - a r m 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 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 2022-01-01
2023-09-23 17:46:07 +00:00
tor-browser-bundle-bin = tor-browser ; # Added 2023-09-23
torbrowser = throw " ' t o r b r o w s e r ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' t o r - b r o w s e r ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +00:00
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
2022-02-21 22:52:06 +00:00
trang = throw " ' t r a n g ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' j i n g - t r a n g ' " ; # Converted to throw 2022-02-22
2022-01-24 02:25:17 +00:00
transfig = fig2dev ; # Added 2022-02-15
2023-04-24 11:20:55 +00:00
transmission-remote-cli = throw " 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
2022-02-21 22:52:06 +00:00
transmission_gtk = throw " ' t r a n s m i s s i o n _ g t k ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' t r a n s m i s s i o n - g t k ' " ; # Converted to throw 2022-02-22
transmission_remote_gtk = throw " ' t r a n s m i s s i o n _ r e m o t e _ g t k ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' t r a n s m i s s i o n - r e m o t e - g t k ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +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 " ;
trebleshot = throw " t r e b l e s h o t 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 " ;
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
2022-02-21 22:52:06 +00:00
truecrypt = throw " ' t r u e c r y p t ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' v e r a c r y p t ' " ; # Converted to throw 2022-02-22
2023-04-14 00:15:51 +00:00
trustedGrub = throw " t r u s t e d G r u b 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 n o t m a i n t a i n e d u p s t r e a m a n y m o r e " ; # Added 2023-05-10
trustedGrub-for-HP = throw " t r u s t e d G r u b - f o r - H P 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 n o t m a i n t a i n e d u p s t r e a m a n y m o r e " ; # Added 2023-05-10
2022-10-14 16:09:41 +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
turbo-geth = throw " t u r b o - g e t h h a s b e e n r e n a m e d t o e r i g o n " ; # Added 2021-08-08
2023-03-02 12:43:05 +00:00
tvbrowser-bin = tvbrowser ; # Added 2023-03-02
2022-04-26 15:49:55 +00:00
twister = throw " t w i s t 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 a n d p y t h o n 2 - o n l y " ; # Added 2022-04-26
2022-05-10 10:04:05 +00:00
tworld2 = throw " t w o r l d 2 h a s b e e n 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 " ; # Added 2022-05-09
2022-06-03 02:40:26 +00:00
tychus = throw " t y c h u s h a s b e e n d r o p p e d d u e t o t h e l a c k o f m a i n t e n a n c e f r o m u p s t r e a m s i n c e 2 0 1 8 " ; # Added 2022-06-03
2022-03-17 16:42:00 +00:00
typora = throw " N e w e r v e r s i o n s o f t y p o r a u s e a n t i - u s e r e n c r y p t i o n a n d r e f u s e t o s t a r t . A s s u c h i t h a s b e e n r e m o v e d " ; # Added 2021-09-11
2023-07-16 02:21:49 +00:00
typst-fmt = typstfmt ; # Added 2023-07-15
2022-02-02 03:13:32 +00:00
### U ###
2022-08-08 14:51:55 +00:00
uade123 = uade ; # Added 2022-07-30
2022-10-14 16:09:41 +00:00
uberwriter = apostrophe ; # Added 2020-04-23
ubootBeagleboneBlack = ubootAmx335xEVM ; # Added 2020-01-21
2022-05-02 13:20:22 +00:00
uchiwa = throw " u c h i w a i s d e p r e c a t e d a n d a r c h i v e d b y u p s t r e a m " ; # Added 2022-05-02
2022-02-21 22:52:06 +00:00
ucsFonts = throw " ' u c s F o n t s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' u c s - f o n t s ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +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 " ; # Added 2020-01-11
2023-06-21 07:57:46 +00:00
uhhyou . lv2 = throw " ' u h h y o u . l v 2 ' h a s b e e n r e m o v e d , u p s t r e a m g o n e " ; # Added 2023-06-21
2022-02-21 22:52:06 +00:00
ultrastardx-beta = throw " ' u l t r a s t a r d x - b e t a ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' u l t r a s t a r d x ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +00:00
unicorn-emu = unicorn ; # Added 2020-10-29
2023-05-27 21:46:16 +00:00
uniffi-bindgen = throw " u n i f f i - b i n d g e n h a s b e e n r e m o v e d s i n c e u p s t r e a m n o l o n g e r p r o v i d e s a s t a n d a l o n e p a c k a g e f o r t h e C L I " ;
2022-11-24 15:29:36 +00:00
unifi-poller = unpoller ; # Added 2022-11-24
2022-10-14 16:09:41 +00:00
unifiStable = unifi6 ; # Added 2020-12-28
2022-06-16 19:17:18 +00:00
unity3d = throw " ' u n i t y 3 d ' i s u n m a i n t a i n e d , h a s s e e n n o u p d a t e s i n y e a r s a n d d e p e n d s o n d e p r e c a t e d G T K 2 " ; # Added 2022-06-16
2022-10-14 16:09:41 +00:00
untrunc = untrunc-anthwlock ; # Added 2021-02-01
urxvt_autocomplete_all_the_things = rxvt-unicode-plugins . autocomplete-all-the-things ; # Added 2020-02-02
urxvt_bidi = rxvt-unicode-plugins . bidi ; # Added 2020-02-02
urxvt_font_size = rxvt-unicode-plugins . font-size ; # 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_theme_switch = rxvt-unicode-plugins . theme-switch ; # Added 2020-02-02
urxvt_vtwheel = rxvt-unicode-plugins . vtwheel ; # Added 2020-02-02
2022-02-21 22:52:06 +00:00
usb_modeswitch = throw " ' u s b _ m o d e s w i t c h ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' u s b - m o d e s w i t c h ' " ; # Converted to throw 2022-02-22
2023-09-10 11:46:21 +00:00
usbguard-nox = throw " ' u s b g u a r d - n o x ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' u s b g u a r d ' " ; # Converted to throw 2023-09-10
2023-09-29 06:30:39 +00:00
utahfs = throw " u t a h f s h a s b e e n r e m o v e d , a s i t i s b r o k e n a n d l a c k o f m a i n t e n a n c e f r o m u p s t r e a m " ; # Added 2023-09-29
2022-04-12 12:31:21 +00:00
util-linuxCurses = util-linux ; # Added 2022-04-12
2022-10-14 16:09:41 +00:00
utillinux = util-linux ; # Added 2020-11-24
2022-02-02 03:13:32 +00:00
### V ###
2023-09-10 11:46:21 +00:00
v4l_utils = throw " ' v 4 l _ u t i l s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' v 4 l - u t i l s ' " ; # Converted to throw 2023-09-10
2022-05-10 14:39:34 +00:00
valkyrie = throw " v a l k y r i e w a s 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 i s u n m a i n t a i n e d u p s t r e a m " ; # Added 2022-05-10
2022-10-14 16:09:41 +00:00
vamp = { vampSDK = vamp-plugin-sdk ; } ; # Added 2020-03-26
2023-05-31 13:04:02 +00:00
vaapiIntel = intel-vaapi-driver ; # Added 2023-05-31
2022-10-14 16:09:41 +00:00
vapor = throw " v a p o r w a s r e m o v e d b e c a u s e i t w a s u n m a i n t a i n e d a n d u p s t r e a m s e r v i c e n o l o n g e r e x i s t s " ;
varnish62 = throw " v a r n i s h 6 2 w a s 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 i s u n m a i n t a i n e d u p s t r e a m . P l e a s e s w i t c h t o a d i f f e r e n t r e l e a s e " ; # Added 2021-07-26
varnish63 = throw " v a r n i s h 6 3 w a s 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 i s u n m a i n t a i n e d u p s t r e a m . P l e a s e s w i t c h t o a d i f f e r e n t r e l e a s e " ; # Added 2021-07-26
varnish65 = throw " v a r n i s h 6 5 w a s 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 i s u n m a i n t a i n e d u p s t r e a m . P l e a s e s w i t c h t o a d i f f e r e n t r e l e a s e " ; # Added 2021-09-15
2022-03-17 02:25:51 +00:00
varnish70 = throw " v a r n i s h 7 0 w a s 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 w a s s u p e r s e d e d u p s t r e a m . P l e a s e s w i t c h t o a d i f f e r e n t r e l e a s e " ; # Added 2022-03-17
2022-12-13 17:17:04 +00:00
vaultwarden-vault = vaultwarden . webvault ; # Added 2022-12-13
2022-11-08 13:35:01 +00:00
varnish71 = throw " v a r n i s h 7 1 w a s 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 w a s s u p e r s e d e d u p s t r e a m . P l e a s e s w i t c h t o a d i f f e r e n t r e l e a s e " ; # Added 2022-11-08
2022-10-14 16:09:41 +00:00
vdirsyncerStable = vdirsyncer ; # Added 2020-11-08, see https://github.com/NixOS/nixpkgs/issues/103026#issuecomment-723428168
2023-04-18 14:28:37 +00:00
ventoy-bin = ventoy ; # Added 2023-04-12
ventoy-bin-full = ventoy-full ; # Added 2023-04-12
2022-10-14 16:09:41 +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
2022-08-24 05:16:54 +00:00
vgo2nix = throw " v g o 2 n i x 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 d e p r e c a t e d . C o n s i d e r u s i n g g o m o d 2 n i x i n s t e a d " ; # added 2022-08-24
2023-08-23 07:20:02 +00:00
ViennaRNA = viennarna ; # Added 2023-08-23
2022-12-04 10:18:38 +00:00
vimHugeX = vim-full ; # Added 2022-12-04
vim_configurable = vim-full ; # Added 2022-12-04
2022-02-21 22:52:06 +00:00
vimbWrapper = throw " ' v i m b W r a p p e r ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' v i m b ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +00:00
virtinst = throw " v i r t i n s t 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 v i r t - m a n a g e r " ; # Added 2021-07-21
2021-12-15 18:32:27 +00:00
virtuoso = throw " v i r t u o s o 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 u n m a i n t a i n e d i n n i x p k g s " ; # added 2021-12-15
2023-09-10 11:46:21 +00:00
virtmanager = throw " ' v i r t m a n a g e r ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' v i r t - m a n a g e r ' " ; # Converted to throw 2023-09-10
virtmanager-qt = throw " ' v i r t m a n a g e r - q t ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' v i r t - m a n a g e r - q t ' " ; # Converted to throw 2023-09-10
2022-02-21 22:52:06 +00:00
virtviewer = throw " ' v i r t v i e w e r ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' v i r t - v i e w e r ' " ; # Converted to throw 2022-02-22
2023-02-25 09:18:41 +00:00
vivaldi-widevine = throw " ' v i v a l d i - w i d e v i n e ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' w i d e v i n e - c d m ' " ; # Added 2023-02-25
2022-11-21 20:49:11 +00:00
vkBasalt = vkbasalt ; # Added 2022-11-22
2022-03-21 17:43:49 +00:00
vnc2flv = throw " v n c 2 f l v 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 2022-03-21
2022-02-21 22:52:06 +00:00
vorbisTools = throw " ' v o r b i s T o o l s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' v o r b i s - t o o l s ' " ; # Converted to throw 2022-02-22
2023-01-05 09:24:15 +00:00
vte_290 = throw " ' v t e _ 2 9 0 ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' v t e ' " ; # Added 2023-01-05
2022-03-17 16:42:00 +00:00
vtun = throw " v t u n 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 u p s t r e a m " ; # Added 2021-10-29
2022-05-17 01:11:06 +00:00
inherit ( libsForQt5 . mauiPackages ) vvave ; # added 2022-05-17
2022-02-02 03:13:32 +00:00
### W ###
2022-04-21 18:46:06 +00:00
wavesurfer = throw " w a v e s u r f e r h a s b e e n r e m o v e d : d e p e n d e d o n s n a c k w h i c h h a s b e e n r e m o v e d " ; # Added 2022-04-21
2023-08-21 14:25:06 +00:00
waybar-hyprland = throw " w a y b a r - h y p r l a n d h a s b e e n r e m o v e d : h y p r l a n d s u p p o r t i s n o w b u i l t i n t o w a y b a r b y d e f a u l t . " ; # Added 2023-08-21
2022-10-14 16:09:41 +00:00
way-cooler = throw " w a y - c o o l e r i s a b a n d o n e d b y i t s a u t h o r : h t t p s : / / w a y - c o o l e r . o r g / b l o g / 2 0 2 0 / 0 1 / 0 9 / w a y - c o o l e r - p o s t - m o r t e m . h t m l " ; # Added 2020-01-13
2023-07-28 17:47:34 +00:00
wayfireApplications-unwrapped = throw ''
' wayfireApplications-unwrapped . wayfire' has been renamed to/replaced by ' wayfire'
' wayfireApplications-unwrapped . wayfirePlugins' has been renamed to/replaced by ' wayfirePlugins'
' wayfireApplications-unwrapped . wcm' has been renamed to/replaced by ' wayfirePlugins . wcm'
' wayfireApplications-unwrapped . wlroots' has been removed
'' ; # A d d 2 0 2 3 - 0 7 - 2 9
wcm = throw " ' w c m ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' w a y f i r e P l u g i n s . w c m ' " ; # Add 2023-07-29
2022-03-21 21:30:37 +00:00
webbrowser = throw " w e b b r o w s e r w a s r e m o v e d b e c a u s e 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 w a s m a r k e d a s b r o k e n i n n i x p k g s f o r o v e r a y e a r " ; # Added 2022-03-21
2022-02-21 22:52:06 +00:00
webkit = throw " ' w e b k i t ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' w e b k i t g t k ' " ; # Converted to throw 2022-02-22
2023-02-25 12:08:54 +00:00
webkitgtk_5_0 = throw " ' w e b k i t g t k _ 5 _ 0 ' h a s b e e n s u p e r s e d e d b y ' w e b k i t g t k _ 6 _ 0 ' " ; # Added 2023-02-25
2022-02-21 22:52:06 +00:00
weechat-matrix-bridge = throw " ' w e e c h a t - m a t r i x - b r i d g e ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' w e e c h a t S c r i p t s . w e e c h a t - m a t r i x - b r i d g e ' " ; # Converted to throw 2022-02-22
2022-04-20 22:52:28 +00:00
weighttp = throw " w e i g h t t p 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 2022-04-20
2022-03-17 16:42:00 +00:00
whirlpool-gui = throw " w h i r l p o o l - g u i h a s b e e n r e m o v e d a s i t d e p e n d e d o n a n i n s e c u r e v e r s i o n o f E l e c t r o n " ; # added 2022-02-08
2023-04-28 02:14:20 +00:00
wio = throw " w i o 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 w a s u n m a i n t a i n e d a n d r e q u i r e d w l r o o t s _ 0 _ 1 4 a t t h e t i m e o f r e m o v a l " ; # Added 2023-04-28
2022-03-17 16:42:00 +00:00
wicd = throw " w i c d h a s b e e n r e m o v e d a s i t i s a b a n d o n e d " ; # Added 2021-09-11
2022-02-21 22:52:06 +00:00
wineFull = throw " ' w i n e F u l l ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' w i n e P a c k a g e s . f u l l ' " ; # Converted to throw 2022-02-22
wineMinimal = throw " ' w i n e M i n i m a l ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' w i n e P a c k a g e s . m i n i m a l ' " ; # Converted to throw 2022-02-22
wineStable = throw " ' w i n e S t a b l e ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' w i n e P a c k a g e s . s t a b l e ' " ; # Converted to throw 2022-02-22
wineStaging = throw " ' w i n e S t a g i n g ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' w i n e - s t a g i n g ' " ; # Converted to throw 2022-02-22
wineUnstable = throw " ' w i n e U n s t a b l e ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' w i n e P a c k a g e s . u n s t a b l e ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +00:00
wineWayland = wine-wayland ;
2023-08-16 19:49:08 +00:00
win-qemu = throw " ' w i n - q e m u ' h a s b e e n r e p l a c e d b y ' w i n - v i r t i o ' " ; # Added 2023-08-16
2023-08-17 10:53:14 +00:00
win-signed-gplpv-drivers = throw " w i n - s i g n e d - g p l p v - d r i v e r 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 : h t t p s : / / h e l p . u n i v e n t i o n . c o m / t / i n s t a l l i n g - s i g n e d - g p l p v - d r i v e r s / 2 1 8 2 8 " ; # Added 2023-08-17
2022-04-22 22:10:42 +00:00
winpdb = throw " w i n p d b 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 2022-04-22
2022-02-21 22:52:06 +00:00
winusb = throw " ' w i n u s b ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' w o e u s b ' " ; # Converted to throw 2022-02-22
wireguard = throw " ' w i r e g u a r d ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' w i r e g u a r d - t o o l s ' " ; # Converted to throw 2022-02-22
2023-07-29 14:17:48 +00:00
wlroots_0_14 = throw " ' w l r o o t s _ 0 _ 1 4 ' 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 2023-07-29
2022-05-30 20:58:16 +00:00
wormhole-rs = magic-wormhole-rs ; # Added 2022-05-30. preserve, reason: Arch package name, main binary name
2022-10-14 16:09:41 +00:00
wmii_hg = wmii ;
2022-11-13 17:05:57 +00:00
wmc-mpris = throw " w m c - m p r i s 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 d u e t o i t s r e d u n d a n c y " ; # Added 2022-11-13
2022-06-03 02:36:26 +00:00
ws = throw " w s h a s b e e n d r o p p e d d u e t o t h e l a c k o f m a i n t e n a n c e f r o m u p s t r e a m s i n c e 2 0 1 8 " ; # Added 2022-06-03
2022-11-04 17:50:04 +00:00
wxGTK = throw " w x G T K 2 8 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 r e a c h e d e n d o f l i f e " ; # Added 2022-11-04
wxGTK28 = throw " w x G T K 2 8 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 r e a c h e d e n d o f l i f e " ; # Added 2022-11-04
wxGTK29 = throw " w x G T K 2 9 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 r e a c h e d e n d o f l i f e " ; # Added 2022-11-04
2023-03-22 11:56:44 +00:00
wxGTK30 = throw " w x G T K 3 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 i t h a s r e a c h e d e n d o f l i f e " ; # Added 2023-03-22
wxGTK30-gtk2 = wxGTK30 ; # Added 2022-12-03
wxGTK30-gtk3 = wxGTK30 ; # Added 2022-12-03
2022-10-27 13:30:15 +00:00
wxGTK31-gtk2 = throw " ' w x G T K 3 1 - 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 d e p e n d s o n d e p r e c a t e d G T K 2 " ; # Added 2022-10-27
wxGTK31-gtk3 = throw " ' w x G T K 3 1 - g t k 3 ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' w x G T K 3 1 ' " ; # Added 2022-10-27
2023-03-22 11:56:44 +00:00
wxmac = wxGTK30 ; # Added 2023-03-22
2022-03-17 16:42:00 +00:00
wxmupen64plus = throw " w x m u p e n 6 4 p l u s w a s r e m o v e d b e c a u s e t h e u p s t r e a m d i s a p p e a r e d " ; # Added 2022-01-31
2022-06-15 17:09:21 +00:00
wxcam = throw " ' w x c a m ' h a s s e e n n o u p d a t e s i n t e n y e a r s , c r a s h e s ( S I G A B R T ) o n s t a r t u p a n d d e p e n d s o n d e p r e c a t e d w x G T K 2 8 / G N O M E 2 / G T K 2 , u s e ' g n o m e . c h e e s e ' " ; # Added 2022-06-15
2022-02-02 03:13:32 +00:00
### X ###
2023-07-08 03:13:04 +00:00
x11 = throw " ' x 1 1 ' h a s b e e n r e n a m e d t o / r e p l a c e d b y i t s c o n s t i t u e n t s " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +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
2022-02-21 22:52:06 +00:00
xbmc = throw " ' x b m c ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' k o d i ' " ; # Converted to throw 2022-02-22
2022-02-02 03:13:32 +00:00
xbmc-retroarch-advanced-launchers = kodi-retroarch-advanced-launchers ; # Added 2021-11-19
2022-02-21 22:52:06 +00:00
xbmcPlain = throw " ' x b m c P l a i n ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' k o d i P l a i n ' " ; # Converted to throw 2022-02-22
xbmcPlugins = throw " ' x b m c P l u g i n s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' k o d i P a c k a g e s ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +00:00
xdg_utils = xdg-utils ; # Added 2021-02-01
2022-12-25 11:09:49 +00:00
xfce4-14 = throw " x f c e 4 - 1 4 h a s b e e n r e m o v e d , u s e x f c e i n s t e a d " ; # added 2022-12-25
xfceUnstable = throw " x f c e U n s t a b l e h a s b e e n r e m o v e d , u s e x f c e i n s t e a d " ; # added 2022-12-25
2022-10-14 16:09:41 +00:00
xineLib = xine-lib ; # Added 2021-04-27
xineUI = xine-ui ; # Added 2021-04-27
2022-12-27 09:20:42 +00:00
xlibsWrapper = throw " ' x l i b s W r a p p e r ' h a s b e e n r e p l a c e d b y i t s c o n s t i t u e n t s " ; # Converted to throw 2022-12-27
2022-02-21 22:52:06 +00:00
xmonad_log_applet_gnome3 = throw " ' x m o n a d _ l o g _ a p p l e t _ g n o m e 3 ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' x m o n a d _ l o g _ a p p l e t ' " ; # Converted to throw 2022-02-22
2023-05-08 18:04:09 +00:00
xmpp-client = throw " x m p p - c l i e n t h a s b e e n d r o p p e d d u e t o t h e l a c k o f m a i n t e n a n c e f r o m u p s t r e a m s i n c e 2 0 1 7 " ; # Added 2022-06-02
2022-10-14 16:09:41 +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 " ;
2022-07-23 10:21:10 +00:00
xp-pen-g430 = throw " x p - p e n - g 4 3 0 h a s b e e n r e n a m e d t o x p - p e n - g 4 3 0 - d r i v e r " ; # Converted to throw 2022-06-23
2022-04-26 14:10:44 +00:00
xpf = throw " x p f 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 2022-04-26
2022-02-21 22:52:06 +00:00
xf86_video_nouveau = throw " ' x f 8 6 _ v i d e o _ n o u v e a u ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' x o r g . x f 8 6 v i d e o n o u v e a u ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +00:00
xf86_input_mtrack = throw ''
xf86_input_mtrack has been removed from nixpkgs as it is broken and
unmaintained . Working alternatives are libinput and synaptics .
'' ;
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
2022-02-21 22:52:06 +00:00
xlibs = throw " ' x l i b s ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' x o r g ' " ; # Converted to throw 2022-02-22
2022-07-27 00:33:28 +00:00
xow = throw (
" U p s t r e a m h a s e n d e d s u p p o r t f o r ' x o w ' a n d t h e p a c k a g 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 . U s e r s a r e u r g e d t o s w i t c h t o ' x o n e ' . "
) ; # Added 2022-08-02
2022-02-21 22:52:06 +00:00
xpraGtk3 = throw " ' x p r a G t k 3 ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' x p r a ' " ; # Converted to throw 2022-02-22
2023-05-26 01:29:07 +00:00
xtrt = throw " x t r t h a s b e e n r e m o v e d d u e t o b e i n g a b a n d o n e d " ; # Added 2023-05-25
2022-11-07 23:11:44 +00:00
xvidcap = throw " ' x v i d c a p ' h a s b e e n r e m o v e d b e c a u s e o f a b r o k e n d e p e n d e n c y " ; # Added 2022-11-08
2022-10-14 16:09:41 +00:00
xvfb_run = xvfb-run ; # Added 2021-05-07
2022-02-02 03:13:32 +00:00
### Y ###
2022-10-14 16:09:41 +00:00
yacc = bison ; # moved from top-level 2021-03-14
2022-09-23 16:29:30 +00:00
yafaray-core = libyafaray ; # Added 2022-09-23
2023-02-04 03:09:58 +00:00
yarn2nix-moretea-openssl_1_1 = throw " ' y a r n 2 n i x - m o r e t e a - o p e n s s l _ 1 _ 1 ' h a s b e e n r e m o v e d . " ; # Added 2023-02-04
2022-02-02 03:13:32 +00:00
yarssr = throw " y a r s s r h a s b e e n r e m o v e d a s p a r t o f t h e p y t h o n 2 d e p r e c a t i o n " ; # Added 2022-01-15
2022-02-21 22:52:06 +00:00
youtubeDL = throw " ' y o u t u b e D L ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' y o u t u b e - d l ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +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 " ;
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
2022-11-30 13:05:16 +00:00
yubioath-desktop = throw " y u b i o a t h - d e s k t o p h a s b e e n d e p r e c a t e d b y u p s t r e a m i n f a v o r o f y u b i o a t h - f l u t t e r " ; # Added 2022-11-22
2022-08-18 19:25:48 +00:00
yuzu-ea = yuzu-early-access ; # Added 2022-08-18
2022-10-14 16:09:41 +00:00
yuzu = yuzu-mainline ; # Added 2021-01-25
2016-09-19 17:10:30 +00:00
2022-02-02 03:13:32 +00:00
### Z ###
2018-10-15 01:27:19 +00:00
2022-10-14 16:09:41 +00:00
zabbix30 = throw " Z a b b i x 3 . 0 . x 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 / 5 . 0 / 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 / s o u r c e s f o r a d i r e c t u p g r a d e p a t h t o 5 . 0 . x " ; # Added 2021-04-07
2022-02-21 22:52:06 +00:00
zdfmediathk = throw " ' z d f m e d i a t h k ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' m e d i a t h e k v i e w ' " ; # Converted to throw 2022-02-22
2022-10-14 16:09:41 +00:00
zimreader = throw " z i m r e a 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 a s i t h a s b e e n r e p l a c e d b y k i w i x - s e r v e a n d s t o p p e d w o r k i n g w i t h m o d e r n z i m l i b v e r s i o n s " ; # Added 2021-03-28
2022-06-10 14:21:10 +00:00
zimwriterfs = throw " z i m w r i t e r f s i s n o w p a r t o f z i m - t o o l s " ; # Added 2022-06-10.
2023-06-04 22:52:20 +00:00
zinc = zincsearch ; # Added 2023-05-28
2023-02-06 01:23:52 +00:00
zq = zed . overrideAttrs ( old : { meta = old . meta // { mainProgram = " z q " ; } ; } ) ; # Added 2023-02-06
2017-05-27 11:12:36 +00:00
2023-09-01 17:17:12 +00:00
### UNSORTED ###
2022-10-14 16:09:41 +00:00
2022-02-23 02:46:11 +00:00
ocamlPackages_latest = throw " ' o c a m l P a c k a g e s _ l a t e s t ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' o c a m l - n g . o c a m l P a c k a g e s _ l a t e s t ' " ; # Converted to throw 2022-02-22
2022-06-01 14:08:49 +00:00
ocamlformat_0_11_0 = throw " o c a m l f o r m a t _ 0 _ 1 1 _ 0 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 2022-06-01
ocamlformat_0_12 = throw " o c a m l f o r m a t _ 0 _ 1 2 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 2022-06-01
ocamlformat_0_13_0 = throw " o c a m l f o r m a t _ 0 _ 1 3 _ 0 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 2022-06-01
ocamlformat_0_14_0 = throw " o c a m l f o r m a t _ 0 _ 1 4 _ 0 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 2022-06-01
ocamlformat_0_14_1 = throw " o c a m l f o r m a t _ 0 _ 1 4 _ 1 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 2022-06-01
ocamlformat_0_14_2 = throw " o c a m l f o r m a t _ 0 _ 1 4 _ 2 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 2022-06-01
ocamlformat_0_14_3 = throw " o c a m l f o r m a t _ 0 _ 1 4 _ 3 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 2022-06-01
ocamlformat_0_15_0 = throw " o c a m l f o r m a t _ 0 _ 1 5 _ 0 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 2022-06-01
ocamlformat_0_15_1 = throw " o c a m l f o r m a t _ 0 _ 1 5 _ 1 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 2022-06-01
ocamlformat_0_16_0 = throw " o c a m l f o r m a t _ 0 _ 1 6 _ 0 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 2022-06-01
ocamlformat_0_17_0 = throw " o c a m l f o r m a t _ 0 _ 1 7 _ 0 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 2022-06-01
ocamlformat_0_18_0 = throw " o c a m l f o r m a t _ 0 _ 1 8 _ 0 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 2022-06-01
2022-10-14 16:09:41 +00:00
zabbix44 = throw ''
Zabbix 4 .4 is end of life . For details on upgrading to Zabbix 5 .0 look at
https://www.zabbix.com/documentation/current/manual/installation/upgrade_notes_500
'' ; # A d d e d 2 0 2 0 - 0 8 - 1 7
2023-09-10 11:46:21 +00:00
zeroc_ice = throw " ' z e r o c _ i c e ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' z e r o c - i c e ' " ; # Converted to throw 2023-09-10
2022-10-14 16:09:41 +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 " ;
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 " ;
dina-font-pcf = dina-font ; # Added 2020-02-09
2023-08-12 12:15:44 +00:00
dnscrypt-proxy2 = dnscrypt-proxy ; # Added 2023-02-02
2022-10-14 16:09:41 +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 " ;
2023-09-10 11:46:21 +00:00
gnatsd = throw " ' g n a t s d ' h a s b e e n r e n a m e d t o / r e p l a c e d b y ' n a t s - s e r v e r ' " ; # Converted to throw 2023-09-10
2022-10-14 16:09:41 +00:00
obs-gstreamer = throw ''
obs-gstreamer has been converted into a plugin for use with wrapOBS .
Its new location is obs-studio-plugins . obs-gstreamer .
'' ; # A d d e d 2 0 2 1 - 0 6 - 0 1
obs-move-transition = throw ''
obs-move-transition has been converted into a plugin for use with wrapOBS .
Its new location is obs-studio-plugins . obs-move-transition .
'' ; # A d d e d 2 0 2 1 - 0 6 - 0 1
obs-multi-rtmp = throw ''
obs-multi-rtmp has been converted into a plugin for use with wrapOBS .
Its new location is obs-studio-plugins . obs-multi-rtmp .
'' ; # A d d e d 2 0 2 1 - 0 6 - 0 1
obs-ndi = throw ''
obs-ndi has been converted into a plugin for use with wrapOBS .
Its new location is obs-studio-plugins . obs-ndi .
'' ; # A d d e d 2 0 2 1 - 0 6 - 0 1
obs-v4l2sink = throw " o b s - v 4 l 2 s i n k i s i n t e g r a t e d i n t o u p s t r e a m O B S s i n c e v e r s i o n 2 6 . 1 " ; # Added 2021-06-01
obs-wlrobs = throw ''
wlrobs has been converted into a plugin for use with wrapOBS .
Its new location is obs-studio-plugins . wlrobs .
'' ; # A d d e d 2 0 2 1 - 0 6 - 0 1
posix_man_pages = man-pages-posix ; # Added 2021-04-15
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
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
2023-09-23 17:46:07 +00:00
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 i n s t e a d " ; # 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 i n s t e a d " ; # Added 2020-01-10
2022-06-05 18:27:08 +00:00
torchat = throw " t o r c h a t w a s 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 a n d r e q u i r e s P y t h o n 2 " ; # added 2022-06-05
2022-10-14 16:09:41 +00:00
ttyrec = ovh-ttyrec ; # Added 2021-01-02
zplugin = zinit ; # Added 2021-01-30
2022-08-04 21:16:30 +00:00
zyn-fusion = zynaddsubfx ; # Added 2022-08-05
2022-02-02 03:13:32 +00:00
inherit ( stdenv . hostPlatform ) system ; # Added 2021-10-22
2023-01-08 21:18:53 +00:00
inherit ( stdenv ) buildPlatform hostPlatform targetPlatform ; # Added 2023-01-09
2022-02-02 03:13:32 +00:00
# LLVM packages for (integration) testing that should not be used inside Nixpkgs:
2023-05-04 08:47:58 +00:00
llvmPackages_latest = llvmPackages_16 ;
2022-02-02 03:13:32 +00:00
llvmPackages_git = recurseIntoAttrs ( callPackage ../development/compilers/llvm/git {
inherit ( stdenvAdapters ) overrideCC ;
buildLlvmTools = buildPackages . llvmPackages_git . tools ;
2023-01-17 11:27:11 +00:00
targetLlvmLibraries = targetPackages . llvmPackages_git . libraries or llvmPackages_git . libraries ;
2023-03-24 14:01:36 +00:00
targetLlvm = targetPackages . llvmPackages_git . llvm or llvmPackages_git . llvm ;
2022-02-02 03:13:32 +00:00
} ) ;
2022-01-11 01:34:31 +00:00
2022-01-28 16:14:04 +00:00
# Added 2022-01-28
zeroc-ice-36 = throw " U n m a i n t a i n e d , d o e s n ' t b u i l d w / g l i b c - 2 . 3 4 " ;
2020-10-30 18:32:19 +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 * /
2020-12-11 18:52:16 +00:00
inherit ( plasma5Packages )
2023-08-24 10:59:41 +00:00
akonadi akregator arianna ark bluedevil bomber bovo breeze-grub breeze-gtk
2022-12-12 13:30:49 +00:00
breeze-icons breeze-plymouth breeze-qt5 colord-kde discover dolphin dragon elisa falkon
2022-02-02 03:13:32 +00:00
ffmpegthumbs filelight granatier gwenview k3b kactivitymanagerd kaddressbook
2023-08-24 10:59:41 +00:00
kalzium kapman kapptemplate kate katomic kblackbox kblocks kbounce
2022-02-02 03:13:32 +00:00
kcachegrind kcalc kcharselect kcolorchooser kde-cli-tools kde-gtk-config
2022-06-22 23:40:55 +00:00
kdenlive kdeplasma-addons kdevelop-pg-qt kdevelop-unwrapped kdev-php
2023-08-24 10:59:41 +00:00
kdev-python kdevelop kdf kdialog kdiamond keditbookmarks kfind
2022-02-02 03:13:32 +00:00
kgamma5 kget kgpg khelpcenter kig kigo killbots kinfocenter kitinerary
kleopatra klettres klines kmag kmail kmenuedit kmines kmix kmplot
knavalbattle knetwalk knights kollision kolourpaint kompare konsole kontact
2022-07-07 21:44:40 +00:00
konversation korganizer kpkpass krdc kreversi krfb kscreen kscreenlocker
kshisen ksquares ksshaskpass ksystemlog kteatime ktimer ktorrent ktouch
kturtle kwallet-pam kwalletmanager kwave kwayland-integration kwin kwrited
2023-08-24 10:59:41 +00:00
marble merkuro milou minuet okular oxygen oxygen-icons5 picmi
2022-07-07 21:44:40 +00:00
plasma-browser-integration plasma-desktop plasma-integration plasma-nano
plasma-nm plasma-pa plasma-mobile plasma-systemmonitor plasma-thunderbolt
plasma-vault plasma-workspace plasma-workspace-wallpapers polkit-kde-agent
powerdevil qqc2-breeze-style sddm-kcm skanlite skanpage spectacle
systemsettings xdg-desktop-portal-kde yakuake zanshin
2020-10-30 18:32:19 +00:00
;
2022-02-02 03:13:32 +00:00
2023-08-24 10:59:41 +00:00
kalendar = merkuro ; # Renamed in 23.08
kfloppy = throw " k f l o p p y h a s b e e n r e m o v e d u p s t r e a m i n K D E G e a r 2 3 . 0 8 " ;
2020-12-11 18:52:16 +00:00
inherit ( plasma5Packages . thirdParty )
2020-10-30 18:32:19 +00:00
krohnkite
2022-02-23 02:07:38 +00:00
krunner-ssh
2021-07-19 01:53:02 +00:00
krunner-symbols
2022-02-02 03:13:32 +00:00
kwin-dynamic-workspaces
kwin-tiling
plasma-applet-caffeine-plus
plasma-applet-virtual-desktop-bar
2020-10-30 18:32:19 +00:00
;
2022-02-02 03:13:32 +00:00
2020-10-26 20:41:35 +00:00
inherit ( libsForQt5 )
sddm
;
2020-10-30 18:32:19 +00:00
2023-07-15 16:21:47 +00:00
inherit ( pidginPackages )
pidgin-indicator
pidgin-latex
pidgin-msn-pecan
pidgin-mra
pidgin-skypeweb
pidgin-carbons
pidgin-xmpp-receipts
pidgin-otr
pidgin-osd
pidgin-sipe
pidgin-window-merge
purple-discord
purple-googlechat
purple-hangouts
purple-lurch
purple-matrix
purple-mm-sms
purple-plugin-pack
purple-signald
purple-slack
purple-vk-plugin
purple-xmpp-http-upload
tdlib-purple
pidgin-opensteamworks
purple-facebook
;
2019-10-28 21:24:23 +00:00
} )