2018-06-10 22:20:02 +01:00
lib : self : super :
2016-03-18 19:35:10 +00:00
with self ;
2016-03-20 14:50:27 +00:00
let
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 18:44:00 +01: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 18:44:00 +01:00
# Disabling distribution prevents top-level aliases for non-recursed package
# sets from building on Hydra.
removeDistribute = alias : with lib ;
if isDerivation alias then
dontDistribute alias
else alias ;
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 23:44:18 +01:00
2017-05-27 18:44:00 +01: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
2022-02-02 03:07:54 +00:00
### Deprecated aliases - for backward compatibility
### Please maintain this list in ASCIIbetical ordering.
### Hint: the "sections" are delimited by ### <letter> ###
2016-03-18 19:35:10 +00:00
2021-12-27 01:39:29 +00:00
# A script to convert old aliases to throws and remove old
# throws can be found in './maintainers/scripts/remove-old-aliases.py'.
2022-03-02 17:02:11 +00:00
# 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
2018-06-10 22:20:02 +01: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 ; } ; } ) ;
2021-12-03 19:15:18 +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
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
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
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
2022-06-17 21:10:30 +01:00
alarm-clock-applet = throw " ' a l a r m - c l o c k - a p p l e t ' 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 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-16
2022-03-17 16:42:00 +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-02-02 03:13:32 +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
2022-03-17 16:42:00 +00:00
amazon-glacier-cmd-interface = throw " a m a z o n - g l a c i e r - c m d - i n t e r f a c e h a s b e e n r e m o v e d d u e t o i t b e i n g u n m a i n t a i n e d " ; # Added 2020-10-30
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
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
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-02-02 03:13:32 +00:00
angelfish = libsForQt5 . plasmaMobileGear . angelfish ; # Added 2021-10-06
2022-03-30 18:55:20 +01: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_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
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-03-17 16:42:00 +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
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-03-17 16:42:00 +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-02-02 03:13:32 +00:00
asn1c = throw " a s n 1 c 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 17:46:14 +01: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-03-17 16:42:00 +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
2022-04-05 17:46:14 +01: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
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-03-17 16:42:00 +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-05-29 01:17:50 +01: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-02-02 03:13:32 +00:00
avldrums-lv2 = x42-avldrums ; # Added 2020-03-29
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-05-30 09:43:56 +01: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 15:45:52 +01: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 17:33:20 +01: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 03:21:37 +01: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-02-02 03:13:32 +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
### B ###
2021-06-26 17:44:56 +01:00
badtouch = authoscope ; # Project was renamed, added 20210626
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-02-02 03:13:32 +00:00
bashInteractive_5 = bashInteractive ; # Added 2021-08-20
bash_5 = bash ; # Added 2021-08-20
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-03-17 16:42:00 +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 06:37:20 +01: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
2022-02-02 03:13:32 +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
2022-05-09 00:23:45 +01: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 13:59:26 +01: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-02-02 03:13:32 +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
2019-12-08 19:53:49 +00:00
bluezFull = bluez ; # Added 2019-12-03
2022-02-02 03:13:32 +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
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
2021-05-02 23:55:49 +01:00
bpftool = bpftools ; # Added 2021-05-03
2022-02-02 03:13:32 +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
2022-02-02 03:13:32 +00:00
bro = zeek ; # Added 2019-09-29
2022-06-02 14:40:54 +01: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 02:11:06 +01:00
inherit ( libsForQt5 . mauiPackages ) buho ; # added 2022-05-17
2022-04-05 13:59:26 +01: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
2021-07-01 10:14:51 +01:00
# bitwarden_rs renamed to vaultwarden with release 1.21.0 (2021-04-30)
bitwarden_rs = vaultwarden ;
bitwarden_rs-mysql = vaultwarden-mysql ;
bitwarden_rs-postgresql = vaultwarden-postgresql ;
2022-02-02 03:13:32 +00:00
bitwarden_rs-sqlite = vaultwarden-sqlite ;
2021-07-01 10:14:51 +01:00
bitwarden_rs-vault = vaultwarden-vault ;
2022-02-21 08:21:12 +00:00
2022-03-17 16:42:00 +00:00
blink = throw " b l i n 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 , 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 p y t h o n 2 a t t h e t i m e o f r e m o v a l " ; # Added 2022-01-12
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
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 08:46:10 +01: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-02-02 03:13:32 +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 15:29:32 +01: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-03-17 16:42:00 +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-03-17 16:42:00 +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
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-02-02 03:13:32 +00:00
catfish = xfce . catfish ; # Added 2019-12-22
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
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
2022-02-02 03:13:32 +00:00
chronos = throw " c h r o n o s h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t w a s u n m a i n t a i n e d " ; # Added 2020-08-15
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 23:01:41 +01: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 15:04:09 +01: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 02:11:06 +01:00
inherit ( libsForQt5 . mauiPackages ) clip ; # added 2022-05-17
2022-05-19 13:34:33 +01:00
cpp-ipfs-api = cpp-ipfs-http-client ; # Project has been renamed. Added 2022-05-15
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
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 17:00:58 +01:00
clang12Stdenv = lowPrio llvmPackages_12 . stdenv ;
2022-03-03 05:16:22 +00:00
clang13Stdenv = lowPrio llvmPackages_13 . 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-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
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 23:01:33 +01: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 23:15:15 +01: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-02-02 03:13:32 +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 02:11:06 +01:00
inherit ( libsForQt5 . mauiPackages ) communicator ; # added 2022-05-17
2022-02-02 03:13:32 +00:00
compton = picom ; # Added 2019-12-02
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-02-02 03:13:32 +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 15:45:52 +01: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
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 18:14:32 +01: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
2022-06-02 15:21:17 +01: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 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-02-21 22:52:06 +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-03-17 16:42:00 +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
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 02:00:02 +01: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 02:45:06 +01: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
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 10:19:04 +01: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-02-02 03:13:32 +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 10:19:04 +01: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-02-02 03:13:32 +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 10:19:04 +01: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-02-02 03:13:32 +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 10:19:04 +01: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-02-02 03:13:32 +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 19:52:38 +01: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
2022-06-02 13:00:11 +01: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 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 5 " ; # Added 2022-06-02
2022-04-03 10:19:04 +01: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
2021-11-02 23:02:07 +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 " ;
2022-03-17 16:42:00 +00:00
cquery = throw " c q u e r y h a s b e e n r e m o v e d b e c a u s e i t i s a b a n d o n e d b y u p s t r e a m . C o n s i d e r s w i t c h i n g t o c l a n g d o r c c l s i n s t e a d " ; # Added 2020-06-15
2022-02-02 03:13:32 +00:00
cups-googlecloudprint = throw " G o o g l e C l o u d p r i n t i s o f f i c i a l l y d i s c o n t i n u e d s i n c e J a n 2 0 2 1 , m o r e i n f o h t t p s : / / s u p p o r t . g o o g l e . c o m / c h r o m e / a / a n s w e r / 9 6 3 3 0 0 6 " ;
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
2022-05-10 06:02:11 +01: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-02-02 03:13:32 +00:00
cvs_fast_export = cvs-fast-export ; # Added 2021-06-10
### D ###
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-03-17 16:42:00 +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
2022-02-02 03:13:32 +00:00
dart_stable = dart ; # Added 2020-01-15
2020-02-04 11:52:54 +00:00
dat = nodePackages . dat ;
2022-05-12 13:48:55 +01: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-02-02 03:13:32 +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-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 01:55:18 +01: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
2020-09-01 00:27:00 +01:00
deepin = throw " d e e p i n w a s a w o r k i n p r o g r e s s a n d i t h a s b e e n c a n c e l e d a n d r e m o v e d h t t p s : / / g i t h u b . c o m / N i x O S / n i x p k g s / i s s u e s / 9 4 8 7 0 " ; # added 2020-08-31
2021-05-05 15:43:23 +01: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
2021-07-18 18:29:16 +01:00
deltachat-electron = deltachat-desktop ; # added 2021-07-18
2022-02-02 03:13:32 +00:00
2021-08-19 08:18:18 +01:00
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 .
2022-02-02 03:13:32 +00:00
'' ; # A d d e d 2 0 2 1 - 0 8 - 1 8
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
2022-05-13 17:33:20 +01: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
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 20:17:58 +01: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-03-17 16:42:00 +00:00
displaycal = throw " d i s p l a y c a 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 h a s n ' t m i g r a t e d t o p y t h o n 3 " ; # Added 2022-01-12
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-02-02 03:13:32 +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-02-02 03:13:32 +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
2022-03-30 00:12:55 +01: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 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 03:13:44 +01: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 10:31:48 +01: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
2022-02-02 03:13:32 +00:00
dolphinEmu = dolphin-emu ; # Added 2021-11-10
dolphinEmuMaster = dolphin-emu-beta ; # Added 2021-11-10
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-03-27 11:24:27 +01: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;
2022-02-02 03:13:32 +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-04-22 02:15:05 +01: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-03-17 16:42:00 +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-03-17 16:42:00 +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
2022-02-02 03:13:32 +00:00
dylibbundler = macdylibbundler ; # Added 2021-04-24
### 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-02-02 03:13:32 +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
# 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-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
2022-02-02 03:13:32 +00:00
# Emacs
2022-04-11 15:38:15 +01:00
emacs28Packages = emacs28 . pkgs ; # Added 2021-10-04
emacs28WithPackages = emacs28 . pkgs . withPackages ; # Added 2021-10-04
2022-02-02 03:13:32 +00:00
emacsPackages = emacs . pkgs ; # Added 2020-12-18
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
2022-02-02 03:13:32 +00:00
emacsPackagesNg = emacs . pkgs ; # Added 2019-08-07
emacsPackagesNgFor = emacsPackagesFor ; # Added 2019-08-07
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-02-02 03:13:32 +00:00
emacsWithPackages = emacs . pkgs . withPackages ; # Added 2020-12-18
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
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 03:18:23 +01: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-03-17 16:42:00 +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
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-02-02 03:13:32 +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
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
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-03-17 16:42:00 +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
2022-02-02 03:13:32 +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-26 00:23:54 +01: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-03-17 16:42:00 +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 11:33:29 +01: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-03-17 16:42:00 +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 " ;
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-03-14 15:53:58 +00:00
finger_bsd = bsd-finger ;
fingerd_bsd = bsd-fingerd ;
2022-03-17 16:42:00 +00:00
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-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
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
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-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-03-17 16:42:00 +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 04:31:11 +01: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-02-02 03:13:32 +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
2022-03-17 16:42:00 +00:00
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
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
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-02-02 03:13:32 +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-02-02 03:13:32 +00:00
2020-08-17 12:26:05 +01:00
fontconfig-penultimate = throw ''
fontconfig-penultimate has been removed .
It was a fork of the abandoned fontconfig-ultimate .
2022-02-02 03:13:32 +00:00
'' ; # A d d e d 2 0 2 0 - 0 7 - 2 1
2020-07-21 00:10:05 +01:00
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-02 03:13:32 +00:00
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
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
2021-06-08 21:03:10 +01: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.
2022-02-02 03:13:32 +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
### G ###
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-06-02 13:41:46 +01: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 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 7 " ; # Added 2022-06-02
2022-03-17 16:42:00 +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
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-02-02 03:13:32 +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
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-02-02 03:13:32 +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
2022-06-02 14:36:53 +01: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 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 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
2022-02-02 03:13:32 +00:00
gitAndTools = self // {
gitAndTools: move everything to the top level
The comment at the top of git-and-tools/default.nix said:
/* All git-relates tools live here, in a separate attribute set so that users
* can get a fast overview over what's available.
but unfortunately that hasn't actually held up in practice.
Git-related packages have continued to be added to the top level, or
into gitAndTools, or sometimes both, basically at random, so having
gitAndTools is just confusing. In fact, until I looked as part of
working on getting rid of gitAndTools, one program (ydiff) was
packaged twice independently, once in gitAndTools and once at the top
level (I fixed this in 98c34901969).
So I think it's for the best if we move away from gitAndTools, and
just put all the packages it previously contained at the top level.
I've implemented this here by just making gitAndTools an alias for the
top level -- this saves having loads of lines in aliases.nix. This
means that people can keep referring to gitAndTools in their
configuration, but it won't be allowed to be used within Nixpkgs, and
it won't be presented to new users by e.g. nix search.
The only other change here that I'm aware of is that
appendToName "minimal" is not longer called on the default git
package, because doing that would have necessitated having a private
gitBase variable like before. I think it makes more sense not to do
that anyway, and reserve the "minimal" suffix only for gitMinimal.
2021-01-14 17:49:32 +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 ;
2022-02-02 03:13:32 +00:00
} ; # Added 2021-01-14
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
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 14:52:30 +01: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-02-02 03:13:32 +00:00
gmailieer = lieer ; # Added 2020-04-19
gmic_krita_qt = gmic-qt-krita ; # Added 2019-09-07
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
2022-04-22 17:30:38 +01: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 11:51:25 +01: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
2022-02-02 03:13:32 +00:00
gnome-mpv = celluloid ; # Added 2019-08-22
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
2022-02-02 03:13:32 +00:00
gnome_user_docs = gnome-user-docs ; # Added 2019-11-20
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-02-02 03:13:32 +00:00
2020-10-05 10:04:49 +01:00
gnuradio-with-packages = gnuradio3_7 . override {
2020-10-16 21:31:20 +01:00
extraPackages = lib . attrVals [
" o s m o s d r " " a i s " " g s m " " n a c l " " r d s " " l i m e s d r "
] gnuradio3_7Packages ;
2022-02-02 03:13:32 +00:00
} ; # Added 2020-10-16
2021-03-14 18:03:18 +00:00
gmock = gtest ; # moved from top-level 2021-03-14
2022-02-07 02:36:59 +00:00
2022-02-02 03:13:32 +00:00
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
2022-02-02 03:13:32 +00:00
gnuradio-ais = gnuradio3_7 . pkgs . ais ; # Added 2019-05-27, changed 2020-10-16
gnuradio-gsm = gnuradio3_7 . pkgs . gsm ; # Added 2019-05-27, changed 2020-10-16
gnuradio-limesdr = gnuradio3_7 . pkgs . limesdr ; # Added 2019-05-27, changed 2020-10-16
gnuradio-nacl = gnuradio3_7 . pkgs . nacl ; # Added 2019-05-27, changed 2020-10-16
gnuradio-osmosdr = gnuradio3_7 . pkgs . osmosdr ; # Added 2019-05-27, changed 2020-10-16
gnuradio-rds = gnuradio3_7 . pkgs . rds ; # Added 2019-05-27, changed 2020-10-16
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-02-02 03:13:32 +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-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
2022-06-02 12:56:55 +01: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 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 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-02-02 03:13:32 +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
2022-02-07 02:36:59 +00:00
google-gflags = gflags ; # Added 2019-07-25
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
2022-06-30 14:10:33 +01: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 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-30
2022-06-03 03:51:39 +01:00
gotags = throw " g o t a g 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-06-16 21:30:23 +01: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 14:13:55 +01: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
2022-06-02 15:18:42 +01: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 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 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
2022-06-02 15:26:00 +01: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 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 4 " ; # Added 2022-06-02
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-02-10 03:58:40 +00:00
2021-10-15 22:25:59 +01:00
graalvm11 = graalvm11-ce ;
2022-03-17 16:42:00 +00:00
graalvm8-ce = throw " g r a a l v m 8 - c e h a s b e e n r e m o v e d b y u p s t r e a m " ; # Added 2021-10-19
graalvm8 = throw " g r a a l v m 8 - c e h a s b e e n r e m o v e d b y u p s t r e a m " ; # Added 2021-10-19
2022-04-15 19:33:52 +01:00
graalvm8-ee = throw " g r a a l v m 8 - e e 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 " ; # Added 2022-04-15
graalvm11-ee = throw " g r a a l v m 1 1 - e e 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 " ; # Added 2022-04-15
2022-06-03 04:31:18 +01: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-06-07 11:53:15 +01: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
2022-02-02 03:13:32 +00:00
gr-ais = gnuradio3_7 . pkgs . ais ; # Added 2019-05-27, changed 2020-10-16
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
2022-02-02 03:13:32 +00:00
gr-gsm = gnuradio3_7 . pkgs . gsm ; # Added 2019-05-27, changed 2020-10-16
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-02-02 03:13:32 +00:00
gr-limesdr = gnuradio3_7 . pkgs . limesdr ; # Added 2019-05-27, changed 2020-10-16
gr-nacl = gnuradio3_7 . pkgs . nacl ; # Added 2019-05-27, changed 2020-10-16
gr-osmosdr = gnuradio3_7 . pkgs . osmosdr ; # Added 2019-05-27, changed 2020-10-16
gr-rds = gnuradio3_7 . pkgs . rds ; # Added 2019-05-27, changed 2020-10-16
2022-06-01 11:05:40 +01:00
grv = " 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 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 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
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
2021-12-15 15:15:33 +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-03-17 16:42:00 +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-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
2022-04-05 15:45:52 +01: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-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
2022-02-02 03:13:32 +00:00
hepmc = hepmc2 ; # Added 2019-08-05
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 11:09:10 +01: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-02-07 02:36:59 +00:00
ht-rust = xh ; # Added 2021-02-13
2022-05-10 20:52:13 +01:00
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
hydra-unstable = hydra_unstable ; # added 2022-05-10
2022-02-02 03:13:32 +00:00
### I ###
2022-06-02 13:39:25 +01: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 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 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-02-02 03:13:32 +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-02 13:10:50 +01:00
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
2022-02-02 03:13:32 +00:00
icedtea8_web = adoptopenjdk-icedtea-web ; # Added 2019-08-21
icedtea_web = adoptopenjdk-icedtea-web ; # Added 2019-08-21
2022-05-10 23:40:53 +01: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
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
2022-02-02 03:13:32 +00:00
imagemagick7Big = imagemagickBig ; # Added 2021-02-22
2022-02-07 02:36:59 +00:00
imagemagick7 = imagemagick ; # Added 2021-02-22
2022-02-02 03:13:32 +00:00
imagemagick7_light = imagemagick_light ; # Added 2021-02-22
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
2022-03-17 16:42:00 +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
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 02:11:06 +01:00
index-fm = libsForQt5 . mauiPackages . index ; # added 2022-05-17
2022-02-02 03:13:32 +00:00
infiniband-diags = rdma-core ; # Added 2019-08-09
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
2016-03-18 19:35:10 +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 15:45:52 +01: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-02-02 03:13:32 +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
2021-03-14 16:05:16 +00:00
iproute = iproute2 ; # moved from top-level 2021-03-14
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 20:29:57 +01: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 ###
2021-03-14 16:03:47 +00:00
jack2Full = jack2 ; # moved from top-level 2021-03-14
2022-06-05 04:00:26 +01: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-08-01 10:45:44 +01: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-03-17 16:42:00 +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
2022-02-02 03:13:32 +00:00
jbidwatcher = throw " j b i d w a t c h e r w a s d i s c o n t i n u e d i n m a r c h 2 0 2 1 " ; # Added 2021-03-15
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 03:46:57 +01: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-03-17 16:42:00 +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
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-03-17 16:42:00 +00:00
journalbeat7 = throw " j o u r n a l b e a t 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 " ;
2022-02-02 03:13:32 +00:00
# Julia
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
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
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-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 ###
k3d = throw " k 3 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 b r o k e n a n d h a s s e e n n o r e l e a s e s i n c e 2 0 1 6 " ; # Added 2022-01-04
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
kafkacat = kcat ; # Added 2021-10-07
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
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
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-02-02 03:13:32 +00:00
kerberos = libkrb5 ; # moved from top-level 2021-03-14
kexectools = kexec-tools ; # Added 2021-09-03
2022-06-01 10:51:32 +01:00
kexpand = " 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 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 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
2022-02-02 03:13:32 +00:00
keysmith = libsForQt5 . plasmaMobileGear . keysmith ; # Added 2021-07-14
2022-02-19 07:11:27 +00:00
kgx = gnome-console ; # Added 2022-02-19
2022-02-02 03:13:32 +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
kicad-with-packages3d = kicad ; # Added 2019-11-25
2022-03-17 16:42:00 +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
2022-02-02 03:13:32 +00:00
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
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 01:16:45 +01: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
2021-03-10 03:47:47 +00:00
kodiGBM = kodi-gbm ;
kodiPlain = kodi ;
kodiPlainWayland = kodi-wayland ;
2022-02-02 03:13:32 +00:00
kodiPlugins = kodiPackages ; # Added 2021-03-09;
kramdown-rfc2629 = rubyPackages . kramdown-rfc2629 ; # Added 2021-03-23
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 15:45:52 +01: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
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 09:38:14 +01: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
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 ###
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
2020-03-18 02:32:56 +00:00
latinmodern-math = lmmath ;
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
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
2022-06-14 13:59:44 +01: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-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
2022-02-02 03:13:32 +00:00
libcap_pam = if stdenv . isLinux then libcap . pam else null ; # Added 2016-04-29
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-03-17 16:42:00 +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 13:35:38 +01: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 11:27:46 +01: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-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-02-02 03:13:32 +00:00
libintlOrEmpty = lib . optional ( ! stdenv . isLinux || stdenv . hostPlatform . libc != " g l i b c " ) gettext ; # Added 2018-03-14
2022-04-25 15:11:00 +01:00
libixp_hg = libixp ;
2022-02-02 03:13:32 +00:00
libjpeg_drop = libjpeg_original ; # Added 2020-06-05
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-02-02 03:13:32 +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
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 10:56:45 +01: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-03-21 20:57:33 +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 22:44:54 +01:00
libpulseaudio-vanilla = libpulseaudio ; # Added 2022-04-20
2022-02-02 03:13:32 +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
2022-02-02 03:13:32 +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
2022-02-02 03:13:32 +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
libseat = seatd ; # Added 2021-06-24
2022-05-29 23:15:15 +01: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-03-17 16:42:00 +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
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-02-02 03:13:32 +00:00
libtorrentRasterbar = libtorrent-rasterbar ; # Added 2020-12-20
libtorrentRasterbar-1_1_x = libtorrent-rasterbar-1_1_x ; # 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
2020-10-20 11:31:57 +01:00
libtxc_dxtn = throw " l i b t x c _ d x t n w a s r e m o v e d 2 0 2 0 - 0 3 - 1 6 , n o w i n t e g r a t e d i n M e s a " ;
libtxc_dxtn_s2tc = throw " l i b t x c _ d x t n _ s 2 t c w a s r e m o v e d 2 0 2 0 - 0 3 - 1 6 , n o w i n t e g r a t e d i n M e s a " ;
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-02-02 03:13:32 +00:00
libungif = giflib ; # Added 2020-02-12
libusb = libusb1 ; # Added 2020-04-28
2022-05-13 17:33:20 +01: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
2021-06-23 19:22:04 +01:00
libwnck3 = libwnck ;
2022-04-25 03:52:26 +01:00
lighthouse = throw " l i g h t h o u s 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-24
2022-06-15 11:29:34 +01: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-02-02 03:13:32 +00:00
lilypond-unstable = lilypond ; # Added 2021-03-11
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
2022-02-02 03:13:32 +00:00
# Linux kernels
linux-rt_5_10 = linuxKernel . kernels . linux_rt_5_10 ;
linux-rt_5_4 = linuxKernel . kernels . linux_rt_5_4 ;
2021-05-17 18:49:44 +01: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_4 = linuxKernel . packages . linux_4_4 ;
linuxPackages_4_9 = linuxKernel . packages . linux_4_9 ;
2021-05-17 18:49:44 +01: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-01-10 03:01:54 +00:00
linuxPackages_5_16 = linuxKernel . packages . linux_5_16 ;
2022-03-21 09:10:31 +00:00
linuxPackages_5_17 = linuxKernel . packages . linux_5_17 ;
2022-05-23 10:19:42 +01:00
linuxPackages_5_18 = linuxKernel . packages . linux_5_18 ;
2022-02-02 03:13:32 +00:00
linuxPackages_5_4 = linuxKernel . packages . linux_5_4 ;
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 ;
linuxPackages_rt_5_4 = linuxKernel . packages . linux_rt_5_4 ;
2021-05-17 18:49:44 +01: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_4 = linuxKernel . kernels . linux_4_4 ;
linux_4_9 = linuxKernel . kernels . linux_4_9 ;
2021-05-17 18:49:44 +01: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-01-10 03:01:54 +00:00
linux_5_16 = linuxKernel . kernels . linux_5_16 ;
2022-03-21 09:10:31 +00:00
linux_5_17 = linuxKernel . kernels . linux_5_17 ;
2022-05-23 10:19:42 +01:00
linux_5_18 = linuxKernel . kernels . linux_5_18 ;
2022-02-02 03:13:32 +00:00
linux_5_4 = linuxKernel . kernels . linux_5_4 ;
linux_mptcp_95 = linuxKernel . kernels . linux_mptcp_95 ;
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 ;
2020-04-04 22:47:13 +01:00
2022-02-02 03:13:32 +00:00
# Added 2020-04-04
2020-04-04 22:47:13 +01:00
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 " ;
2022-02-02 03:13:32 +00:00
# Added 2021-04-04
2021-04-01 18:30:29 +01:00
linuxPackages_xen_dom0 = linuxPackages ;
linuxPackages_latest_xen_dom0 = linuxPackages_latest ;
linuxPackages_xen_dom0_hardened = linuxPackages_hardened ;
linuxPackages_latest_xen_dom0_hardened = linuxPackages_latest_hardened ;
2022-02-02 03:13:32 +00:00
# Added 2021-08-16
2021-08-16 10:31:42 +01:00
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 ;
2022-02-02 03:13:32 +00:00
linux-steam-integration = throw " l i n u x - s t e a m - i n t e g r a t i o n h a s b e e n r e m o v e d , a s t h e u p s t r e a m p r o j e c t h a s b e e n a b a n d o n e d " ; # Added 2020-05-22
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
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
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 16:25:26 +01: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
2022-02-02 03:13:32 +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
2021-03-14 18:12:53 +00:00
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
2022-02-02 03:13:32 +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 10:48:31 +01: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-02-02 03:13:32 +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
2019-08-01 12:26:16 +01:00
mariadb-client = hiPrio mariadb . client ; #added 2019.07.28
2022-06-04 11:42:41 +01: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
2020-05-09 11:28:28 +01: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
2022-02-02 03:13:32 +00:00
mathics = throw " m a t h i c s h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t ' s u n m a i n t a i n e d " ; # Added 2020-08-15
matrique = spectral ; # Added 2020-01-27
2022-05-17 02:11:06 +01:00
maui-nota = libsForQt5 . mauiPackages . nota ; # added 2022-05-17
2022-02-02 03:13:32 +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 18:11:43 +01: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-02-02 03:13:32 +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
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
mess = mame ; # Added 2019-10-30
2022-06-30 14:33:49 +01: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-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-02-02 03:13:32 +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
2022-02-04 05:29:24 +00:00
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 17:32:14 +01: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
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-03-17 16:42:00 +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
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 g k s " ; # Added 2022-01-15
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
2022-03-17 16:42:00 +00:00
mopidy-local-images = throw " m o p i d y - l o c a l - i m a g e s h a s b e e n r e m o v e d a s i t ' s u n m a i n t a i n e d . I t s f u n c t i o n a l i t y h a s b e e n m e r g e d i n t o t h e m o p i d y - l o c a l e x t e n s i o n " ; # Added 2020-10-18
mopidy-local-sqlite = throw " m o p i d y - l o c a l - s q l i t e h a s b e e n r e m o v e d a s i t ' s u n m a i n t a i n e d . I t s f u n c t i o n a l i t y h a s b e e n m e r g e d i n t o t h e m o p i d y - l o c a l e x t e n s i o n " ; # Added 2020-10-18
2022-05-29 23:05:33 +01:00
mopidy-spotify = throw " m o p i d y - 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 l i b s p o t i f y " ; # added 2022-05-29
2022-05-29 23:04:35 +01: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-02-02 03:13:32 +00:00
mozart-binary = mozart2-binary ; # Added 2019-09-23
2022-02-04 05:29:24 +00:00
mozart = mozart2-binary ; # Added 2019-09-23
2022-02-02 03:13:32 +00:00
mpc_cli = mpc-cli ; # moved from top-level 2022-01-24
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-06-02 13:49:40 +01: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-02-07 19:15:10 +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 o l y m c 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
2022-02-02 03:13:32 +00:00
mumble_git = pkgs . mumble ; # Added 2019-08-01
murmur_git = pkgs . murmur ; # Added 2019-08-01
2019-08-01 12:26:16 +01:00
mysql-client = hiPrio mariadb . client ;
2022-02-04 05:29:24 +00:00
mysql = mariadb ; # moved from top-level 2021-03-14
2022-02-02 03:13:32 +00:00
2019-05-28 20:09:34 +01: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
mpv-with-scripts = self . wrapMpv self . mpv-unwrapped { } ; # Added 2020-05-22
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-03-17 16:42:00 +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 07:35:11 +01: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-07-21 05:45:49 +01:00
ncdu_2 = ncdu ; # Added 2022-07-22
2022-04-03 10:19:04 +01: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
2022-02-02 03:13:32 +00:00
net_snmp = net-snmp ; # Added 2019-12-21
2018-04-26 01:55:18 +01:00
nagiosPluginsOfficial = monitoring-plugins ;
2022-02-02 03:13:32 +00:00
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
2021-12-30 21:16:56 +00:00
neochat = libsForQt5 . plasmaMobileGear . neochat ; # added 2022-05-10
2022-02-02 03:13:32 +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-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-02-02 03:13:32 +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-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
2021-11-09 19:31:46 +00:00
nix-direnv-flakes = nix-direnv ;
2022-02-02 03:13:32 +00:00
nix-review = nixpkgs-review ; # Added 2019-12-22
nixFlakes = nixVersions . stable ; # Added 2021-05-21
nixStable = nixVersions . stable ; # Added 2022-01-24
nixUnstable = nixVersions . unstable ; # Added 2022-01-26
2022-01-26 18:44:03 +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 11:41:34 +01:00
nixosTest = testers . nixosTest ; # Added 2022-05-05
2022-05-31 21:44:47 +01: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-02-02 03:13:32 +00:00
nmap-unfree = nmap ; # Added 2021-04-06
2022-04-26 15:35:10 +01: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-07-04 02:04:58 +01:00
nodejs-10_x = 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-12_x = 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
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 13:23:06 +01: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
2022-02-02 03:13:32 +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
noto-fonts-cjk = noto-fonts-cjk-sans ; # Added 2021-12-16
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
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-04-21 23:00:58 +01: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 ###
2022-04-04 02:08:24 +01:00
oathToolkit = oath-toolkit ; # Added 2022-04-04
2022-05-14 09:51:17 +01: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-03-17 16:42:00 +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
oauth2_proxy = oauth2-proxy ; # Added 2021-04-18
2022-05-10 16:30:46 +01: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-03-17 16:42:00 +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
2022-02-02 03:13:32 +00:00
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 15:22:40 +01: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
2021-07-23 09:19:30 +01: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 " ;
2022-03-17 16:42:00 +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-02-02 03:13:32 +00:00
onnxruntime = throw " o n n x r u n t i m e h a s b e e n r e m o v e d d u e t o p o o r m a i n t a i n a b i l i t y " ; # Added 2020-12-04
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
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-02-02 03:13:32 +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
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
2022-02-02 03:13:32 +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
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 14:35:16 +01:00
openssl_3_0 = openssl_3 ; # Added 2022-06-27
2022-02-02 03:13:32 +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
2022-04-11 16:06:01 +01:00
paperless = paperless-ngx ; # Added 2021-06-06
paperless-ng = paperless-ngx ; # Added 2022-04-11
2022-02-02 03:13:32 +00:00
parity = openethereum ; # Added 2020-08-01
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-04-24 21:07:21 +01:00
parlatype = throw " p a r l a t y p 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
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
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-02-02 03:13:32 +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
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-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-01-14 21:39:54 +00:00
pgadmin = pgadmin4 ;
2022-03-30 22:42:05 +01: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-23 00:59:11 +01: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
2022-04-26 14:58:28 +01: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
2022-05-15 11:07:01 +01: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 04:03:01 +01: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 14:06:06 +01:00
# Obsolete PHP version aliases
2022-05-25 18:06:58 +01: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 a n e 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
php74Packages = php74 ; # Added 2022-05-24
php74Extensions = php74 ; # Added 2022-05-24
2022-03-17 16:42:00 +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 a n e 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-02-02 03:13:32 +00:00
php73Packages = php73 ; # Added 2021-06-03
php73Extensions = php73 ; # Added 2021-06-03
2021-06-03 14:06:06 +01:00
2020-03-22 13:31:13 +00:00
php-embed = throw ''
2020-04-24 12:29:46 +01:00
php * - embed has been dropped , you can build something similar
with the following snippet :
php74 . override { embedSupport = true ; apxs2Support = false ; }
2022-02-02 03:13:32 +00:00
'' ; # A d d e d 2 0 2 0 - 0 4 - 0 1
php73-embed = php-embed ; # Added 2020-04-01
php74-embed = php-embed ; # Added 2020-04-01
2020-03-22 13:31:13 +00:00
phpPackages-embed = throw ''
2020-04-24 12:29:46 +01:00
php * Packages-embed has been dropped , you can build something
similar with the following snippet :
( php74 . override { embedSupport = true ; apxs2Support = false ; } ) . packages
2022-02-02 03:13:32 +00:00
'' ; # A d d e d 2 0 2 0 - 0 4 - 0 1
2020-03-22 13:31:13 +00:00
php73Packages-embed = phpPackages-embed ;
2021-06-03 14:06:06 +01:00
php74Packages-embed = phpPackages-embed ;
2020-03-22 13:31:13 +00:00
2020-03-22 13:32:42 +00:00
php-unit = throw ''
2020-04-24 12:29:46 +01:00
php * - unit has been dropped , you can build something similar with
the following snippet :
php74 . override {
embedSupport = true ;
apxs2Support = false ;
systemdSupport = false ;
phpdbgSupport = false ;
cgiSupport = false ;
fpmSupport = false ;
}
2022-02-02 03:13:32 +00:00
'' ; # A d d e d 2 0 2 0 - 0 4 - 0 1
php73-unit = php-unit ; # Added 2020-04-01
php74-unit = php-unit ; # Added 2020-04-01
2020-03-22 13:32:42 +00:00
phpPackages-unit = throw ''
2020-04-24 12:29:46 +01:00
php * Packages-unit has been dropped , you can build something
similar with this following snippet :
2020-03-22 13:32:42 +00:00
( php74 . override {
2020-04-24 12:29:46 +01:00
embedSupport = true ;
apxs2Support = false ;
systemdSupport = false ;
phpdbgSupport = false ;
cgiSupport = false ;
fpmSupport = false ;
} ) . packages
2022-02-02 03:13:32 +00:00
'' ; # A d d e d 2 0 2 0 - 0 4 - 0 1
2020-03-22 13:32:42 +00:00
php73Packages-unit = phpPackages-unit ;
2021-06-03 14:06:06 +01:00
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 14:28:51 +01: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
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 02:15:05 +01: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
2022-02-02 03:13:32 +00:00
pkgconfig = pkg-config ; # Added 2018-02-02, moved to aliases.nix 2021-01-18
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-03-17 16:42:00 +00:00
planner = throw " p l a n n e r h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t i s n o l o n g e r d e v e l o p e d a n d s t i l l u s e s p y t h o n 2 / P y G T K " ; # Added 2021-02-02
2022-02-02 03:13:32 +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-02-02 03:13:32 +00:00
pltScheme = racket ; # just to be sure
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 21:09:08 +01: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-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-06-02 14:26:45 +01: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 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 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 16:48:40 +01:00
powerdns = pdns ; # Added 2022-03-28
2022-05-10 03:34:34 +01: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
2018-10-23 17:22:14 +01: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
2019-01-26 17:46:57 +00:00
# postgresql plugins
2022-02-02 03:13:32 +00:00
cstore_fdw = postgresqlPackages . cstore_fdw ;
pg_cron = postgresqlPackages . pg_cron ;
pg_hll = postgresqlPackages . pg_hll ;
2019-01-26 17:46:57 +00:00
pg_repack = postgresqlPackages . pg_repack ;
pg_similarity = postgresqlPackages . pg_similarity ;
2022-02-02 03:13:32 +00:00
pg_topn = postgresqlPackages . pg_topn ;
pgjwt = postgresqlPackages . pgjwt ;
pgroonga = postgresqlPackages . pgroonga ;
2019-01-26 17:46:57 +00:00
pgtap = postgresqlPackages . pgtap ;
plv8 = postgresqlPackages . plv8 ;
2022-02-02 03:13:32 +00:00
postgis = postgresqlPackages . postgis ;
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
2019-01-26 17:46:57 +00:00
timescaledb = postgresqlPackages . timescaledb ;
2022-01-18 18:03:11 +00:00
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 " ;
2019-01-26 17:46:57 +00:00
tsearch_extras = postgresqlPackages . tsearch_extras ;
2022-02-02 03:13:32 +00:00
pinentry_curses = pinentry-curses ; # Added 2019-10-14
pinentry_emacs = pinentry-emacs ; # Added 2019-10-14
pinentry_gnome = pinentry-gnome ; # Added 2019-10-14
pinentry_gtk2 = pinentry-gtk2 ; # Added 2019-10-14
pinentry_qt = pinentry-qt ; # Added 2019-10-14
pinentry_qt5 = pinentry-qt ; # Added 2020-02-11
2022-04-24 18:00:03 +01: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-02-02 03:13:32 +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
processing3 = processing ; # Added 2019-08-16
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-02-02 03:13:32 +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
2022-03-17 16:42:00 +00:00
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 20:21:06 +01:00
prometheus-dmarc-exporter = dmarc-metrics-exporter ; # added 2022-05-31
2022-04-05 15:45:52 +01: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 03:29:53 +01: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
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 05:01:52 +01: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-03-17 16:42:00 +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
2022-02-02 03:13:32 +00:00
pulseeffects-pw = easyeffects ; # Added 2021-07-07
2022-04-26 15:03:43 +01: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 23:52:46 +01: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-02-02 03:13:32 +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-02-02 03:13:32 +00:00
pygmentex = texlive . bin . pygmentex ; # Added 2019-12-15
2022-03-17 16:42:00 +00:00
pyload = throw " p y l o a d h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t w a s u n m a i n t a i n e d " ; # Added 2021-03-21
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
2019-08-30 19:59:44 +01:00
pyo3-pack = maturin ;
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
python-swiftclient = swiftclient ; # Added 2021-09-09
2022-03-17 16:42:00 +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-02-02 03:13:32 +00:00
qcsxcad = libsForQt5 . qcsxcad ; # Added 2020-11-05
2022-02-11 00:54:20 +00:00
qflipper = qFlipper ; # Added 2022-02-11
2022-02-02 03:13:32 +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
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 14:09:10 +01: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
2022-02-02 03:13:32 +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
qt5ct = libsForQt5 . qt5ct ; # Added 2021-12-27
qtcurve = libsForQt5 . qtcurve ; # Added 2020-11-07
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-14 15:23:47 +01: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-02-02 03:13:32 +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-02-02 03:13:32 +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-03-17 16:42:00 +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
qvim = throw " q v i m h a s b e e n r e m o v e d " ; # Added 2020-08-31
2022-02-02 03:13:32 +00:00
qweechat = throw " q w e e c h a t h a s b e e n r e m o v e d b e c a u s e i t w a s b r o k e n " ; # Added 2021-03-08
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 ###
radare2-cutter = cutter ; # Added 2021-03-30
2022-06-27 03:38:31 +01: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-02-02 03:13:32 +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
2022-02-02 03:13:32 +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 o r ' r e a d l i n e 8 1 ' f o r m o s t r e c e n t v e r s i o n " ; # Added 2021-04-22
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
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-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-04-08 07:45:09 +01:00
2022-04-08 07:47:36 +01:00
# 3 resholve aliases below added 2022-04-08; drop after 2022-11-30?
resholvePackage = throw " r e s h o l v e 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 s h o l v e . m k D e r i v a t i o n " ;
resholveScript = throw " r e s h o l v e S c r i p t h a s b e e n r e n a m e d t o r e s h o l v e . w r i t e S c r i p t " ;
resholveScriptBin = throw " r e s h o l v e S c r i p t B i n h a s b e e n r e n a m e d t o r e s h o l v e . w r i t e S c r i p t B i n " ;
2022-04-08 07:45:09 +01:00
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
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 13:14:08 +01: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-02-02 03:13:32 +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
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
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-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
2020-08-21 07:44:15 +01: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
2022-02-02 03:13:32 +00:00
rpiboot-unstable = rpiboot ; # Added 2021-07-30
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-02-02 03:13:32 +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
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
2020-06-13 08:55:58 +01: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 " ;
2021-08-15 17:01:10 +01:00
runCommandNoCC = runCommand ;
runCommandNoCCLocal = runCommandLocal ;
2022-02-02 03:13:32 +00:00
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
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
rxvt_unicode = rxvt-unicode-unwrapped ; # Added 2020-02-02
rxvt_unicode-with-plugins = rxvt-unicode ; # Added 2020-02-02
# The alias for linuxPackages*.rtlwifi_new is defined in ./all-packages.nix,
# due to it being inside the linuxPackagesFor function.
rtlwifi_new-firmware = rtw88-firmware ; # Added 2021-03-14
### S ###
s2n = s2n-tls ; # Added 2021-03-03
2022-06-04 07:35:54 +01: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 19:35:56 +01: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-02-02 03:13:32 +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-02-02 03:13:32 +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
2021-12-15 19:04:02 +00:00
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-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-12 14:17:52 +01: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-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
sdlmame = mame ; # Added 2019-10-30
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
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-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-05-17 02:11:06 +01: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
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
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-03-17 16:42:00 +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
2022-02-02 03:13:32 +00:00
slack-dark = slack ; # Added 2020-03-27
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
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
2018-04-26 01:55:18 +01: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
2022-03-17 16:42:00 +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 19:46:06 +01: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 10:00:32 +01:00
soldat-unstable = opensoldat ; # Added 2022-07-02
2022-02-02 03:13:32 +00:00
solr_8 = solr ; # Added 2021-01-30
2020-02-10 22:59:42 +00:00
2022-02-02 03:13:32 +00:00
# Added 2020-02-10
2020-02-10 22:59:42 +00:00
sourceHanSansPackages = {
japanese = source-han-sans ;
korean = source-han-sans ;
simplified-chinese = source-han-sans ;
traditional-chinese = source-han-sans ;
} ;
source-han-sans-japanese = source-han-sans ;
source-han-sans-korean = source-han-sans ;
source-han-sans-simplified-chinese = source-han-sans ;
source-han-sans-traditional-chinese = source-han-sans ;
sourceHanSerifPackages = {
japanese = source-han-serif ;
korean = source-han-serif ;
simplified-chinese = source-han-serif ;
traditional-chinese = source-han-serif ;
} ;
source-han-serif-japanese = source-han-serif ;
source-han-serif-korean = source-han-serif ;
source-han-serif-simplified-chinese = source-han-serif ;
source-han-serif-traditional-chinese = source-han-serif ;
2022-02-02 03:13:32 +00:00
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-02-02 03:13:32 +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 21:39:18 +01: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
2022-04-24 21:23:04 +01: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
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-03-17 16:42:00 +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
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-02-04 05:29:24 +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
2020-03-15 02:39:56 +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
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
2019-08-21 23:39:52 +01:00
squid4 = squid ; # added 2019-08-22
2022-07-21 18:12:51 +01: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 16:45:43 +01: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
2020-10-14 13:59:42 +01: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
2022-02-22 03:33:51 +00:00
steam-run-native = steam-run ; # added 2022-02-21
2022-06-15 11:46:46 +01: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-02-02 03:13:32 +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 17:54:30 +01: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-02-02 03:13:32 +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 02:33:37 +01: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
2022-02-02 03:13:32 +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 12:04:02 +01: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
2022-03-17 16:42:00 +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
2022-02-02 03:13:32 +00:00
swtpm-tpm2 = swtpm ; # Added 2021-02-26
syncthing-cli = syncthing ; # Added 2021-04-06
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-02-02 03:13:32 +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-02-02 03:13:32 +00:00
tangogps = foxtrotgps ; # Added 2020-01-26
2022-07-30 03:25:11 +01:00
taplo-cli = taplo ; # Added 2022-07-30
taplo-lsp = taplo ; # Added 2022-07-30
2022-03-17 16:42:00 +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 15:45:52 +01: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
2022-03-17 16:42:00 +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-02-02 03:13:32 +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-08-02 18:45:05 +01: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 08:25:38 +01: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 14:31:36 +01:00
testVersion = testers . testVersion ; # Added 2022-04-20
2022-05-05 11:08:50 +01: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
2022-06-07 16:41:29 +01:00
textadept11 = textadept ; # Added 2022-06-07
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-03-17 16:42:00 +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 " ;
2022-02-02 03:13:32 +00:00
thunderbird-bin-68 = thunderbird-68 ;
timescale-prometheus = promscale ; # Added 2020-09-29
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
2022-03-07 14:06:19 +00:00
tkcvs = tkrev ; # Added 2022-03-07
2022-02-02 03:13:32 +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-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
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
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
2022-02-21 22:52:06 +00:00
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 - b u n d l e - b i n ' " ; # Converted to throw 2022-02-22
2022-02-02 03:13:32 +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
2022-02-02 03:13:32 +00:00
transmission-remote-cli = " t r a n s m i s s i o n - r e m o t e - c l i h a s b e e n r e m o v e d , a s t h e u p s t r e a m p r o j e c t h a s b e e n a b a n d o n e d . P l e a s e u s e t r e m c i n s t e a d " ; # Added 2020-10-14
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-03-17 16:42:00 +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
2022-02-02 03:13:32 +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
2022-04-26 16:49:55 +01: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-06-03 03:40:26 +01: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
2022-02-02 03:13:32 +00:00
### U ###
uberwriter = apostrophe ; # Added 2020-04-23
ubootBeagleboneBlack = ubootAmx335xEVM ; # Added 2020-01-21
2022-05-02 14:20:22 +01: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-03-17 16:42:00 +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
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-02-02 03:13:32 +00:00
unicorn-emu = unicorn ; # Added 2020-10-29
unifiStable = unifi6 ; # Added 2020-12-28
2022-06-16 20:17:18 +01: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-02-02 03:13:32 +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
2022-02-02 03:13:32 +00:00
usbguard-nox = usbguard ; # Added 2019-09-04
2022-04-12 13:31:21 +01:00
util-linuxCurses = util-linux ; # Added 2022-04-12
2022-02-02 03:13:32 +00:00
utillinux = util-linux ; # Added 2020-11-24
### V ###
v4l_utils = v4l-utils ; # Added 2019-08-07
vamp = { vampSDK = vamp-plugin-sdk ; } ; # Added 2020-03-26
2022-01-15 12:50:19 +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 " ;
2022-03-17 16:42:00 +00:00
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-02-02 03:13:32 +00:00
vdirsyncerStable = vdirsyncer ; # Added 2020-11-08, see https://github.com/NixOS/nixpkgs/issues/103026#issuecomment-723428168
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-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-02-02 03:13:32 +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
2022-02-02 03:13:32 +00:00
virtmanager = virt-manager ; # Added 2019-10-29
virtmanager-qt = virt-manager-qt ; # Added 2019-10-29
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
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
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 02:11:06 +01:00
inherit ( libsForQt5 . mauiPackages ) vvave ; # added 2022-05-17
2022-02-02 03:13:32 +00:00
### W ###
2022-04-21 19:46:06 +01: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
2022-02-02 03:13:32 +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
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
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 23:52:28 +01: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
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-01-03 04:10:16 +00:00
wineWayland = wine-wayland ;
2022-04-22 23:10:42 +01: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
2022-05-30 21:58:16 +01:00
wormhole-rs = magic-wormhole-rs ; # Added 2022-05-30. preserve, reason: Arch package name, main binary name
2022-04-25 15:11:00 +01:00
wmii_hg = wmii ;
2022-06-03 03:36:26 +01: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-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 18:09:21 +01: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 ###
2022-02-21 22:52:06 +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 ' x l i b s W r a p p e r ' " ; # Converted to throw 2022-02-22
2022-02-02 03:13:32 +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-02-02 03:13:32 +00:00
xdg_utils = xdg-utils ; # Added 2021-02-01
xfce4-12 = throw " x f c e 4 - 1 2 h a s b e e n r e p l a c e d b y x f c e 4 - 1 4 " ; # Added 2020-03-14
2019-11-04 21:27:22 +00:00
xfce4-14 = xfce ;
2022-02-02 03:13:32 +00:00
xfceUnstable = xfce4-14 ; # Added 2019-09-17
xineLib = xine-lib ; # Added 2021-04-27
xineUI = xine-ui ; # Added 2021-04-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
2022-06-02 14:30:19 +01: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 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 7 " ; # Added 2022-06-02
2021-02-21 17:41:02 +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-02-02 03:13:32 +00:00
xp-pen-g430 = pentablet-driver ; # Added 2020-05-03
2022-04-26 15:10:44 +01: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-02-02 03:13:32 +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 .
'' ;
2022-03-17 16:42:00 +00:00
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 01:33:28 +01: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
2022-02-02 03:13:32 +00:00
xv = xxv ; # Added 2020-02-22
xvfb_run = xvfb-run ; # Added 2021-05-07
### Y ###
2021-03-14 17:50:12 +00:00
yacc = bison ; # moved from top-level 2021-03-14
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
2020-10-19 23:24:28 +01: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 " ;
2022-03-17 16:42:00 +00:00
yubikey-neo-manager = throw " y u b i k e y - n e o - m a n a g e r h a s b e e n r e m o v e d b e c a u s e i t w a s b r o k e n . U s e y u b i k e y - m a n a g e r - q t i n s t e a d " ; # Added 2021-03-08
2022-02-02 03:13:32 +00:00
yuzu = yuzu-mainline ; # Added 2021-01-25
2016-09-19 18:10:30 +01:00
2022-02-02 03:13:32 +00:00
### Z ###
2018-10-15 02:27:19 +01:00
2022-02-02 03:13:32 +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-03-17 16:42:00 +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 15:21:10 +01: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.
2017-05-27 12:12:36 +01:00
2022-02-02 03:13:32 +00:00
# TODO(ekleog): add ‘ wasm’ alias to ‘ ocamlPackages.wasm’ after 19.03
# branch-off
2018-07-16 16:08:30 +01:00
2022-02-23 02:46:11 +00:00
ocamlPackages_4_00_1 = throw " ' o c a m l P a c k a g e s _ 4 _ 0 0 _ 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 ' o c a m l - n g . o c a m l P a c k a g e s _ 4 _ 0 0 _ 1 ' " ; # Converted to throw 2022-02-22
ocamlPackages_4_01_0 = throw " ' o c a m l P a c k a g e s _ 4 _ 0 1 _ 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 ' o c a m l - n g . o c a m l P a c k a g e s _ 4 _ 0 1 _ 0 ' " ; # Converted to throw 2022-02-22
ocamlPackages_4_02 = throw " ' o c a m l P a c k a g e s _ 4 _ 0 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 c a m l - n g . o c a m l P a c k a g e s _ 4 _ 0 2 ' " ; # Converted to throw 2022-02-22
ocamlPackages_4_03 = throw " ' o c a m l P a c k a g e s _ 4 _ 0 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 ' o c a m l - n g . o c a m l P a c k a g e s _ 4 _ 0 3 ' " ; # Converted to throw 2022-02-22
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
ocaml_4_00_1 = throw " ' o c a m l P a c k a g e s _ 4 _ 0 0 _ 1 . o c a m 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 ' o c a m l - n g . o c a m l P a c k a g e s _ 4 _ 0 0 _ 1 . o c a m l ' " ; # Converted to throw 2022-02-22
ocaml_4_01_0 = throw " ' o c a m l P a c k a g e s _ 4 _ 0 1 _ 0 . o c a m 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 ' o c a m l - n g . o c a m l P a c k a g e s _ 4 _ 0 1 _ 0 . o c a m l ' " ; # Converted to throw 2022-02-22
ocaml_4_02 = throw " ' o c a m l P a c k a g e s _ 4 _ 0 2 . o c a m 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 ' o c a m l - n g . o c a m l P a c k a g e s _ 4 _ 0 2 . o c a m l ' " ; # Converted to throw 2022-02-22
ocaml_4_03 = throw " ' o c a m l P a c k a g e s _ 4 _ 0 3 . o c a m 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 ' o c a m l - n g . o c a m l P a c k a g e s _ 4 _ 0 3 . o c a m l ' " ; # Converted to throw 2022-02-22
2018-04-26 01:55:18 +01:00
2022-06-01 15:08:49 +01: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-02-02 03:13:32 +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
2020-08-17 15:07:53 +01:00
2022-02-02 03:13:32 +00:00
# Added 2019-09-06
2019-09-06 17:07:34 +01:00
zeroc_ice = pkgs . zeroc-ice ;
2020-06-22 14:44:43 +01:00
2022-02-02 03:13:32 +00:00
# Added 2020-06-22
2022-03-17 16:42:00 +00:00
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 " ;
2020-06-22 14:44:43 +01:00
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 " ;
2022-02-02 03:13:32 +00:00
2021-05-07 19:46:05 +01:00
avian = throw ''
2022-02-02 03:13:32 +00:00
The package doesn't compile anymore on NixOS and both development &
maintenance is abandoned by upstream .
'' ; # C l e a n u p b e f o r e 2 1 . 1 1 , A d d e d 2 0 2 1 - 0 5 - 0 7
2022-03-17 16:42:00 +00:00
ant-dracula-theme = throw " a n t - d r a c u l a - t h e m e i s n o w d r a c u l a - t h e m e , a n d t h e m e n a m e i s D r a c u l a i n s t e a d o f A n t - D r a c u l a " ;
2022-02-02 03:13:32 +00:00
dina-font-pcf = dina-font ; # Added 2020-02-09
2022-03-17 16:42:00 +00:00
dnscrypt-proxy = throw " d n s c r y p t - p r o x y h a s b e e n r e m o v e d . P l e a s e u s e d n s c r y p t - p r o x y 2 " ; # Added 2020-02-02
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 " ;
2022-02-02 03:13:32 +00:00
gnatsd = nats-server ; # Added 2019-10-28
2021-05-07 19:46:05 +01:00
2021-06-17 19:05:26 +01: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 .
2022-02-02 03:13:32 +00:00
'' ; # A d d e d 2 0 2 1 - 0 6 - 0 1
2021-06-17 19:05:26 +01:00
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 .
2022-02-02 03:13:32 +00:00
'' ; # A d d e d 2 0 2 1 - 0 6 - 0 1
2021-06-17 19:05:26 +01:00
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 .
2022-02-02 03:13:32 +00:00
'' ; # A d d e d 2 0 2 1 - 0 6 - 0 1
2021-06-17 19:05:26 +01:00
obs-ndi = throw ''
obs-ndi has been converted into a plugin for use with wrapOBS .
Its new location is obs-studio-plugins . obs-ndi .
2022-02-02 03:13:32 +00:00
'' ; # A d d e d 2 0 2 1 - 0 6 - 0 1
2021-06-17 19:05:26 +01:00
2022-02-02 03:13:32 +00:00
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
2021-06-17 19:05:26 +01:00
obs-wlrobs = throw ''
wlrobs has been converted into a plugin for use with wrapOBS .
Its new location is obs-studio-plugins . wlrobs .
2022-02-02 03:13:32 +00:00
'' ; # A d d e d 2 0 2 1 - 0 6 - 0 1
2021-06-17 19:05:26 +01:00
2022-03-17 16:42:00 +00:00
oraclejdk8psu = throw " T h e * p s u v e r s i o n s o f o r a c l e j d k a r e 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 " ; # Cleanup before 20.09
2022-02-02 03:13:32 +00:00
oraclejre8psu = oraclejdk8psu ; # Cleanup before 20.09
oraclejdk8psu_distro = oraclejdk8psu ; # Cleanup before 20.09
posix_man_pages = man-pages-posix ; # Added 2021-04-15
riot-desktop = throw " r i o t - d e s k t o p i s n o w e l e m e n t - d e s k t o p ! " ; # Cleanup before 21.05
riot-web = throw " r i o t - w e b i s n o w e l e m e n t - w e b " ; # Cleanup before 21.05
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
2022-03-17 16:42:00 +00:00
todolist = throw " t o d o l i s t i s n o w u l t r a l i s t " ; # Added 2020-12-27
tor-browser-bundle = throw " t o r - b r o w s e r - b u n d l e w a s r e m o v e d b e c a u s e i t w a s o u t o f d a t e a n d i n a d e q u a t e l y m a i n t a i n e d . P l e a s e u s e t o r - b r o w s e r - b u n d l e - b i n i n s t e a d " ; # Added 2020-01-10
tor-browser-unwrapped = throw " t o r - b r o w s e r - u n w r a p p e d w a s r e m o v e d b e c a u s e i t w a s o u t o f d a t e a n d i n a d e q u a t e l y m a i n t a i n e d . P l e a s e u s e t o r - b r o w s e r - b u n d l e - b i n i n s t e a d " ; # Added 2020-01-10
2022-06-05 19:27:08 +01: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-02-02 03:13:32 +00:00
ttyrec = ovh-ttyrec ; # Added 2021-01-02
zplugin = zinit ; # Added 2021-01-30
inherit ( stdenv . hostPlatform ) system ; # Added 2021-10-22
# LLVM packages for (integration) testing that should not be used inside Nixpkgs:
llvmPackages_git = recurseIntoAttrs ( callPackage ../development/compilers/llvm/git {
inherit ( stdenvAdapters ) overrideCC ;
buildLlvmTools = buildPackages . llvmPackages_git . tools ;
targetLlvmLibraries = targetPackages . llvmPackages_git . libraries ;
} ) ;
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 )
2022-02-02 03:13:32 +00:00
akonadi akregator ark bluedevil bomber bovo breeze-grub breeze-gtk
2022-04-21 16:23:50 +01:00
breeze-icons breeze-plymouth breeze-qt5 discover dolphin dragon elisa falkon
2022-02-02 03:13:32 +00:00
ffmpegthumbs filelight granatier gwenview k3b kactivitymanagerd kaddressbook
2022-04-21 17:42:02 +01:00
kalendar 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-23 00:40:55 +01:00
kdenlive kdeplasma-addons kdevelop-pg-qt kdevelop-unwrapped kdev-php
kdev-python kdevelop kdf kdialog kdiamond keditbookmarks kfind kfloppy
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 22:44:40 +01: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
marble milou minuet okular oxygen oxygen-icons5 picmi
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
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 02:53:02 +01: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
2019-10-28 21:24:23 +00:00
} )