2018-06-10 22:20:02 +01:00
lib : self : super :
2016-03-18 19:35:10 +00:00
with self ;
2016-03-20 14:50:27 +00:00
let
2016-03-20 20:03:18 +00:00
# Removing recurseForDerivation prevents derivations of aliased attribute
2016-03-20 14:50:27 +00:00
# set to appear while listing all the packages available.
2017-05-27 18:44:00 +01:00
removeRecurseForDerivations = alias : with lib ;
2016-03-20 14:50:27 +00:00
if alias . recurseForDerivations or false then
removeAttrs alias [ " r e c u r s e F o r D e r i v a t i o n s " ]
else alias ;
2017-05-27 18:44:00 +01:00
# Disabling distribution prevents top-level aliases for non-recursed package
# sets from building on Hydra.
removeDistribute = alias : with lib ;
if isDerivation alias then
dontDistribute alias
else alias ;
2018-04-29 23:44:18 +01:00
# Make sure that we are not shadowing something from
# all-packages.nix.
2018-06-10 22:20:02 +01:00
checkInPkgs = n : alias : if builtins . hasAttr n super
2018-04-29 23:44:18 +01:00
then throw " 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 ;
2017-05-27 18:44:00 +01:00
mapAliases = aliases :
2018-04-29 23:44:18 +01:00
lib . mapAttrs ( n : alias : removeDistribute
( removeRecurseForDerivations
( checkInPkgs n alias ) ) )
aliases ;
2016-03-20 14:50:27 +00:00
in
2016-03-18 19:35:10 +00:00
### Deprecated aliases - for backward compatibility
2018-06-10 22:20:02 +01:00
mapAliases ( {
2018-04-26 01:55:18 +01:00
PPSSPP = ppsspp ; # added 2017-10-01
QmidiNet = qmidinet ; # added 2016-05-22
2018-01-15 11:10:23 +00:00
accounts-qt = libsForQt5 . accounts-qt ; # added 2015-12-19
2017-10-01 09:33:02 +01:00
adobeReader = adobe-reader ; # added 2013-11-04
2018-06-02 09:44:24 +01:00
adobe_flex_sdk = apache-flex-sdk ; # added 2018-06-01
2018-04-26 01:55:18 +01:00
ag = silver-searcher ; # added 2018-04-25
2016-03-18 19:35:10 +00:00
aircrackng = aircrack-ng ; # added 2016-01-14
2020-11-30 03:13:01 +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
2021-06-10 03:55:55 +01:00
alienfx = throw " a l i e n f x h a s b e e n r e m o v e d . " ; # added 2019-12-08
alsaLib = alsa-lib ; # added 2021-06-09
2021-06-10 04:06:35 +01:00
alsaOss = alsa-oss ; # added 2021-06-10
2021-06-10 04:24:32 +01:00
alsaPlugins = alsa-plugins ; # added 2021-06-10
alsaPluginWrapper = alsa-plugins-wrapper ; # added 2021-06-10
2021-06-10 04:31:13 +01:00
alsaTools = alsa-tools ; # added 2021-06-10
2021-06-10 05:10:52 +01:00
alsaUtils = alsa-utils ; # added 2021-06-10
2020-10-30 15:07:23 +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
2017-05-02 13:56:20 +01:00
ammonite-repl = ammonite ; # added 2017-05-02
2020-12-09 19:35:07 +00:00
amsn = throw " a m s n h a s b e e n r e m o v e d d u e t o b e i n g u n m a i n t a i n e d . " ; # added 2020-12-09
2020-06-29 17:17:24 +01:00
antimicro = throw " a n t i m i c r o h a s b e e n r e m o v e d a s i t w a s b r o k e n , s e e a n t i m i c r o X i n s t e a d . " ; # added 2020-08-06
2020-12-03 10:00:03 +00:00
apacheKafka_0_9 = throw " k a f k a 0 . 9 i s n o l o n g e r s u p p o r t e d . P l e a s e u p g r a d e t o a n e w e r v e r s i o n . " ; # added 2020-12-21
apacheKafka_0_10 = throw " k a f k a 0 . 1 0 i s n o l o n g e r s u p p o r t e d . P l e a s e u p g r a d e t o a n e w e r v e r s i o n . " ; # added 2020-12-21
apacheKafka_0_11 = throw " k a f k a 0 . 1 1 i s n o l o n g e r s u p p o r t e d . P l e a s e u p g r a d e t o a n e w e r v e r s i o n . " ; # added 2020-12-21
apacheKafka_1_0 = throw " k a f k a 1 . 0 i s n o l o n g e r s u p p o r t e d . P l e a s e u p g r a d e t o a n e w e r v e r s i o n . " ; # added 2020-12-21
apacheKafka_1_1 = throw " k a f k a 1 . 1 i s n o l o n g e r s u p p o r t e d . P l e a s e u p g r a d e t o a n e w e r v e r s i o n . " ; # added 2020-12-21
apacheKafka_2_0 = throw " k a f k a 2 . 0 i s n o l o n g e r s u p p o r t e d . P l e a s e u p g r a d e t o a n e w e r v e r s i o n . " ; # added 2020-12-21
apacheKafka_2_1 = throw " k a f k a 2 . 1 i s n o l o n g e r s u p p o r t e d . P l e a s e u p g r a d e t o a n e w e r v e r s i o n . " ; # added 2020-12-21
apacheKafka_2_2 = throw " k a f k a 2 . 2 i s n o l o n g e r s u p p o r t e d . P l e a s e u p g r a d e t o a n e w e r v e r s i o n . " ; # added 2020-12-21
apacheKafka_2_3 = throw " k a f k a 2 . 3 i s n o l o n g e r s u p p o r t e d . P l e a s e u p g r a d e t o a n e w e r v e r s i o n . " ; # added 2020-12-21
2016-03-18 19:35:10 +00:00
arduino_core = arduino-core ; # added 2015-02-04
2020-09-09 07:51:37 +01:00
arora = throw " a r o r a h a s b e e n r e m o v e d . " ; # added 2020-09-09
2016-03-18 19:35:10 +00:00
asciidocFull = asciidoc-full ; # added 2014-06-22
2020-10-20 11:31:57 +01:00
asterisk_15 = throw " 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
2018-02-25 02:23:58 +00:00
at_spi2_atk = at-spi2-atk ; # added 2018-02-25
at_spi2_core = at-spi2-core ; # added 2018-02-25
2020-12-28 01:26:52 +00:00
aucdtect = throw " a u c d t e c t : U p s t r e a m n o l o n g e r p r o v i d e s d o w n l o a d u r l s . " ; # added 2020-12-26
2020-03-29 11:22:55 +01:00
avldrums-lv2 = x42-avldrums ; # added 2020-03-29
2021-05-18 10:38:29 +01:00
avxsynth = throw " a v x s y n t h w a s r e m o v e d b e c a u s e i t w a s b r o k e n " ; # added 2021-05-18
2016-03-18 19:35:10 +00:00
bar-xft = lemonbar-xft ; # added 2015-01-16
2016-09-28 16:46:29 +01:00
bashCompletion = bash-completion ; # Added 2016-09-28
2019-12-11 03:34:30 +00:00
batti = throw " b a t t i h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t w a s u n m a i n t a i n e d " ; # added 2019-12-10
2020-04-19 09:46:19 +01: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
2019-11-24 16:35:38 +00:00
beegfs = throw " b e e g f s h a s b e e n r e m o v e d . " ; # added 2019-11-24
2019-12-08 19:53:49 +00:00
bluezFull = bluez ; # Added 2019-12-03
2021-05-02 23:55:49 +01:00
bpftool = bpftools ; # Added 2021-05-03
2021-01-24 17:20:34 +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
2016-03-18 19:35:10 +00:00
bridge_utils = bridge-utils ; # added 2015-02-20
2019-09-30 03:21:21 +01:00
bro = zeek ; # added 2019-09-29
2019-12-11 03:40:44 +00:00
bootchart = throw " b o o t c h a r t h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t i s w i t h o u t a m a i n t a i n e r " ; # added 2019-12-10
2020-12-10 15:24:46 +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
2016-03-18 19:35:10 +00:00
btrfsProgs = btrfs-progs ; # added 2016-01-03
2019-06-03 06:47:54 +01:00
bittorrentSync = throw " b i t t o r r e n t S y n c h a s b e e n d e p r e c a t e d b y r e s i l i o - s y n c . " ; # added 2019-06-03
bittorrentSync14 = throw " b i t t o r r e n t S y n c 1 4 h a s b e e n d e p r e c a t e d b y r e s i l i o - s y n c . " ; # added 2019-06-03
bittorrentSync20 = throw " b i t t o r r e n t S y n c 2 0 h a s b e e n d e p r e c a t e d b y r e s i l i o - s y n c . " ; # added 2019-06-03
2021-01-03 00:42:38 +00:00
bs1770gain = throw " b s 1 7 7 0 g a i n h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t h a d n o m a i n t a i n e r o r r e v e r s e d e p e n d e n c i e s . " ; # added 2021-01-02
2020-11-03 19:13:06 +00:00
btc1 = throw " b t c 1 h a s b e e n r e m o v e d , i t w a s a b a n d o n e d b y u p s t r e a m " ; # added 2020-11-03
2018-10-13 00:10:38 +01:00
buildPerlPackage = perlPackages . buildPerlPackage ; # added 2018-10-12
2020-04-29 01:16:20 +01:00
buildGo112Package = throw " b u i l d G o 1 1 2 P a c k a g e h a s b e e n r e m o v e d " ; # added 2020-04-26
buildGo112Module = throw " b u i l d G o 1 1 2 M o d u l e h a s b e e n r e m o v e d " ; # added 2020-04-26
2016-03-15 20:49:07 +00:00
bundler_HEAD = bundler ; # added 2015-11-15
2021-01-13 20:39:14 +00:00
calibre-py2 = throw " c a l i b r e - p y 2 h a s b e e n r e m o v e d f r o m n i x p k g s , a s c a l i b r e h a s u p g r a d e d t o p y t h o n 3 . P l e a s e u s e c a l i b r e a s r e p l a c e m e n t . " ; # added 2021-01-13
calibre-py3 = throw " c a l i b r e - p y 3 h a s b e e n r e m o v e d f r o m n i x p k g s , a s c a l i b r e ' s d e f a u l t p y t h o n v e r s i o n i s n o w 3 . P l e a s e u s e c a l i b r e a s r e p l a c e m e n t . " ; # added 2021-01-13
2020-10-02 08:36:23 +01: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
2018-03-02 23:05:29 +00:00
cantarell_fonts = cantarell-fonts ; # added 2018-03-03
2020-08-19 16:18:52 +01:00
cargo-tree = throw " c a r g o - t r e e h a s b e e n r e m o v e d , u s e t h e b u i l t i n ` c a r g o t r e e ` c o m m a n d i n s t e a d . " ; # added 2020-08-20
2020-06-13 00:08:39 +01:00
casperjs = throw " c a s p e r j s h a s b e e n r e m o v e d , i t w a s a b a n d o n e d b y u p s t r e a m a n d b r o k e n . " ;
2019-12-22 19:03:12 +00:00
catfish = xfce . catfish ; # added 2019-12-22
2021-03-25 10:46:14 +00:00
ccnet = throw " c c n e t h a s b e e n r e m o v e d b e c a u s e s e a f i l e d o e s n o t d e p e n d o n i t a n y m o r e " ; # added 2021-03-25
2020-06-05 09:44:33 +01:00
cgmanager = throw " c g m a n a g e r w a s d e p r e c a t e d b y l x c a n d t h e r e f o r e r e m o v e d f r o m n i x p k g s . " ; # added 2020-06-05
2016-08-19 04:24:04 +01:00
checkbashism = checkbashisms ; # added 2016-08-16
2020-08-15 15:38:53 +01:00
chronos = throw " c h r o n o s h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t w a s u n m a i n t a i n e d " ; # added 2020-08-15
2020-10-20 11:31:57 +01:00
cide = throw " c i d e w a s d e p r e c a t e d o n 2 0 1 9 - 0 9 - 1 1 : a b a n d o n e d b y u p s t r e a m " ;
2019-12-11 03:33:09 +00:00
cinepaint = throw " c i n e p a i n t h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t w a s u n m a i n t a i n e d " ; # added 2019-12-10
2016-08-22 16:20:28 +01:00
cifs_utils = cifs-utils ; # added 2016-08
2018-05-06 19:26:37 +01:00
ckb = ckb-next ; # added 2018-10-21
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 ;
2021-03-06 19:37:44 +00:00
2016-03-18 19:35:10 +00:00
clangAnalyzer = clang-analyzer ; # added 2015-02-20
2016-04-29 01:25:28 +01:00
clawsMail = claws-mail ; # added 2016-04-29
2018-02-25 02:23:58 +00:00
clutter_gtk = clutter-gtk ; # added 2018-02-25
2021-05-22 14:50:44 +01: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
2020-11-29 17:47:34 +00:00
codimd = hedgedoc ; # added 2020-11-29
2019-12-02 12:43:48 +00:00
compton = picom ; # added 2019-12-02
2019-05-28 12:37:14 +01:00
compton-git = compton ; # added 2019-05-20
2021-03-17 08:09:58 +00:00
concurrencykit = libck ; # added 2021-03
2018-05-30 06:54:48 +01:00
conntrack_tools = conntrack-tools ; # added 2018-05
2016-03-18 19:35:10 +00:00
cool-old-term = cool-retro-term ; # added 2015-01-31
2019-12-08 22:18:37 +00:00
coprthr = throw " c o p r t h r h a s b e e n r e m o v e d . " ; # added 2019-12-08
2021-03-03 01:44:44 +00:00
couchdb = throw " c o u c h d b w a s r e m o v e d f r o m n i x p k g s , u s e c o u c h d b 3 i n s t e a d " ; # added 2021-03-03
couchdb2 = throw " c o u c h d b 2 w a s r e m o v e d f r o m n i x p k g s , u s e c o u c h d b 3 i n s t e a d " ; # added 2021-03-03
2020-10-20 11:31:57 +01:00
corebird = throw " c o r e b i r d w a s d e p r e c a t e d 2 0 1 9 - 1 0 - 0 2 : S e e h t t p s : / / w w w . p a t r e o n . c o m / p o s t s / c o r e b i r d s - f u t u r e - 1 8 9 2 1 3 2 8 . P l e a s e u s e C a w b i r d a s r e p l a c e m e n t . " ;
coredumper = throw " c o r e d u m p e r h a s b e e n r e m o v e d : a b a n d o n e d b y u p s t r e a m . " ; # added 2019-11-16
2020-11-30 03:13:01 +00:00
cpp_ethereum = throw " c p p _ e t h e r e u m h a s b e e n r e m o v e d ; a b a n d o n e d u p s t r e a m . " ; # added 2020-11-30
2020-10-20 11:31:57 +01:00
cryptol = throw " c r y p t o l w a s r e m o v e d d u e t o p r o l o n g e d b r o k e n b u i l d " ; # added 2020-08-21
2019-05-24 10:24:11 +01:00
cpp-gsl = microsoft_gsl ; # added 2019-05-24
2021-02-14 10:58:00 +00:00
cudatoolkit_6 = throw " c u d a t o o l k i t _ 6 h a s b e e n r e m o v e d i n f a v o r o f n e w e r v e r s i o n s " ; # added 2021-02-14
cudatoolkit_65 = throw " c u d a t o o l k i t _ 6 5 h a s b e e n r e m o v e d i n f a v o r o f n e w e r v e r s i o n s " ; # added 2021-02-14
cudatoolkit_7 = throw " c u d a t o o l k i t _ 7 h a s b e e n r e m o v e d i n f a v o r o f n e w e r v e r s i o n s " ; # added 2021-02-14
cudatoolkit_7_5 = throw " c u d a t o o l k i t _ 7 _ 5 h a s b e e n r e m o v e d i n f a v o r o f n e w e r v e r s i o n s " ; # added 2021-02-14
cudatoolkit_8 = throw " c u d a t o o l k i t _ 8 h a s b e e n r e m o v e d i n f a v o r o f n e w e r v e r s i o n s " ; # added 2021-02-14
2021-04-18 10:55:10 +01:00
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
2021-02-14 10:58:00 +00:00
cudnn_cudatoolkit_7 = throw " c u d n n _ c u d a t o o l k i t _ 7 h a s b e e n r e m o v e d i n f a v o r o f n e w e r v e r s i o n s " ; # added 2021-02-14
cudnn_cudatoolkit_7_5 = throw " c u d n n _ c u d a t o o l k i t _ 7 _ 5 h a s b e e n r e m o v e d i n f a v o r o f n e w e r v e r s i o n s " ; # added 2021-02-14
cudnn6_cudatoolkit_8 = throw " c u d n n 6 _ c u d a t o o l k i t _ 8 h a s b e e n r e m o v e d i n f a v o r o f n e w e r v e r s i o n s " ; # added 2021-02-14
cudnn_cudatoolkit_8 = throw " c u d n n _ c u d a t o o l k i t _ 8 h a s b e e n r e m o v e d i n f a v o r o f n e w e r v e r s i o n s " ; # added 2021-02-14
2021-04-18 10:55:10 +01: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
2016-03-18 19:35:10 +00:00
cupsBjnp = cups-bjnp ; # added 2016-01-02
2016-08-25 16:47:34 +01:00
cups_filters = cups-filters ; # added 2016-08
2021-02-12 23:36:33 +00:00
cups-googlecloudprint = throw " G o o g l e C l o u d p r i n t i s o f f i c i a l l y d i s c o n t i n u e d s i n c e J a n 2 0 2 1 , m o r e i n f o h t t p s : / / s u p p o r t . g o o g l e . c o m / c h r o m e / a / a n s w e r / 9 6 3 3 0 0 6 " ;
2020-06-15 08:33:32 +01: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
2016-03-18 19:35:10 +00:00
cv = progress ; # added 2015-09-06
2021-06-10 13:57:49 +01:00
cvs_fast_export = cvs-fast-export ; # added 2021-06-10
2018-04-26 01:55:18 +01:00
d1x_rebirth = dxx-rebirth ; # added 2018-04-25
d2x_rebirth = dxx-rebirth ; # added 2018-04-25
2021-01-15 20:22:01 +00:00
dart_dev = throw " N o n - s t a b l e v e r s i o n s o f D a r t h a v e b e e n r e m o v e d . " ; # added 2020-01-15
dart_old = throw " N o n - s t a b l e v e r s i o n s o f D a r t h a v e b e e n r e m o v e d . " ; # added 2020-01-15
dart_stable = dart ; # added 2020-01-15
2020-02-04 11:52:54 +00:00
dat = nodePackages . dat ;
2020-10-20 11:31:57 +01: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
2018-04-26 01:55:18 +01:00
dbus_daemon = dbus . daemon ; # added 2018-04-25
2018-02-25 02:23:58 +00:00
dbus_glib = dbus-glib ; # added 2018-02-25
2018-04-26 01:55:18 +01:00
dbus_libs = dbus ; # added 2018-04-25
2019-12-11 03:39:04 +00:00
diffuse = throw " d i f f u s e h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t ' s u n m a i n t a i n e d " ; # added 2019-12-10
2018-04-26 01:55:18 +01:00
dbus_tools = dbus . out ; # added 2018-04-25
2018-02-23 23:11:03 +00:00
deadbeef-mpris2-plugin = deadbeefPlugins . mpris2 ; # added 2018-02-23
2018-04-26 01:55:18 +01:00
deadpixi-sam = deadpixi-sam-unstable ;
2016-03-23 12:36:31 +00:00
debian_devscripts = debian-devscripts ; # added 2016-03-23
2020-09-01 00:27:00 +01:00
deepin = throw " 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
2018-02-25 02:23:58 +00:00
desktop_file_utils = desktop-file-utils ; # added 2018-02-25
2018-04-26 01:55:18 +01:00
devicemapper = lvm2 ; # added 2018-04-25
2017-02-18 17:55:57 +00:00
digikam5 = digikam ; # added 2017-02-18
2018-04-26 01:55:18 +01:00
dmtx = dmtx-utils ; # added 2018-04-25
2020-04-23 03:24:43 +01:00
dnnl = oneDNN ; # added 2020-04-22
2018-04-26 01:55:18 +01:00
docbook5_xsl = docbook_xsl_ns ; # added 2018-04-25
docbook_xml_xslt = docbook_xsl ; # added 2018-04-25
2017-11-22 23:34:18 +00:00
double_conversion = double-conversion ; # 2017-11-22
2018-11-10 14:00:32 +00:00
docker_compose = docker-compose ; # 2018-11-10
2020-08-14 01:46:00 +01:00
draftsight = throw " d r a f t s i g h t h a s b e e n r e m o v e d , n o l o n g e r a v a i l a b l e a s f r e e w a r e " ; # added 2020-08-14
2020-11-02 02:41:27 +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
2016-03-18 19:35:10 +00:00
dwarf_fortress = dwarf-fortress ; # added 2016-01-23
2021-02-07 12:24:58 +00:00
dwm-git = throw " d w m - g i t h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t h a d n o u p d a t e s f o r 2 y e a r s n o t s e r v i n g i t ' s p u r p o s e . " ; # added 2021-02-07
2021-04-25 07:43:09 +01:00
dylibbundler = macdylibbundler ; # added 2021-04-24
2020-09-06 15:02:21 +01: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
2018-08-18 18:59:02 +01:00
emacsPackagesGen = emacsPackagesFor ; # added 2018-08-18
2019-08-07 23:52:22 +01:00
emacsPackagesNgGen = emacsPackagesFor ; # added 2018-08-18
emacsPackagesNgFor = emacsPackagesFor ; # added 2019-08-07
2020-12-18 03:24:41 +00:00
emacsPackagesNg = emacs . pkgs ; # added 2019-08-07
emacs27Packages = emacs27 . pkgs ; # added 2020-12-18
emacs27WithPackages = emacs27 . pkgs . withPackages ; # added 2020-12-18
emacsWithPackages = emacs . pkgs . withPackages ; # added 2020-12-18
emacsPackages = emacs . pkgs ; # added 2020-12-18
2019-05-01 12:19:30 +01:00
emby = throw " T h e E m b y d e r i v a t i o n h a s b e e n r e m o v e d , s e e j e l l y f i n i n s t e a d f o r a f r e e s o f t w a r e f o r k . " ; # added 2019-05-01
2016-03-18 19:35:10 +00:00
enblendenfuse = enblend-enfuse ; # 2015-09-30
2021-04-12 09:40:58 +01: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
2018-02-25 02:23:58 +00:00
evolution_data_server = evolution-data-server ; # added 2018-02-25
2018-04-26 01:55:18 +01:00
etcdctl = etcd ; # added 2018-04-25
2016-03-18 19:35:10 +00:00
exfat-utils = exfat ; # 2015-09-11
2020-01-06 14:01:23 +00:00
facette = throw " 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
2020-03-28 13:54:59 +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
2021-04-24 13:30:33 +01:00
fastnlo = fastnlo_toolkit ; # added 2021-04-24
2021-04-13 13:08:42 +01: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
2020-02-11 18:38:27 +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 . " ;
2018-05-01 19:46:05 +01:00
ffadoFull = ffado ; # added 2018-05-01
2020-09-10 01:06:07 +01:00
firefox-esr-68 = throw " F i r e f o x 6 8 E S R r e a c h e d e n d o f l i f e w i t h i t s f i n a l r e l e a s e 6 8 . 1 2 e s r o n 2 0 2 0 - 0 8 - 2 5 a n d w a s t h e r e f o r e r e m o v e d f r o m n i x p k g s " ;
2016-03-18 19:35:10 +00:00
firefox-esr-wrapper = firefox-esr ; # 2016-01
firefox-wrapper = firefox ; # 2016-01
firefoxWrapper = firefox ; # 2015-09
2020-02-04 22:08:51 +00:00
2019-12-08 22:23:01 +00:00
firestr = throw " f i r e s t r h a s b e e n r e m o v e d . " ; # added 2019-12-08
2021-01-09 23:47:24 +00:00
fish-foreign-env = throw " f i s h - f o r e i g n - e n v h a s b e e n r e p l a c e d w i t h f i s h P l u g i n s . f o r e i g n - e n v " ; # added 2020-12-29, modified 2021-01-10
2018-04-26 01:55:18 +01:00
flameGraph = flamegraph ; # added 2018-04-25
2021-02-07 22:05:53 +00:00
flashplayer = throw " f l a s h p l a y e r h a s b e e n r e m o v e d a s A d o b e F l a s h P l a y e r i s n o w d e p r e c a t e d . " ; # added 2021-02-07
flashplayer-standalone = throw " f l a s h p l a y e r - s t a n d a l o n e h a s b e e n r e m o v e d a s A d o b e F l a s h P l a y e r i s n o w d e p r e c a t e d . " ; # added 2021-02-07
flashplayer-standalone-debugger = throw " f l a s h p l a y e r - s t a n d a l o n e - d e b u g g e r h a s b e e n r e m o v e d a s A d o b e F l a s h P l a y e r i s n o w d e p r e c a t e d . " ; # added 2021-02-07
2021-01-25 15:18:22 +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
2021-01-15 20:21:25 +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
2020-11-02 01:05:12 +00:00
flvtool2 = throw " f l v t o o l 2 h a s b e e n r e m o v e d . " ; # added 2020-11-03
2020-03-09 22:07:37 +00:00
foldingathome = fahclient ; # added 2020-09-03
2019-02-17 20:40:14 +00:00
font-awesome-ttf = font-awesome ; # 2018-02-25
2019-10-31 14:32:02 +00:00
# 2019-10-31
fontconfig-ultimate = throw ''
fontconfig-ultimate has been removed . The repository has been archived upstream and activity has ceased for several years .
https://github.com/bohoomil/fontconfig-ultimate/issues/171.
'' ;
2020-08-17 12:26:05 +01:00
fontconfig-penultimate = throw ''
fontconfig-penultimate has been removed .
It was a fork of the abandoned fontconfig-ultimate .
'' ;
2020-07-21 00:10:05 +01:00
# 2020-07-21
fontconfig_210 = throw ''
fontconfig 2 .10 . x hasn't had a release in years , is vulnerable to CVE-2016-5384
and has only been used for old fontconfig caches .
'' ;
2019-04-12 21:42:45 +01:00
font-droid = throw " f o n t - d r o i d h a s b e e n d e p r e c a t e d b y n o t o - f o n t s " ; # 2019-04-12
2016-08-26 07:45:16 +01:00
foomatic_filters = foomatic-filters ; # 2016-08
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 " ;
2016-03-18 19:35:10 +00:00
fuse_exfat = exfat ; # 2015-09-11
2018-04-26 01:55:18 +01:00
fuseki = apache-jena-fuseki ; # added 2018-04-25
2019-10-15 13:33:08 +01:00
fusesmb = throw " f u s e s m b i s a b a n d o n e d b y u p s t r e a m " ; # added 2019-10-15
2020-05-18 23:37:15 +01:00
fwupdate = throw " f w u p d a t e w a s m e r g e d i n t o f w u p d " ; # added 2020-05-19
2020-06-06 19:24:13 +01:00
g4py = python3Packages . geant4 ; # added 2020-06-06
2018-04-29 23:43:38 +01:00
gccApple = throw " g c c A p p l e i s n o l o n g e r s u p p o r t e d " ; # added 2018-04-25
2021-04-03 16:08:56 +01: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
2017-10-17 21:44:24 +01:00
gdb-multitarget = gdb ; # added 2017-11-13
2019-05-22 12:03:39 +01:00
gdk_pixbuf = gdk-pixbuf ; # added 2019-05-22
2018-04-26 01:55:18 +01:00
gettextWithExpat = gettext ; # 2016-02-19
2021-02-12 23:25:31 +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 " ; # 2020-02-12
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
gitAndTools = self // { # added 2021-01-14
darcsToGit = darcs-to-git ;
gitAnnex = git-annex ;
gitBrunch = git-brunch ;
gitFastExport = git-fast-export ;
gitRemoteGcrypt = git-remote-gcrypt ;
svn_all_fast_export = svn-all-fast-export ;
topGit = top-git ;
} ;
2018-02-25 02:23:58 +00:00
glib_networking = glib-networking ; # added 2018-02-25
2020-04-19 15:15:17 +01:00
gmailieer = lieer ; # added 2020-04-19
2021-03-08 10:25:42 +00:00
gmvault = throw " g m v a u l t h a s b e e n r e m o v e d b e c a u s e i t i s u n m a i n t a i n e d , m o s t l y b r o k e n , a n d i n s e c u r e " ; # added 2021-03-08
2019-08-22 14:48:02 +01:00
gnome-mpv = celluloid ; # added 2019-08-22
2019-12-11 03:33:52 +00:00
gnome15 = throw " g n o m e 1 5 h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t ' s u n m a i n t a i n e d a n d d e p e n d s o n d e p r e c a t e d l i b r a r i e s . " ; # added 2019-12-10
2019-09-07 11:20:15 +01:00
gmic_krita_qt = gmic-qt-krita ; # added 2019-09-07
2018-03-14 14:12:08 +00:00
gnome-themes-standard = gnome-themes-extra ; # added 2018-03-14
2018-04-26 01:55:18 +01:00
gnome_doc_utils = gnome-doc-utils ; # added 2018-02-25
2018-02-25 02:23:58 +00:00
gnome_themes_standard = gnome-themes-standard ; # added 2018-02-25
2020-08-14 11:36:39 +01:00
gnunet_git = throw " g n u n e t _ g i t w a s r e m o v e d d u e t o g n u n e t b e c o m i n g s t a b l e " ; # added 2019-05-27
2020-10-16 21:31:20 +01:00
# Added 2020-10-16
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 ;
2020-10-05 10:04:49 +01:00
} ;
2020-10-16 21:31:20 +01:00
gnuradio-nacl = gnuradio3_7 . pkgs . nacl ; # added 2019-05-27, changed 2020-10-16
gnuradio-gsm = gnuradio3_7 . pkgs . gsm ; # added 2019-05-27, changed 2020-10-16
gnuradio-ais = gnuradio3_7 . pkgs . ais ; # added 2019-05-27, changed 2020-10-16
gnuradio-limesdr = gnuradio3_7 . pkgs . limesdr ; # added 2019-05-27, changed 2020-10-16
gnuradio-rds = gnuradio3_7 . pkgs . rds ; # added 2019-05-27, changed 2020-10-16
gnuradio-osmosdr = gnuradio3_7 . pkgs . osmosdr ; # added 2019-05-27, changed 2020-10-16
gr-nacl = gnuradio3_7 . pkgs . nacl ; # added 2019-05-27, changed 2020-10-16
gr-gsm = gnuradio3_7 . pkgs . gsm ; # added 2019-05-27, changed 2020-10-16
gr-ais = gnuradio3_7 . pkgs . ais ; # added 2019-05-27, changed 2020-10-16
gr-limesdr = gnuradio3_7 . pkgs . limesdr ; # added 2019-05-27, changed 2020-10-16
gr-rds = gnuradio3_7 . pkgs . rds ; # added 2019-05-27, changed 2020-10-16
gr-osmosdr = gnuradio3_7 . pkgs . osmosdr ; # added 2019-05-27, changed 2020-10-16
2018-04-26 01:55:18 +01:00
gnustep-make = gnustep . make ; # added 2016-7-6
2020-07-20 18:19:15 +01:00
gnupg20 = throw " g n u p g 2 0 h a s b e e n r e m o v e d f r o m n i x p k g s a s u p s t r e a m d r o p p e d s u p p o r t o n 2 0 1 7 - 1 2 - 3 1 " ; # added 2020-07-12
2021-01-14 12:33:03 +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
2021-03-14 18:03:18 +00:00
gmock = gtest ; # moved from top-level 2021-03-14
2020-04-29 01:16:20 +01:00
go_1_12 = throw " g o _ 1 _ 1 2 h a s b e e n r e m o v e d " ; # added 2020-04-26
2018-04-26 01:55:18 +01:00
go-pup = pup ; # added 2017-12-19
2021-02-01 10:38:23 +00:00
gobby5 = gobby ; # added 2021-02-01
2018-12-02 11:41:15 +00:00
gobjectIntrospection = gobject-introspection ; # added 2018-12-02
2018-09-16 17:20:18 +01:00
goimports = gotools ; # added 2018-09-16
2020-10-20 11:31:57 +01:00
gometalinter = throw " 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
2019-07-25 10:04:55 +01:00
google-gflags = gflags ; # added 2019-07-25
2021-03-06 07:44:50 +00:00
google-music-scripts = throw " g o o g l e - m u s i c - s c r i p t s h a s b e e n r e m o v e d b e c a u s e G o o g l e P l a y M u s i c w a s d i s c o n t i n u e d " ; # added 2021-03-07
2021-03-06 07:46:10 +00:00
google-musicmanager = throw " g o o g l e - m u s i c m a n a g e r h a s b e e n r e m o v e d b e c a u s e G o o g l e P l a y M u s i c w a s d i s c o n t i n u e d " ; # added 2021-03-07
2018-04-26 01:55:18 +01:00
googleAuthenticator = google-authenticator ; # added 2016-10-16
2017-02-25 15:44:01 +00:00
grantlee5 = libsForQt5 . grantlee ; # added 2015-12-19
2018-02-25 02:23:58 +00:00
gsettings_desktop_schemas = gsettings-desktop-schemas ; # added 2018-02-25
gtk_doc = gtk-doc ; # added 2018-02-25
2017-09-24 14:45:11 +01:00
guileCairo = guile-cairo ; # added 2017-09-24
guileGnome = guile-gnome ; # added 2017-09-24
2021-05-07 22:18:14 +01:00
gnome3 = gnome ; # added 2021-05-07
2017-09-27 11:59:56 +01:00
guileLint = guile-lint ; # added 2017-09-27
2018-04-26 01:55:18 +01:00
guile_lib = guile-lib ; # added 2017-09-24
2017-09-24 14:45:11 +01:00
guile_ncurses = guile-ncurses ; # added 2017-09-24
2018-02-25 02:23:58 +00:00
gupnp_av = gupnp-av ; # added 2018-02-25
gupnp_dlna = gupnp-dlna ; # added 2018-02-25
gupnp_igd = gupnp-igd ; # added 2018-02-25
2016-03-18 19:35:10 +00:00
gupnptools = gupnp-tools ; # added 2015-12-19
2018-11-17 22:53:15 +00:00
gutenberg = zola ; # added 2018-11-17
2021-02-07 22:06:15 +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
2018-05-01 19:46:05 +01:00
heimdalFull = heimdal ; # added 2018-05-01
2019-08-05 21:54:56 +01:00
hepmc = hepmc2 ; # added 2019-08-05
2020-10-20 11:31:57 +01:00
hexen = throw " h e x e n ( S D L p o r t ) h a s b e e n r e m o v e d : a b a n d o n e d b y u p s t r e a m . " ; # added 2019-12-11
2018-02-25 02:23:58 +00:00
hicolor_icon_theme = hicolor-icon-theme ; # added 2018-02-25
2021-02-12 23:43:13 +00:00
ht-rust = xh ; # added 2021-02-13
2016-03-18 19:35:10 +00:00
htmlTidy = html-tidy ; # added 2014-12-06
2017-03-19 11:40:52 +00:00
iana_etc = iana-etc ; # added 2017-03-08
2019-08-21 20:21:39 +01:00
icedtea8_web = adoptopenjdk-icedtea-web ; # added 2019-08-21
icedtea_web = adoptopenjdk-icedtea-web ; # added 2019-08-21
2017-04-03 02:21:30 +01:00
idea = jetbrains ; # added 2017-04-03
2021-02-22 13:17:52 +00:00
imagemagick7_light = imagemagick_light ; # added 2021-02-22
imagemagick7 = imagemagick ; # added 2021-02-22
imagemagick7Big = imagemagickBig ; # added 2021-02-22
2020-12-11 07:42:14 +00:00
inboxer = throw " i n b o x e r h a s b e e n r e m o v e d a s i t i s n o l o n g e r m a i n t a i n e d a n d n o l o n g e r w o r k s a s G o o g l e s h u t d o w n t h e i n b o x s e r v i c e t h i s p a c k a g e w r a p p e d . " ;
2019-08-09 11:54:15 +01:00
infiniband-diags = rdma-core ; # added 2019-08-09
2016-03-18 19:35:10 +00:00
inotifyTools = inotify-tools ;
2021-03-29 02:54:34 +01:00
inter-ui = inter ; # added 2021-03-27
2021-03-14 16:05:16 +00:00
iproute = iproute2 ; # moved from top-level 2021-03-14
2020-11-21 02:06:06 +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
2021-03-14 16:03:47 +00:00
jack2Full = jack2 ; # moved from top-level 2021-03-14
2020-11-21 02:04:06 +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
2021-03-15 20:48:12 +00:00
jbidwatcher = throw " j b i d w a t c h e r w a s d i s c o n t i n u e d i n m a r c h 2 0 2 1 " ; # added 2021-03-15
2021-02-26 16:35:41 +00:00
jbuilder = dune_1 ; # added 2018-09-09
2020-10-20 11:31:57 +01:00
jikes = throw " j i k e s w a s d e p r e c a t e d o n 2 0 1 9 - 1 0 - 0 7 : a b a n d o n e d b y u p s t r e a m " ;
2016-03-18 19:35:10 +00:00
joseki = apache-jena-fuseki ; # added 2016-02-28
2018-02-25 02:23:58 +00:00
json_glib = json-glib ; # added 2018-02-25
2021-06-03 20:29:19 +01:00
kalk = kalker ; # added 2021-06-03
2020-06-15 12:03:34 +01:00
kdecoration-viewer = throw " k d e c o r a t i o n - v i e w e r h a s b e e n r e m o v e d f r o m n i x p k g s , a s t h e r e i s n o u p s t r e a m a c t i v i t y " ; # 2020-06-16
2020-11-06 08:45:58 +00:00
k9copy = throw " k 9 c o p y h a s b e e n r e m o v e d f r o m n i x p k g s , a s t h e r e i s n o u p s t r e a m a c t i v i t y " ; # 2020-11-06
2021-03-10 03:47:47 +00:00
kodiGBM = kodi-gbm ;
kodiPlain = kodi ;
kodiPlainWayland = kodi-wayland ;
2021-04-24 13:01:47 +01: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
2021-03-12 16:14:11 +00:00
julia_07 = throw " j u l i a _ 0 7 h a s b e e n d e p r e c a t e d i n f a v o r o f t h e l a t e s t L T S v e r s i o n " ; # added 2020-09-15
julia_1 = throw " j u l i a _ 1 h a s b e e n d e p r e c a t e d i n f a v o r o f j u l i a _ 1 0 a s i t w a s a m b i g u o u s " ; # added 2021-03-13
2021-03-12 16:02:53 +00:00
julia_11 = throw " j u l i a _ 1 1 h a s b e e n d e p r e c a t e d i n f a v o r o f t h e l a t e s t s t a b l e v e r s i o n " ; # added 2020-09-15
julia_13 = throw " j u l i a _ 1 3 h a s b e e n d e p r e c a t e d i n f a v o r o f t h e l a t e s t s t a b l e v e r s i o n " ; # added 2021-03-13
2021-04-11 01:09:07 +01:00
kbdKeymaps = throw " k b d K e y m a p s i s n o t n e e d e d a n y m o r e s i n c e d v p a n d n e o a r e n o w p a r t o f k b d " ; # added 2021-04-11
2020-12-11 18:52:16 +00:00
kdeconnect = plasma5Packages . kdeconnect-kde ; # added 2020-10-28
2017-02-18 18:02:15 +00:00
kdiff3-qt5 = kdiff3 ; # added 2017-02-18
2018-04-26 01:55:18 +01:00
keepass-keefox = keepass-keepassrpc ; # backwards compatibility alias, added 2018-02
2017-11-07 15:54:01 +00:00
keepassx-community = keepassxc ; # added 2017-11
2018-04-26 01:55:18 +01:00
keepassx-reboot = keepassx-community ; # added 2017-02-01
keepassx2-http = keepassx-reboot ; # added 2016-10-17
2016-08-24 23:21:36 +01:00
keybase-go = keybase ; # added 2016-08-24
2020-04-22 13:23:48 +01:00
kinetic-cpp-client = throw " k i n e t i c - c p p - c l i e n t h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t ' s a b a n d o n e d . " ; # 2020-04-28
2019-11-26 11:02:49 +00:00
kicad-with-packages3d = kicad ; # added 2019-11-25
2021-03-09 07:55:43 +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 . " ; # 2021-03-09
2021-04-25 09:24:02 +01: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
2017-02-18 18:04:57 +00:00
krename-qt5 = krename ; # added 2017-02-18
2021-03-14 16:11:48 +00:00
kerberos = libkrb5 ; # moved from top-level 2021-03-14
2019-12-11 03:37:14 +00:00
keymon = throw " k e y m o n h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t ' s a b a n d o n e d a n d a r c h i v e d . " ; # 2019-12-10
2021-04-13 14:01:56 +01:00
kramdown-rfc2629 = rubyPackages . kramdown-rfc2629 ; # added 2021-03-23
2018-04-26 01:55:18 +01:00
kvm = qemu_kvm ; # added 2018-04-25
2020-03-18 02:32:56 +00:00
latinmodern-math = lmmath ;
2016-05-16 21:39:34 +01:00
letsencrypt = certbot ; # added 2016-05-16
2018-04-26 01:55:18 +01:00
libaudit = audit ; # added 2018-04-25
2018-02-25 02:23:58 +00:00
libcanberra_gtk2 = libcanberra-gtk2 ; # added 2018-02-25
libcanberra_gtk3 = libcanberra-gtk3 ; # added 2018-02-25
2016-04-29 03:42:30 +01:00
libcap_manpages = libcap . doc ; # added 2016-04-29
libcap_pam = if stdenv . isLinux then libcap . pam else null ; # added 2016-04-29
2020-03-04 00:21:34 +00:00
libcroco = throw " 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
2019-12-11 03:41:24 +00:00
libindicate = throw " l i b i n d a c a t e h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t ' s a b a n d o n e d a n d u s e s d e p r e c a t e d l i b r a r i e s " ; # added 2019-12-10
libindicate-gtk3 = throw " l i b i n d a c a t e - g t k 2 h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t ' s a b a n d o n e d a n d u s e s d e p r e c a t e d l i b r a r i e s " ; # added 2019-12-10
libindicate-gtk2 = throw " l i b i n d a c a t e - g t k 3 h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t ' s a b a n d o n e d a n d u s e s d e p r e c a t e d l i b r a r i e s " ; # added 2019-12-10
2016-04-29 03:42:30 +01:00
libcap_progs = libcap . out ; # added 2016-04-29
2021-05-15 18:15:22 +01: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
2018-04-26 01:55:18 +01:00
libdbusmenu_qt5 = libsForQt5 . libdbusmenu ; # added 2015-12-19
2018-05-01 19:46:05 +01:00
libdbusmenu-glib = libdbusmenu ; # added 2018-05-01
2018-12-13 17:54:38 +00:00
liberation_ttf_v1_from_source = liberation_ttf_v1 ; # added 2018-12-12
liberation_ttf_v2_from_source = liberation_ttf_v2 ; # added 2018-12-12
2018-12-13 17:36:11 +00:00
liberationsansnarrow = liberation-sans-narrow ; # added 2018-12-12
2018-02-25 02:23:58 +00:00
libgnome_keyring = libgnome-keyring ; # added 2018-02-25
libgnome_keyring3 = libgnome-keyring3 ; # added 2018-02-25
2018-01-21 13:29:45 +00:00
libgumbo = gumbo ; # added 2018-01-21
2020-10-15 15:22:14 +01:00
libGL_driver = mesa . drivers ; # added 2019-05-28
2021-01-10 11:03:59 +00:00
libintlOrEmpty = lib . optional ( ! stdenv . isLinux || stdenv . hostPlatform . libc != " g l i b c " ) gettext ; # added 2018-03-14
2020-06-05 17:19:14 +01:00
libjpeg_drop = libjpeg_original ; # added 2020-06-05
2017-02-28 16:11:32 +00:00
libjson_rpc_cpp = libjson-rpc-cpp ; # added 2017-02-28
2020-03-27 18:50:45 +00:00
liblapackWithoutAtlas = lapack-reference ; # added 2018-11-05
2020-06-14 22:01:44 +01:00
liblastfm = libsForQt5 . liblastfm ; # added 2020-06-14
2020-03-22 23:18:53 +00:00
liblrdf = lrdf ; # added 2018-04-25
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 " ;
2019-01-01 16:19:07 +00:00
libqrencode = qrencode ; # added 2019-01-01
2020-03-22 23:18:53 +00:00
librdf = lrdf ; # added 2020-03-22
2018-04-26 01:55:18 +01:00
librecad2 = librecad ; # backwards compatibility alias, added 2015-10
libsysfs = sysfsutils ; # added 2018-04-25
2016-03-18 19:35:10 +00:00
libtidy = html-tidy ; # added 2014-12-21
2020-10-20 11:31:57 +01:00
libtxc_dxtn = throw " 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 " ;
2018-04-26 01:55:18 +01:00
libudev = udev ; # added 2018-04-25
2021-02-12 21:15:48 +00:00
libungif = giflib ; # added 2020-02-12
2020-04-28 04:41:00 +01:00
libusb = libusb1 ; # added 2020-04-28
2019-12-11 03:37:44 +00:00
libsexy = throw " l i b s e x y h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t ' s a b a n d o n e d a n d n o p a c k a g e n e e d e d i t . " ; # 2019-12-10
2020-04-14 01:44:43 +01:00
libstdcxxHook = throw " l i b s t d c x x h o o k h a s b e e n r e m o v e d b e c a u s e c c - w r a p p e r i s n o w d i r e c t l y a w a r e o f t h e c + + s t a n d a r d l i b r a r y i n t e n d e d t o b e u s e d . " ; # 2020-06-22
2020-04-10 02:38:20 +01:00
libqmatrixclient = throw " l i b q m a t r i x c l i e n t w a s r e n a m e d t o l i b q u o t i e n t " ; # added 2020-04-09
2021-03-11 22:54:44 +00:00
lilypond-unstable = lilypond ; # added 2021-03-11
2016-03-18 19:35:10 +00:00
links = links2 ; # added 2016-01-31
2019-08-17 17:42:22 +01:00
linux_rpi0 = linux_rpi1 ;
linuxPackages_rpi0 = linuxPackages_rpi1 ;
2020-04-04 22:47:13 +01:00
# added 2020-04-04
linuxPackages_testing_hardened = throw " 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 " ;
2021-04-01 18:30:29 +01:00
# added 2021-04-04
linuxPackages_xen_dom0 = linuxPackages ;
linuxPackages_latest_xen_dom0 = linuxPackages_latest ;
linuxPackages_xen_dom0_hardened = linuxPackages_hardened ;
linuxPackages_latest_xen_dom0_hardened = linuxPackages_latest_hardened ;
2020-05-22 08:00:39 +01:00
linux-steam-integration = throw " l i n u x - s t e a m - i n t e g r a t i o n h a s b e e n r e m o v e d , a s t h e u p s t r e a m p r o j e c t h a s b e e n a b a n d o n e d " ; # added 2020-05-22
2020-03-28 13:54:59 +00:00
loadcaffe = throw " l o a d c a f f e h a s b e e n r e m o v e d , a s t h e u p s t r e a m p r o j e c t h a s b e e n a b a n d o n e d " ; # added 2020-03-28
2021-02-05 19:28:07 +00:00
lprof = throw " l p r o f h a s b e e n r e m o v e d a s i t ' s u n m a i n t a i n e d u p s t r e a m a n d b r o k e n i n n i x p k g s s i n c e a w h i l e a g o " ; # added 2021-02-15
2016-03-18 19:35:10 +00:00
lttngTools = lttng-tools ; # added 2014-07-31
lttngUst = lttng-ust ; # added 2014-07-31
2017-05-02 11:44:00 +01:00
lua5_1_sockets = lua51Packages . luasocket ; # added 2017-05-02
lua5_expat = luaPackages . luaexpat ; # added 2017-05-02
2018-04-26 01:55:18 +01:00
lua5_sec = luaPackages . luasec ; # added 2017-05-02
2020-06-03 16:28:34 +01:00
lxappearance-gtk3 = throw " 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
2017-01-19 23:48:24 +00:00
m3d-linux = m33-linux ; # added 2016-08-13
2016-05-23 18:50:25 +01:00
man_db = man-db ; # added 2016-05
2018-04-26 01:55:18 +01:00
manpages = man-pages ; # added 2015-12-06
2020-08-15 15:43:59 +01:00
marathon = throw " 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
2021-03-14 16:11:57 +00:00
mysql = mariadb ; # moved from top-level 2021-03-14
2019-08-01 12:26:16 +01:00
mariadb-client = hiPrio mariadb . client ; #added 2019.07.28
2020-05-09 11:28:28 +01:00
matcha = throw " m a t c h a w a s r e n a m e d t o m a t c h a - g t k - t h e m e " ; # added 2020-05-09
2020-08-15 15:19:28 +01:00
mathics = throw " m a t h i c s h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t ' s u n m a i n t a i n e d " ; # added 2020-08-15
2020-01-28 05:37:23 +00:00
matrique = spectral ; # added 2020-01-27
2019-12-11 09:55:40 +00:00
mbedtls_1_3 = throw " m b e d t l s _ 1 _ 3 i s e n d o f l i f e , s e e h t t p s : / / t l s . m b e d . o r g / k b / h o w - t o / u p g r a d e - 2 . 0 " ; # added 2019-12-08
2021-05-17 01:33:18 +01:00
meme = meme-image-generator ; # added 2021-04-21
2019-10-30 19:32:30 +00:00
mess = mame ; # added 2019-10-30
2020-05-23 22:42:12 +01:00
mcgrid = throw " m c g r i d h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t ' s n o t c o m p a t i b l e w i t h r i v e t 3 " ; # added 2020-05-23
2020-11-25 16:13:49 +00:00
mcomix = throw " m c o m i x h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t ' s u n m a i n t a i n e d ; t r y m c o m i x 3 a P y t h o n 3 f o r k " ; # added 2019-12-10, modified 2020-11-25
2019-11-26 20:39:56 +00:00
mirage = throw " m i r a g e h a s b e e n f e m o v e d f r o m n i x p k g s , a s i t ' s u n m a i n t a i n e d " ; # added 2019-12-10
2021-03-06 07:51:31 +00:00
mopidy-gmusic = throw " m o p i d y - g m u s i c h a s b e e n r e m o v e d b e c a u s e G o o g l e P l a y M u s i c w a s d i s c o n t i n u e d " ; # added 2021-03-07
2020-07-19 20:02:03 +01: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
2020-10-18 18:22:12 +01:00
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
2019-08-01 12:26:16 +01:00
mysql-client = hiPrio mariadb . client ;
2019-05-08 16:10:17 +01:00
memtest86 = memtest86plus ; # added 2019-05-08
2019-05-28 20:09:34 +01:00
mesa_noglu = mesa ; # added 2019-05-28
# NOTE: 2018-07-12: legacy alias:
2021-04-01 19:32:45 +01:00
# grsecurity business is done: https://www.theregister.co.uk/2018/02/08/bruce_perens_grsecurity_anti_slapp/
2019-05-28 20:09:34 +01:00
# floating point textures patents are expired,
# so package reduced to alias
mesa_drivers = mesa . drivers ;
2020-08-15 15:29:21 +01:00
mesos = throw " 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
2016-03-18 19:35:10 +00:00
midoriWrapper = midori ; # added 2015-01
2020-08-15 14:41:13 +01:00
mist = throw " m i s t h a s b e e n r e m o v e d a s t h e u p s t r e a m p r o j e c t h a s b e e n a b a n d o n e d , s e e h t t p s : / / g i t h u b . c o m / e t h e r e u m / m i s t # m i s t - b r o w s e r - d e p r e c a t e d " ; # added 2020-08-15
2017-02-25 15:44:01 +00:00
mlt-qt5 = libsForQt5 . mlt ; # added 2015-12-19
2018-02-25 02:23:58 +00:00
mobile_broadband_provider_info = mobile-broadband-provider-info ; # added 2018-02-25
2020-02-02 23:14:55 +00:00
moby = throw " 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 . " ;
2016-04-22 08:44:55 +01:00
module_init_tools = kmod ; # added 2016-04-22
2020-10-20 11:31:57 +01:00
mono-zeroconf = throw " m o n o - z e r o c o n f w a s d e p r e c a t e d o n 2 0 1 9 - 0 9 - 2 0 : a b a n d o n e d b y u p s t r e a m . " ;
2018-10-27 15:56:25 +01:00
mozart = mozart2-binary ; # added 2019-09-23
mozart-binary = mozart2-binary ; # added 2019-09-23
2021-02-11 13:25:53 +00:00
mpd_clientlib = libmpdclient ; # added 2021-02-11
2018-08-06 13:44:46 +01:00
mpich2 = mpich ; # added 2018-08-06
2018-04-26 01:55:18 +01:00
msf = metasploit ; # added 2018-04-25
2018-08-18 00:53:33 +01:00
libmsgpack = msgpack ; # added 2018-08-17
2016-03-18 19:35:10 +00:00
mssys = ms-sys ; # added 2015-12-13
2020-06-11 17:42:37 +01:00
mpv-with-scripts = self . wrapMpv self . mpv-unwrapped { } ; # added 2020-05-22
2016-03-18 19:35:10 +00:00
multipath_tools = multipath-tools ; # added 2016-01-21
mupen64plus1_5 = mupen64plus ; # added 2016-02-12
2021-04-19 16:26:08 +01: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
2017-01-19 15:39:28 +00:00
mysqlWorkbench = mysql-workbench ; # added 2017-01-19
2018-04-26 01:55:18 +01:00
nagiosPluginsOfficial = monitoring-plugins ;
2021-06-06 06:29:42 +01: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
2016-01-26 01:58:17 +00:00
ncat = nmap ; # added 2016-01-26
2018-04-29 20:46:54 +01:00
netcat-openbsd = libressl . nc ; # added 2018-04-25
2020-09-01 00:27:00 +01:00
netease-cloud-music = throw " 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
2018-02-25 02:23:58 +00:00
networkmanager_fortisslvpn = networkmanager-fortisslvpn ; # added 2018-02-25
networkmanager_iodine = networkmanager-iodine ; # added 2018-02-25
networkmanager_l2tp = networkmanager-l2tp ; # added 2018-02-25
networkmanager_openconnect = networkmanager-openconnect ; # added 2018-02-25
networkmanager_openvpn = networkmanager-openvpn ; # added 2018-02-25
networkmanager_vpnc = networkmanager-vpnc ; # added 2018-02-25
2020-03-28 13:54:59 +00:00
neutral-style = throw " 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
2016-03-18 19:35:10 +00:00
nfsUtils = nfs-utils ; # added 2014-12-06
2018-04-26 01:55:18 +01:00
nginxUnstable = nginxMainline ; # added 2018-04-25
nilfs_utils = nilfs-utils ; # added 2018-04-25
2020-03-28 13:54:59 +00:00
nix-review = nixpkgs-review ; # added 2019-12-22
2021-05-21 14:21:31 +01:00
nixFlakes = nixUnstable ; # added 2021-05-21
2018-04-26 01:55:18 +01:00
nmap_graphical = nmap-graphical ; # added 2017-01-19
nologin = shadow ; # added 2018-04-25
2021-05-27 13:20:48 +01: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
2019-02-16 15:50:18 +00:00
nxproxy = nx-libs ; # added 2019-02-15
2020-10-20 11:31:57 +01:00
nylas-mail-bin = throw " n y l a s - m a i l - b i n w a s d e p r e c a t e d o n 2 0 1 9 - 0 9 - 1 1 : a b a n d o n e d b y u p s t r e a m " ;
2021-04-18 13:17:11 +01:00
oauth2_proxy = oauth2-proxy ; # added 2021-04-18
2018-04-26 01:55:18 +01:00
opencascade_oce = opencascade ; # added 2018-04-25
2019-12-11 03:40:18 +00:00
oblogout = throw " o b l o g o u t h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t ' s a r c h i v e d u p s t r e a m . " ; # added 2019-12-10
2017-01-19 23:48:24 +00:00
opencl-icd = ocl-icd ; # added 2017-01-20
2021-05-15 16:29:36 +01: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
2018-04-26 01:55:18 +01:00
openexr_ctl = ctl ; # added 2018-04-25
2021-01-28 11:53:10 +00:00
openisns = open-isns ; # added 2020-01-28
2021-01-24 13:38:23 +00:00
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
2021-01-25 09:13:24 +00:00
openjpeg_2 = openjpeg ; # added 2021-01-25
2018-12-05 21:12:48 +00:00
opensans-ttf = open-sans ; # added 2018-12-04
2018-02-14 09:53:54 +00:00
openssh_with_kerberos = openssh ; # added 2018-01-28
2021-06-09 15:44:15 +01:00
orchis = orchis-theme ; # added 2021-06-09
2020-12-05 05:38:17 +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
2019-11-24 21:33:51 +00:00
osquery = throw " o s q u e r y h a s b e e n r e m o v e d . " ; # added 2019-11-24
2021-01-01 16:02:32 +00:00
osxfuse = macfuse-stubs ; # added 2021-03-20
2020-01-10 10:30:45 +00:00
otter-browser = throw " o t t e r - b r o w s e r h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t w a s u n m a i n t a i n e d " ; # added 2020-02-02
2016-08-21 20:33:56 +01:00
owncloudclient = owncloud-client ; # added 2016-08
2018-02-25 02:23:58 +00:00
p11_kit = p11-kit ; # added 2018-02-25
2020-08-01 07:01:08 +01:00
parity = openethereum ; # added 2020-08-01
2018-10-13 09:12:26 +01:00
parquet-cpp = arrow-cpp ; # added 2018-09-08
2018-04-18 20:27:03 +01:00
pass-otp = pass . withExtensions ( ext : [ ext . pass-otp ] ) ; # added 2018-05-04
2020-11-02 20:12:27 +00:00
pdf2htmlEx = throw " 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
2018-10-13 00:00:19 +01:00
perlXMLParser = perlPackages . XMLParser ; # added 2018-10-12
2018-10-13 00:19:55 +01:00
perlArchiveCpio = perlPackages . ArchiveCpio ; # added 2018-10-12
2016-12-29 20:12:49 +00:00
pgp-tools = signing-party ; # added 2017-03-26
2019-01-16 12:21:06 +00:00
pg_tmp = ephemeralpg ; # added 2018-01-16
2020-03-22 13:31:13 +00:00
2021-06-03 14:06:06 +01:00
# Obsolete PHP version aliases
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
php73Packages = php73 ; # added 2021-06-03
php73Extensions = php73 ; # added 2021-06-03
2020-03-22 13:31:13 +00:00
php-embed = throw ''
2020-04-24 12:29:46 +01:00
php * - embed has been dropped , you can build something similar
with the following snippet :
php74 . override { embedSupport = true ; apxs2Support = false ; }
2020-03-22 13:31:13 +00:00
'' ; # a d d e d 2 0 2 0 - 0 4 - 0 1
php73-embed = php-embed ; # added 2020-04-01
php74-embed = php-embed ; # added 2020-04-01
phpPackages-embed = throw ''
2020-04-24 12:29:46 +01:00
php * Packages-embed has been dropped , you can build something
similar with the following snippet :
( php74 . override { embedSupport = true ; apxs2Support = false ; } ) . packages
2020-03-22 13:31:13 +00:00
'' ; # a d d e d 2 0 2 0 - 0 4 - 0 1
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 ;
}
2020-03-22 13:32:42 +00:00
'' ; # a d d e d 2 0 2 0 - 0 4 - 0 1
php73-unit = php-unit ; # added 2020-04-01
php74-unit = php-unit ; # added 2020-04-01
phpPackages-unit = throw ''
2020-04-24 12:29:46 +01:00
php * Packages-unit has been dropped , you can build something
similar with this following snippet :
2020-03-22 13:32:42 +00:00
( php74 . override {
2020-04-24 12:29:46 +01:00
embedSupport = true ;
apxs2Support = false ;
systemdSupport = false ;
phpdbgSupport = false ;
cgiSupport = false ;
fpmSupport = false ;
} ) . packages
2020-03-22 13:32:42 +00:00
'' ; # a d d e d 2 0 2 0 - 0 4 - 0 1
php73Packages-unit = phpPackages-unit ;
2021-06-03 14:06:06 +01:00
php74Packages-unit = phpPackages-unit ;
2020-03-22 13:32:42 +00:00
2016-06-09 11:19:44 +01:00
pidgin-with-plugins = pidgin ; # added 2016-06
2018-01-08 03:16:24 +00:00
pidginlatex = pidgin-latex ; # added 2018-01-08
2018-04-26 01:55:18 +01:00
pidginlatexSF = pidgin-latex ; # added 2014-11-02
2018-01-08 03:16:24 +00:00
pidginmsnpecan = pidgin-msn-pecan ; # added 2018-01-08
pidginosd = pidgin-osd ; # added 2018-01-08
2018-04-26 01:55:18 +01:00
pidginotr = pidgin-otr ; # added 2018-01-08
2018-01-08 03:16:24 +00:00
pidginsipe = pidgin-sipe ; # added 2018-01-08
pidginwindowmerge = pidgin-window-merge ; # added 2018-01-08
2018-04-26 01:55:18 +01:00
piwik = matomo ; # added 2018-01-16
2021-01-19 06:50:56 +00:00
pkgconfig = pkg-config ; # added 2018-02-02, moved to aliases.nix 2021-01-18
pkgconfigUpstream = pkg-configUpstream ; # added 2018-02-02
2021-02-02 08:53:54 +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
2021-06-07 13:33:08 +01:00
pleroma-otp = pleroma ; # added 2021-07-10
2018-04-26 01:55:18 +01:00
pltScheme = racket ; # just to be sure
2019-02-28 18:07:00 +00:00
plexpy = tautulli ; # plexpy got renamed to tautulli, added 2019-02-22
2018-11-01 19:07:47 +00:00
pmtools = acpica-tools ; # added 2018-11-01
2019-12-08 21:56:14 +00:00
polarssl = mbedtls ; # added 2018-04-25
2017-02-25 15:44:01 +00:00
poppler_qt5 = libsForQt5 . poppler ; # added 2015-12-19
2018-10-23 17:22:14 +01:00
postgresql96 = postgresql_9_6 ;
2020-10-20 11:31:57 +01:00
postgresql100 = throw " p o s t g r e s q l 1 0 0 w a s d e p r e c a t e d o n 2 0 1 8 - 1 0 - 2 1 : u s e p o s t g r e s q l _ 1 0 i n s t e a d " ;
2019-01-26 17:46:57 +00:00
# postgresql plugins
pgjwt = postgresqlPackages . pgjwt ;
pg_repack = postgresqlPackages . pg_repack ;
pgroonga = postgresqlPackages . pgroonga ;
pg_similarity = postgresqlPackages . pg_similarity ;
pgtap = postgresqlPackages . pgtap ;
plv8 = postgresqlPackages . plv8 ;
timescaledb = postgresqlPackages . timescaledb ;
tsearch_extras = postgresqlPackages . tsearch_extras ;
cstore_fdw = postgresqlPackages . cstore_fdw ;
pg_hll = postgresqlPackages . pg_hll ;
pg_cron = postgresqlPackages . pg_cron ;
pg_topn = postgresqlPackages . pg_topn ;
2019-10-13 23:14:42 +01:00
pinentry_curses = pinentry-curses ; # added 2019-10-14
pinentry_emacs = pinentry-emacs ; # added 2019-10-14
pinentry_gtk2 = pinentry-gtk2 ; # added 2019-10-14
pinentry_qt = pinentry-qt ; # added 2019-10-14
pinentry_gnome = pinentry-gnome ; # added 2019-10-14
2020-02-11 14:52:15 +00:00
pinentry_qt5 = pinentry-qt ; # added 2020-02-11
2019-01-26 19:15:43 +00:00
postgis = postgresqlPackages . postgis ;
2019-01-26 17:46:57 +00:00
# end
2020-10-20 11:31:57 +01:00
ppl-address-book = throw " p p l - a d d r e s s - b o o k d e p r e c a t e d o n 2 0 1 9 - 0 5 - 0 2 : a b a n d o n e d b y u p s t r e a m . " ;
2021-05-18 10:59:23 +01: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
2019-08-17 03:21:00 +01:00
processing3 = processing ; # added 2019-08-16
2018-07-08 21:09:25 +01:00
procps-ng = procps ; # added 2018-06-08
2021-04-11 17:58:09 +01: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
2021-03-16 01:05:37 +00:00
prometheus-cups-exporter = throw " o u t d a t e d a n d b r o k e n b y d e s i g n ; r e m o v e d b y d e v e l o p e r . " ; # added 2021-03-16
2019-12-16 00:43:28 +00:00
pygmentex = texlive . bin . pygmentex ; # added 2019-12-15
2021-03-21 02:18:15 +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
2019-08-30 19:59:44 +01:00
pyo3-pack = maturin ;
2019-12-11 03:42:06 +00:00
pmenu = throw " p m e n u h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t s m a i n t a i n e r i s n o l o n g e r i n t e r e s t e d i n t h e p a c k a g e . " ; # added 2019-12-10
2018-05-01 19:46:05 +01:00
pulseaudioLight = pulseaudio ; # added 2018-04-25
2021-02-13 02:32:54 +00:00
pulseeffects = throw " U s e p u l s e e f f e c t s - l e g a c y i f y o u u s e P u l s e A u d i o a n d p u l s e e f f e c t s - p w i f y o u u s e P i p e W i r e . " ; # added 2021-02-13, move back once we default to PipeWire audio server.
2020-10-20 11:31:57 +01:00
phonon-backend-gstreamer = throw " p h o n o n - b a c k e n d - g s t r e a m e r : P l e a s e u s e l i b s F o r Q t 5 . p h o n o n - b a c k e n d - g s t r e a m e r , a s Q t 4 s u p p o r t i n t h i s p a c k a g e h a s b e e n r e m o v e d . " ; # added 2019-11-22
phonon-backend-vlc = throw " p h o n o n - b a c k e n d - v l c : P l e a s e u s e l i b s F o r Q t 5 . p h o n o n - b a c k e n d - v l c , a s Q t 4 s u p p o r t i n t h i s p a c k a g e h a s b e e n r e m o v e d . " ; # added 2019-11-22
phonon = throw " p h o n o n : P l e a s e u s e l i b s F o r Q t 5 . p h o n o n , a s Q t 4 s u p p o r t i n t h i s p a c k a g e h a s b e e n r e m o v e d . " ; # added 2019-11-22
2021-05-14 14:58:03 +01:00
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
2020-10-24 13:00:00 +01:00
pynagsystemd = throw " p y n a g s y s t e m d w a s r e m o v e d a s i t w a s u n m a i n t a i n e d a n d i n c o m p a t i b l e w i t h r e c e n t s y s t e m d v e r s i o n s . I n s t e a d u s e i t s f o r k c h e c k _ s y s t e m d . " ; # added 2020-10-24
2021-03-08 10:04:59 +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
2021-04-22 11:27:22 +01: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
2017-02-25 15:44:01 +00:00
qca-qt5 = libsForQt5 . qca-qt5 ; # added 2015-12-19
2020-11-05 15:35:59 +00:00
qcsxcad = libsForQt5 . qcsxcad ; # added 2020-11-05
2021-04-02 14:41:09 +01: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
2020-09-22 21:06:11 +01:00
qr-filetransfer = throw '' " q r - f i l e t r a n s f e r " h a s b e e n r e n a m e d t o " q r c p " '' ; # added 2020-12-02
2016-03-18 19:35:10 +00:00
quake3game = ioquake3 ; # added 2016-01-14
2020-08-31 14:12:45 +01:00
qvim = throw " q v i m h a s b e e n r e m o v e d . " ; # added 2020-08-31
2021-03-08 10:52:14 +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
2017-02-25 15:44:01 +00:00
qwt6 = libsForQt5 . qwt ; # added 2015-12-19
2020-11-07 12:10:39 +00:00
qtcurve = libsForQt5 . qtcurve ; # added 2020-11-07
2020-10-20 11:31:57 +01:00
qtpfsgui = throw " q t p f s g u i i s n o w l u m i n a n c e H D R " ; # added 2019-06-26
2020-04-10 02:38:20 +01:00
quaternion-git = throw " q u a t e r n i o n - g i t h a s b e e n r e m o v e d i n f a v o r o f t h e s t a b l e v e r s i o n ' q u a t e r n i o n ' " ; # added 2020-04-09
2020-12-24 19:53:04 +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
2019-12-21 17:46:15 +00:00
rdf4store = throw " r d f 4 s t o r e h a s b e e n r e m o v e d f r o m n i x p k g s . " ; # added 2019-12-21
2016-03-18 19:35:10 +00:00
rdiff_backup = rdiff-backup ; # added 2014-11-23
2017-08-19 16:20:34 +01:00
rdmd = dtools ; # added 2017-08-19
2021-01-07 20:58:20 +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
2020-10-20 11:31:57 +01:00
rhc = throw " r h c w a s d e p r e c a t e d o n 2 0 1 9 - 0 4 - 0 9 : a b a n d o n e d b y u p s t r e a m . " ;
2018-10-23 23:49:46 +01:00
rng_tools = rng-tools ; # added 2018-10-24
2017-09-28 16:58:42 +01:00
robomongo = robo3t ; #added 2017-09-28
2020-08-21 07:44:15 +01:00
rocm-runtime-ext = throw " 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
2016-03-18 19:35:10 +00:00
rssglx = rss-glx ; #added 2015-03-25
2020-08-25 07:42:55 +01:00
rssh = throw " 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
2021-03-13 20:57:27 +00:00
# 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
2019-12-11 03:39:37 +00:00
recordmydesktop = throw " r e c o r d m y d e s k t o p h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t ' s u n m a i n t a i n e d a n d u s e s d e p r e c a t e d l i b r a r i e s " ; # added 2019-12-10
2020-11-07 11:49:06 +00:00
retroshare06 = retroshare ;
2019-12-11 03:39:37 +00:00
gtk-recordmydesktop = throw " g t k - r e c o r d m y d e s k t o p h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t ' s u n m a i n t a i n e d a n d u s e s d e p r e c a t e d l i b r a r i e s " ; # added 2019-12-10
qt-recordmydesktop = throw " q t - r e c o r d m y d e s k t o p h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t ' s a b a n d o n e d a n d u s e s d e p r e c a t e d l i b r a r i e s " ; # added 2019-12-10
2021-02-04 15:48:29 +00:00
qt-3 = throw " q t - 3 h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t ' s u n m a i n t a i n e d a n d i n s e c u r e " ; # added 2021-02-15
2020-11-24 15:29:28 +00:00
rfkill = throw " r f k i l l h a s b e e n r e m o v e d , a s i t ' s i n c l u d e d i n u t i l - l i n u x " ; # added 2020-08-23
2020-10-14 13:59:42 +01: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
2021-04-08 12:08:53 +01:00
radare2-cutter = cutter ; # added 2021-03-30
2021-04-09 22:40:07 +01:00
redkite = throw " r e d k i t e w a s a r c h i v e d b y u p s t r e a m " ; # added 2021-04-12
2020-03-06 02:01:39 +00:00
rkt = throw " r k t w a s a r c h i v e d b y u p s t r e a m " ; # added 2020-05-16
2020-10-20 11:31:57 +01:00
ruby_2_0_0 = throw " r u b y _ 2 _ 0 _ 0 w a s d e p r e c a t e d o n 2 0 1 8 - 0 2 - 1 3 : u s e a n e w e r v e r s i o n o f r u b y " ;
ruby_2_1_0 = throw " r u b y _ 2 _ 1 _ 0 w a s d e p r e c a t e d o n 2 0 1 8 - 0 2 - 1 3 : u s e a n e w e r v e r s i o n o f r u b y " ;
ruby_2_2_9 = throw " r u b y _ 2 _ 2 _ 9 w a s d e p r e c a t e d o n 2 0 1 8 - 0 2 - 1 3 : u s e a n e w e r v e r s i o n o f r u b y " ;
ruby_2_3_6 = throw " r u b y _ 2 _ 3 _ 6 w a s d e p r e c a t e d o n 2 0 1 8 - 0 2 - 1 3 : u s e a n e w e r v e r s i o n o f r u b y " ;
ruby_2_3 = throw " r u b y _ 2 _ 3 w a s d e p r e c a t e d o n 2 0 1 9 - 0 9 - 0 6 : u s e a n e w e r v e r s i o n o f r u b y " ;
ruby_2_4_3 = throw " r u b y _ 2 _ 4 _ 3 w a s d e p r e c a t e d o n 2 0 1 8 - 0 2 - 1 3 : u s e a n e w e r v e r s i o n o f r u b y " ;
ruby_2_4 = throw " r u b y _ 2 _ 4 w a s d e p r e c a t e d i n 2 0 1 9 - 1 2 : u s e a n e w e r v e r s i o n o f r u b y " ;
ruby_2_5_0 = throw " r u b y _ 2 _ 5 _ 0 w a s d e p r e c a t e d o n 2 0 1 8 - 0 2 - 1 3 : u s e a n e w e r v e r s i o n o f r u b y " ;
rubyPackages_2_4 = throw " r u b y P a c k a g e s _ 2 _ 4 w a s d e p r e c a t e d i n 2 0 1 9 - 1 2 : u s e a n e w e r v e r s i o n o f r u b y P a c k a g e s i n s t e a d " ;
2021-02-01 23:01:58 +00:00
ruby_2_5 = throw " r u b y _ 2 _ 5 w a s d e p r e c a t e d i n 2 0 2 1 - 0 2 : u s e a n e w e r v e r s i o n o f r u b y " ;
rubyPackages_2_5 = throw " r u b y P a c k a g e s _ 2 _ 5 w a s d e p r e c a t e d i n 2 0 2 1 - 0 2 : u s e a n e w e r v e r s i o n o f r u b y P a c k a g e s i n s t e a d " ;
2020-10-20 11:31:57 +01:00
rubygems = throw " r u b y g e m s w a s d e p r e c a t e d o n 2 0 1 6 - 0 3 - 0 2 : r u b y g e m s i s n o w b u n d l e d w i t h r u b y " ;
2020-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-04-17 13:37:33 +01: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
2020-02-13 08:30:22 +00:00
rxvt_unicode-with-plugins = rxvt-unicode ; # added 2020-02-02
2020-01-08 22:44:37 +00:00
rxvt_unicode = rxvt-unicode-unwrapped ; # added 2020-02-02
2021-03-30 20:15:50 +01: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
2021-05-15 17:01:28 +01: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 a n d w a s t h e r e f o r e r e m o v e d f r o m n i x p k g s " ;
thunderbird-bin-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 a n d w a s t h e r e f o r e r e m o v e d f r o m n i x p k g s " ;
2021-04-30 03:26:29 +01: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 " ;
2020-01-08 22:44:37 +00:00
urxvt_autocomplete_all_the_things = rxvt-unicode-plugins . autocomplete-all-the-things ; # added 2020-02-02
urxvt_perl = rxvt-unicode-plugins . perl ; # added 2020-02-02
urxvt_perls = rxvt-unicode-plugins . perls ; # added 2020-02-02
urxvt_tabbedex = rxvt-unicode-plugins . tabbedex ; # added 2020-02-02
urxvt_font_size = rxvt-unicode-plugins . font-size ; # added 2020-02-02
urxvt_theme_switch = rxvt-unicode-plugins . theme-switch ; # added 2020-02-02
urxvt_vtwheel = rxvt-unicode-plugins . vtwheel ; # added 2020-02-02
urxvt_bidi = rxvt-unicode-plugins . bidi ; # added 2020-02-02
2021-03-03 14:38:54 +00:00
s2n = s2n-tls ; # added 2021-03-03
2018-07-22 16:03:19 +01:00
s6Dns = s6-dns ; # added 2018-07-23
s6Networking = s6-networking ; # added 2018-07-23
s6LinuxUtils = s6-linux-utils ; # added 2018-07-23
s6PortableUtils = s6-portable-utils ; # added 2018-07-23
2018-10-27 13:08:35 +01:00
sagemath = sage ; # added 2018-10-27
2018-04-26 01:55:18 +01:00
sam = deadpixi-sam ; # added 2018-04-25
2019-10-15 13:33:08 +01:00
samba3 = throw " S a m b a 3 i s d i s c o n t i n u e d , p l e a s e s w i t c h t o s a m b a 4 " ; # added 2019-10-15
samba3_light = throw " S a m b a 3 i s d i s c o n t i n u e d , p l e a s e s w i t c h t o s a m b a 4 " ; # added 2019-10-15
2020-10-20 11:31:57 +01:00
sambaMaster = throw " s a m b a M a s t e r w a s r e m o v e d i n 2 0 1 9 - 0 9 - 1 3 : o u t d a t e d a n d n o l o n g e r n e e d e d " ;
2016-03-18 19:35:10 +00:00
samsungUnifiedLinuxDriver = samsung-unified-linux-driver ; # added 2016-01-25
saneBackends = sane-backends ; # added 2016-01-02
2021-02-19 17:04:09 +00:00
saneBackendsGit = sane-backends ; # added 2016-01-02
sane-backends-git = sane-backends ; # added 2021-02-19
2016-03-18 19:35:10 +00:00
saneFrontends = sane-frontends ; # added 2016-01-02
2020-10-20 11:31:57 +01:00
sapic = throw " s a p i c w a s d e p r e c a t e d o n 2 0 1 9 - 1 - 1 9 : s a p i c i s b u n d l e d w i t h ' t a m a r i n - p r o v e r ' n o w " ;
2021-03-01 21:42:27 +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
2016-03-18 19:35:10 +00:00
scim = sc-im ; # added 2016-01-22
2018-04-26 01:55:18 +01:00
scollector = bosun ; # added 2018-04-25
2019-10-30 19:35:04 +00:00
sdlmame = mame ; # added 2019-10-30
2020-06-21 22:55:14 +01:00
seeks = throw " 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
2019-11-21 22:31:21 +00:00
seg3d = throw " s e g 3 d h a s b e e n r e m o v e d f r o m n i x p k g s ( 2 0 1 9 - 1 1 - 1 0 ) " ;
2018-02-25 02:23:58 +00:00
shared_mime_info = shared-mime-info ; # added 2018-02-25
2017-02-18 18:08:57 +00:00
skrooge2 = skrooge ; # added 2017-02-18
2020-09-16 20:06:57 +01:00
sky = throw " s k y h a s b e e n r e m o v e d f r o m n i x p k g s ( 2 0 2 0 - 0 9 - 1 6 ) " ;
2017-07-27 20:57:46 +01:00
skype = skypeforlinux ; # added 2017-07-27
2020-10-30 15:07:53 +00:00
skype_call_recorder = throw " 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
2019-09-09 13:30:34 +01:00
skydive = throw " s k y d i v e h a s b e e n r e m o v e d f r o m n i x p k g s ( 2 0 1 9 - 0 9 - 1 0 ) " ;
2020-03-27 09:02:00 +00:00
slack-dark = slack ; # added 2020-03-27
2019-05-21 13:16:25 +01:00
slic3r-prusa3d = prusa-slicer ; # added 2019-05-21
2018-04-26 01:55:18 +01:00
slurm-llnl = slurm ; # renamed July 2017
slurm-llnl-full = slurm-full ; # renamed July 2017
2018-05-01 19:46:05 +01:00
slurm-full = slurm ; # added 2018-05-1
2018-04-26 01:55:18 +01:00
smbclient = samba ; # added 2018-04-25
2020-11-03 10:52:18 +00:00
smugline = throw " 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
2019-11-11 21:18:23 +00:00
slim = throw " s l i m h a s b e e n r e m o v e d . P l e a s e u s e a d i f f e r e n t d i s p l a y - m a n a g e r " ; # added 2019-11-11
slimThemes = throw " s l i m T h e m e s h a s b e e n r e m o v e d b e c a u s e s l i m h a s b e e n a l s o " ; # added 2019-11-11
2021-01-30 11:07:05 +00:00
solr_8 = solr ; # added 2021-01-30
2020-12-27 09:47:39 +00:00
spectral = neochat ; # added 2020-12-27
2020-10-20 11:31:57 +01:00
sundials_3 = throw " s u n d i a l s _ 3 w a s r e m o v e d i n 2 0 2 0 - 0 2 . o u t d a t e d a n d n o l o n g e r n e e d e d " ;
2020-02-10 22:59:42 +00:00
# added 2020-02-10
sourceHanSansPackages = {
japanese = source-han-sans ;
korean = source-han-sans ;
simplified-chinese = source-han-sans ;
traditional-chinese = source-han-sans ;
} ;
source-han-sans-japanese = source-han-sans ;
source-han-sans-korean = source-han-sans ;
source-han-sans-simplified-chinese = source-han-sans ;
source-han-sans-traditional-chinese = source-han-sans ;
sourceHanSerifPackages = {
japanese = source-han-serif ;
korean = source-han-serif ;
simplified-chinese = source-han-serif ;
traditional-chinese = source-han-serif ;
} ;
source-han-serif-japanese = source-han-serif ;
source-han-serif-korean = source-han-serif ;
source-han-serif-simplified-chinese = source-han-serif ;
source-han-serif-traditional-chinese = source-han-serif ;
2019-12-21 22:44:50 +00:00
net_snmp = net-snmp ; # added 2019-12-21
2020-10-09 15:42:10 +01:00
oracleXE = throw " 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
2021-04-01 19:32:45 +01:00
spaceOrbit = space-orbit ; # added 2016-05-23
2018-04-26 01:55:18 +01:00
speech_tools = speech-tools ; # added 2018-04-25
2016-03-18 19:35:10 +00:00
speedtest_cli = speedtest-cli ; # added 2015-02-17
2018-02-25 02:23:58 +00:00
spice_gtk = spice-gtk ; # added 2018-02-25
spice_protocol = spice-protocol ; # added 2018-02-25
2021-03-03 01:32:11 +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
2021-03-21 02:23:57 +00:00
spidermonkey_38 = throw " s p i d e r m o n k e y _ 3 8 h a s b e e n r e m o v e d . P l e a s e u s e s p i d e r m o n k e y _ 7 8 i n s t e a d . " ; # added 2021-03-21
2021-03-21 01:45:58 +00:00
spidermonkey_52 = throw " s p i d e r m o n k e y _ 5 2 h a s b e e n r e m o v e d . P l e a s e u s e s p i d e r m o n k e y _ 7 8 i n s t e a d . " ; # added 2019-10-16
spidermonkey_60 = throw " s p i d e r m o n k e y _ 6 0 h a s b e e n r e m o v e d . P l e a s e u s e s p i d e r m o n k e y _ 7 8 i n s t e a d . " ; # added 2021-03-21
2020-03-15 02:39:56 +00:00
spring-boot = spring-boot-cli ; # added 2020-04-24
2018-05-22 21:43:04 +01:00
sqlite3_analyzer = sqlite-analyzer ; # added 2018-05-22
2016-03-18 19:35:10 +00:00
sqliteInteractive = sqlite-interactive ; # added 2014-12-06
2019-08-21 23:39:52 +01:00
squid4 = squid ; # added 2019-08-22
2016-09-18 16:41:55 +01:00
sshfsFuse = sshfs-fuse ; # added 2016-09
2020-10-14 13:59:42 +01:00
stanchion = throw " 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
2021-05-09 16:14:07 +01: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
2017-04-02 18:50:28 +01:00
surf-webkit2 = surf ; # added 2017-04-02
2020-10-20 11:31:57 +01:00
sup = throw " s u p w a s d e p r e c a t e d o n 2 0 1 9 - 0 9 - 1 0 : a b a n d o n e d b y u p s t r e a m " ;
swfdec: drop
Broken due to broken gstreamer 0.10 and does not seem to build with --disable-gstreamer in configureFlags:
libtool: link: gcc -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wold-style-definition -Wdeclaration-after-statement -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wformat-nonliteral -Wformat-security -Wswitch-enum -Wswitch-default -Winit-self -Wmissing-include-dirs -Wundef -Waddress -Waggregate-return -Wmissing-format-attribute -Wno-multichar -Wnested-externs -std=gnu99 -I/nix/store/q24nzpj4lvzvvj2vkgywrsy1xyrskx1y-cairo-1.16.0-dev/include/cairo -I/nix/store/iid4kx5h4xw1c8zfl9hbls3w7wl1nc3k-freetype-2.10.2-dev/include/freetype2 -I/nix/store/iid4kx5h4xw1c8zfl9hbls3w7wl1nc3k-freetype-2.10.2-dev/include -I/nix/store/6gspczr6c1ci62ih04nb41dwh3053s1z-fontconfig-2.13.92-dev/include -I/nix/store/iid4kx5h4xw1c8zfl9hbls3w7wl1nc3k-freetype-2.10.2-dev/include/freetype2 -I/nix/store/j81d3idny3bq1z465kbs48in466vws1i-glib-2.64.4-dev/include -I/nix/store/j81d3idny3bq1z465kbs48in466vws1i-glib-2.64.4-dev/include/glib-2.0 -I/nix/store/mazsps24z01540n3g01m8yf52wm6avkd-glib-2.64.4/lib/glib-2.0/include -I/nix/store/gcl6pcr3dgaqwflvnnzcgzarpzb5pp5w-pango-1.45.3-dev/include/pango-1.0 -I/nix/store/xqm5l9n4xwl8z530iqn8806hvs1dgrpq-harfbuzz-2.6.7-dev/include/harfbuzz -I/nix/store/glf8vfw53iz0xlwmfkw6005kn74pm23i-gtk+-2.24.32-dev/include/gtk-2.0 -I/nix/store/g9pfp91b5syf8qpp5hv8pqwyaca1k0v8-gtk+-2.24.32/lib/gtk-2.0/include -I/nix/store/jvqgd252mkv6b0ky7k2ld1sgdi3fnql0-gdk-pixbuf-2.40.0-dev/include/gdk-pixbuf-2.0 -I/nix/store/yjd5mh1xrx06glzn8limgv6hh6alw88s-atk-2.36.0-dev/include/atk-1.0 -I/nix/store/sayziyky8aqf58130d642cvc3hkdwz5x-libsoup-2.70.0-dev/include/libsoup-2.4 -I.. -pthread -I/nix/store/j81d3idny3bq1z465kbs48in466vws1i-glib-2.64.4-dev/include -I/nix/store/j81d3idny3bq1z465kbs48in466vws1i-glib-2.64.4-dev/include/glib-2.0 -I/nix/store/mazsps24z01540n3g01m8yf52wm6avkd-glib-2.64.4/lib/glib-2.0/include -I/nix/store/q24nzpj4lvzvvj2vkgywrsy1xyrskx1y-cairo-1.16.0-dev/include/cairo -I/nix/store/iid4kx5h4xw1c8zfl9hbls3w7wl1nc3k-freetype-2.10.2-dev/include/freetype2 -I/nix/store/iid4kx5h4xw1c8zfl9hbls3w7wl1nc3k-freetype-2.10.2-dev/include -I/nix/store/ck8acp8qaqmdh9kkxy0amcn51n2wsw39-zlib-1.2.11-dev/include -I/nix/store/im2q3xxm6swqqzmks0vylvyca0zq7jyr-libpng-apng-1.6.37-dev/include/libpng16 -I/nix/store/q24nzpj4lvzvvj2vkgywrsy1xyrskx1y-cairo-1.16.0-dev/include/cairo -I/nix/store/iid4kx5h4xw1c8zfl9hbls3w7wl1nc3k-freetype-2.10.2-dev/include/freetype2 -I/nix/store/iid4kx5h4xw1c8zfl9hbls3w7wl1nc3k-freetype-2.10.2-dev/include -I/nix/store/ck8acp8qaqmdh9kkxy0amcn51n2wsw39-zlib-1.2.11-dev/include -I/nix/store/im2q3xxm6swqqzmks0vylvyca0zq7jyr-libpng-apng-1.6.37-dev/include/libpng16 -g -O2 -pthread -o .libs/swfdec-test swfdec_test-swfdec_test.o swfdec_test-swfdec_test_buffer.o swfdec_test-swfdec_test_function.o swfdec_test-swfdec_test_global.o swfdec_test-swfdec_test_image.o swfdec_test-swfdec_test_plugin.o swfdec_test-swfdec_test_socket.o swfdec_test-swfdec_test_swfdec_socket.o swfdec_test-swfdec_test_test.o swfdec_test-swfdec_test_utils.o ../swfdec/.libs/libswfdec-0.8.so -L/nix/store/39yl51648a6d2rbz5ffzvw62y4f42d48-cairo-1.16.0/lib -L/nix/store/lxbxwg609cw3zby7ba78h0992hp9rcfy-zlib-1.2.11/lib -L/nix/store/zjrnaa0c9hiqkc21ny5p5k3ijk731prv-libpng-apng-1.6.37/lib -L/nix/store/mazsps24z01540n3g01m8yf52wm6avkd-glib-2.64.4/lib -L/nix/store/xwpjpc5ypbqpn9p0ir2dv6sp87aj772m-pango-1.45.3/lib -L/nix/store/zlpl17p3aq9a0x1nkxkp4bb1q949kl22-harfbuzz-2.6.7/lib -L/nix/store/zay41pvqbqgc4fhn376afvcx9s9hm6k2-liboil-0.3.17/lib /nix/store/zay41pvqbqgc4fhn376afvcx9s9hm6k2-liboil-0.3.17/lib/liboil-0.3.so -lrt -lgthread-2.0 -lm -L/nix/store/n9n570xdj4gnza8yp1vkgqlidadcwkbj-fontconfig-2.13.92-lib/lib -L/nix/store/6nlkl2jqywpyxwk7c8il8kr5d3fkplpz-freetype-2.10.2/lib -L/nix/store/g9pfp91b5syf8qpp5hv8pqwyaca1k0v8-gtk+-2.24.32/lib -L/nix/store/awfrddgfpv76s64fcsrjk64lnmkwgll5-gdk-pixbuf-2.40.0/lib -L/nix/store/17m4xwywi3v2smafq98mzla3jippnqp9-atk-2.36.0/lib -L/nix/store/h5q0dj39gqp58h6mvsmb5bvbyd3vdghn-libsoup-2.70.0/lib /nix/store/g9pfp91b5syf8qpp5hv8pqwyaca1k0v8-gtk+-2.24.32/lib/libgtk-x11-2.0.so /nix/store/g9pfp91b5syf8qpp5hv8pqwyaca1k0v8-gtk+-2.24.32/lib/libgdk-x11-2.0.so -lpangocairo-1.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoft2-1.0 -lpango-1.0 /nix/store/zlpl17p3aq9a0x1nkxkp4bb1q949kl22-harfbuzz-2.6.7/lib/libharfbuzz.so /nix/store/n9n570xdj4gnza8yp1vkgqlidadcwkbj-fontconfig-2.13.92-lib/lib/libfontconfig.so /nix/store/6nlkl2jqywpyxwk7c8il8kr5d3fkplpz-freetype-2.10.2/lib/libfreetype.so -L/nix/store/jgfa1mslsw5ag1mgr5bggi1f30nn5zam-bzip2-1.0.6.0.1/lib /nix/store/jgfa1mslsw5ag1mgr5bggi1f30nn5zam-bzip2-1.0.6.0.1/lib/libbz2.so -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0 /nix/store/39yl51648a6d2rbz5ffzvw62y4f42d48-cairo-1.16.0/lib/libcairo.so /nix/store/zjrnaa0c9hiqkc21ny5p5k3ijk731prv-libpng-apng-1.6.37/lib/libpng16.so -lz -pthread -Wl,-rpath -Wl,/nix/store/kxyr9r1xacpkkxy2jdl6hn172j922nla-swfdec-0.8.4/lib -Wl,-rpath -Wl,/nix/store/zay41pvqbqgc4fhn376afvcx9s9hm6k2-liboil-0.3.17/lib -Wl,-rpath -Wl,/nix/store/g9pfp91b5syf8qpp5hv8pqwyaca1k0v8-gtk+-2.24.32/lib -Wl,-rpath -Wl,/nix/store/zlpl17p3aq9a0x1nkxkp4bb1q949kl22-harfbuzz-2.6.7/lib -Wl,-rpath -Wl,/nix/store/n9n570xdj4gnza8yp1vkgqlidadcwkbj-fontconfig-2.13.92-lib/lib -Wl,-rpath -Wl,/nix/store/6nlkl2jqywpyxwk7c8il8kr5d3fkplpz-freetype-2.10.2/lib -Wl,-rpath -Wl,/nix/store/jgfa1mslsw5ag1mgr5bggi1f30nn5zam-bzip2-1.0.6.0.1/lib -Wl,-rpath -Wl,/nix/store/39yl51648a6d2rbz5ffzvw62y4f42d48-cairo-1.16.0/lib -Wl,-rpath -Wl,/nix/store/zjrnaa0c9hiqkc21ny5p5k3ijk731prv-libpng-apng-1.6.37/lib
/nix/store/1ar9gcmvikdk1wij0cw4fnwvl5i07ag1-binutils-2.31.1/bin/ld: swfdec_test-swfdec_test_test.o: undefined reference to symbol 'g_module_build_path'
/nix/store/1ar9gcmvikdk1wij0cw4fnwvl5i07ag1-binutils-2.31.1/bin/ld: /nix/store/mazsps24z01540n3g01m8yf52wm6avkd-glib-2.64.4/lib/libgmodule-2.0.so.0: error adding symbols: DSO missing from command line
2020-08-23 21:27:37 +01:00
swfdec = throw " s w f d e c h a s b e e n r e m o v e d a s b r o k e n a n d u n m a i n t a i n e d . " ; # added 2020-08-23
2021-03-03 18:59:28 +00:00
swtpm-tpm2 = swtpm ; # added 2021-02-26
2021-04-06 08:12:19 +01:00
syncthing-cli = syncthing ; # added 2021-04-06
2016-03-18 19:35:10 +00:00
system_config_printer = system-config-printer ; # added 2016-01-03
2019-05-13 13:35:02 +01:00
systemd-cryptsetup-generator = throw " s y s t e m d - c r y p t s e t u p - g e n e r a t o r i s n o w i n c l u d e d i n t h e s y s t e m d p a c k a g e " ; # added 2020-07-12
2020-10-20 11:31:57 +01:00
systemd_with_lvm2 = throw " s y s t e m d _ w i t h _ l v m 2 i s o b s o l e t e , e n a b l e d b y d e f a u l t v i a t h e l v m m o d u l e " ; # added 2020-07-12
2018-04-26 01:55:18 +01:00
systool = sysfsutils ; # added 2018-04-25
tahoelafs = tahoe-lafs ; # added 2018-03-26
2020-01-24 20:02:54 +00:00
tangogps = foxtrotgps ; # added 2020-01-26
2020-11-26 19:20:21 +00:00
tdm = throw " 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 . " ;
2018-02-25 02:23:58 +00:00
telepathy_farstream = telepathy-farstream ; # added 2018-02-25
telepathy_gabble = telepathy-gabble ; # added 2018-02-25
telepathy_glib = telepathy-glib ; # added 2018-02-25
telepathy_haze = telepathy-haze ; # added 2018-02-25
telepathy_idle = telepathy-idle ; # added 2018-02-25
telepathy_logger = telepathy-logger ; # added 2018-02-25
telepathy_mission_control = telepathy-mission-control ; # added 2018-02-25
2020-07-01 17:51:27 +01:00
telepathy-qt = throw " 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
2018-02-25 02:23:58 +00:00
telepathy_qt = telepathy-qt ; # added 2018-02-25
2017-02-25 15:44:01 +00:00
telepathy_qt5 = libsForQt5 . telepathy ; # added 2015-12-19
2018-02-25 02:23:58 +00:00
telepathy_salut = telepathy-salut ; # added 2018-02-25
2018-05-16 01:09:33 +01:00
telnet = inetutils ; # added 2018-05-15
2021-06-15 10:59:47 +01:00
terraform_1_0_0 = terraform_1_0 ; # added 2021-06-15
2018-09-28 19:28:38 +01:00
terraform-provider-ibm = terraform-providers . ibm ; # added 2018-09-28
terraform-provider-libvirt = terraform-providers . libvirt ; # added 2018-09-28
2020-03-16 20:58:57 +00:00
terraform-provider-lxd = terraform-providers . lxd ; # added 2020-03-16
2018-09-28 16:02:51 +01:00
terraform-provider-nixos = terraform-providers . nixos ; # added 2018-09-28
2018-12-19 13:42:32 +00:00
tesseract_4 = tesseract4 ; # added 2018-12-19
2020-10-20 11:31:57 +01:00
testdisk-photorec = throw " t e s t d i s k - p h o t o r e c : T h i s p a c k a g e w a s a d u p l i c a t e , p l e a s e u s e t e s t d i s k o r t e s t d i s k - q t i n s t e a d " ; # added 2019-10-13
2018-04-03 12:32:02 +01:00
tex-gyre-bonum-math = tex-gyre-math . bonum ; # added 2018-04-03
tex-gyre-pagella-math = tex-gyre-math . pagella ; # added 2018-04-03
tex-gyre-schola-math = tex-gyre-math . schola ; # added 2018-04-03
tex-gyre-termes-math = tex-gyre-math . termes ; # added 2018-04-03
2016-03-18 19:35:10 +00:00
tftp_hpa = tftp-hpa ; # added 2015-04-03
2020-09-29 15:18:09 +01:00
timescale-prometheus = promscale ; # added 2020-09-29
2021-06-17 02:58:10 +01:00
tomcat7 = throw " t o m c a t 7 h a s b e e n r e m o v e d f r o m n i x p k g s a s i t h a s r e a c h e d e n d o f l i f e . " ; # added 2022-06-16
2021-06-17 03:07:10 +01:00
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 2022-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
2018-08-31 03:41:29 +01:00
torbrowser = tor-browser-bundle-bin ; # added 2017-04-05
2020-03-28 13:54:59 +00:00
torch = throw " 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
2018-04-26 01:55:18 +01:00
trang = jing-trang ; # added 2018-04-25
2018-01-06 07:15:08 +00:00
transmission_gtk = transmission-gtk ; # added 2018-01-06
2018-01-06 08:24:12 +00:00
transmission_remote_gtk = transmission-remote-gtk ; # added 2018-01-06
2020-10-14 08:25:09 +01:00
transmission-remote-cli = " t r a n s m i s s i o n - r e m o t e - c l i h a s b e e n r e m o v e d , a s t h e u p s t r e a m p r o j e c t h a s b e e n a b a n d o n e d . P l e a s e u s e t r e m c i n s t e a d " ; # added 2020-10-14
2020-03-28 13:54:59 +00:00
transporter = throw " t r a n s p o r t e r h a s b e e n r e m o v e d . I t w a s a r c h i v e d u p s t r e a m , s o i t ' s c o n s i d e r e d a b a n d o n e d . " ;
2020-04-29 08:39:22 +01:00
trilium = throw " t r i l i u m h a s b e e n r e m o v e d . P l e a s e u s e t r i l i u m - d e s k t o p i n s t e a d . " ; # added 2020-04-29
2018-10-24 19:10:04 +01:00
truecrypt = veracrypt ; # added 2018-10-24
2018-04-26 01:55:18 +01:00
tshark = wireshark-cli ; # added 2018-04-25
2021-03-06 07:52:43 +00:00
tuijam = throw " t u i j a m h a s b e e n r e m o v e d b e c a u s e G o o g l e P l a y M u s i c w a s d i s c o n t i n u e d " ; # added 2021-03-07
2020-04-23 18:59:44 +01:00
uberwriter = apostrophe ; # added 2020-04-23
2020-01-21 22:07:33 +00:00
ubootBeagleboneBlack = ubootAmx335xEVM ; # added 2020-01-21
2016-07-23 01:07:44 +01:00
ucsFonts = ucs-fonts ; # added 2016-07-15
2021-01-11 01:04:20 +00:00
ufraw = throw " u f r a w i s u n m a i n t a i n e d a n d h a s b e e n r e m o v e d f r o m n i x p k g s . I t s s u c c e s s o r , n u f r a w , d o e s n ' t s e e m t o b e s t a b l e e n o u g h . C o n s i d e r u s i n g D a r k t a b l e f o r n o w . " ; # 2020-01-11
2017-08-12 13:01:08 +01:00
ultrastardx-beta = ultrastardx ; # added 2017-08-12
2020-10-29 18:22:04 +00:00
unicorn-emu = unicorn ; # added 2020-10-29
2020-12-28 15:07:10 +00:00
unifiStable = unifi6 ; # added 2020-12-28
2021-02-01 12:52:16 +00:00
untrunc = untrunc-anthwlock ; # added 2021-02-01
2016-05-10 21:54:45 +01:00
usb_modeswitch = usb-modeswitch ; # added 2016-05-10
2019-09-05 03:21:52 +01:00
usbguard-nox = usbguard ; # added 2019-09-04
2020-11-24 15:29:28 +00:00
utillinux = util-linux ; # added 2020-11-24
2019-11-26 20:53:54 +00:00
uzbl = throw " u z b l h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t ' s u n m a i n t a i n e d a n d u s e s i n s e c u r e l i b r a r i e s " ;
2019-08-07 19:38:12 +01:00
v4l_utils = v4l-utils ; # added 2019-08-07
2020-10-20 11:31:57 +01:00
v8_3_16_14 = throw " v 8 _ 3 _ 1 6 _ 1 4 w a s r e m o v e d i n 2 0 1 9 - 1 1 - 0 1 : n o l o n g e r r e f e r e n c e d b y o t h e r p a c k a g e s " ;
valadoc = throw " v a l a d o c w a s d e p r e c a t e d o n 2 0 1 9 - 1 0 - 1 0 : v a l a d o c w a s m e r g e d i n t o v a l a 0 . 3 8 " ;
2020-03-26 20:29:35 +00:00
vamp = { vampSDK = vamp-plugin-sdk ; } ; # added 2020-03-26
2021-02-05 07:17:52 +00:00
venus = throw " v e n u s h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t ' s u n m a i n t a i n e d " ; # added 2021-02-05
2020-11-08 10:32:53 +00:00
vdirsyncerStable = vdirsyncer ; # added 2020-11-08, see https://github.com/NixOS/nixpkgs/issues/103026#issuecomment-723428168
2016-03-18 19:35:10 +00:00
vimbWrapper = vimb ; # added 2015-01
2019-12-05 09:59:37 +00:00
vimprobable2 = throw " v i m p r o b a b l e 2 h a s b e e n r e m o v e d f r o m n i x p k g s . I t r e l i e d o n w e b k i t g t k 2 4 x t h a t h a s b e e n r e m o v e d . " ; # added 2019-12-05
vimprobable2-unwrapped = vimprobable2 ; # added 2019-12-05
2016-03-18 19:35:10 +00:00
virtviewer = virt-viewer ; # added 2015-12-24
2019-10-29 12:25:32 +00:00
virtmanager = virt-manager ; # added 2019-10-29
virtmanager-qt = virt-manager-qt ; # added 2019-10-29
2016-03-18 19:35:10 +00:00
vorbisTools = vorbis-tools ; # added 2016-01-26
2019-03-05 16:40:00 +00:00
webkit = webkitgtk ; # added 2019-03-05
2019-12-05 10:21:51 +00:00
webkitgtk24x-gtk3 = throw " w e b k i t g t k 2 4 x - g t k 3 h a s b e e n r e m o v e d b e c a u s e i t ' s i n s e c u r e . P l e a s e u s e w e b k i t g t k . " ; # added 2019-12-05
webkitgtk24x-gtk2 = throw " w e b k i t g t k 2 4 x - g t k 2 h a s b e e n r e m o v e d b e c a u s e i t ' s i n s e c u r e . P l e a s e u s e w e b k i t g t k . " ; # added 2019-12-05
2018-09-05 16:01:45 +01:00
weechat-matrix-bridge = weechatScripts . weechat-matrix-bridge ; # added 2018-09-06
2018-01-08 03:26:30 +00:00
wineStaging = wine-staging ; # added 2018-01-08
2017-12-22 05:20:11 +00:00
winusb = woeusb ; # added 2017-12-22
2019-12-11 03:38:19 +00:00
winswitch = throw " w i n s w i t c h h a s b e e n r e m o v e d f r o m n i x p k g s . " ; # added 2019-12-10
2018-05-19 10:28:38 +01:00
wireguard = wireguard-tools ; # added 2018-05-19
2018-09-13 15:42:28 +01:00
morituri = whipper ; # added 2018-09-13
2020-05-03 19:32:32 +01:00
xp-pen-g430 = pentablet-driver ; # added 2020-05-03
2021-02-01 13:21:31 +00:00
xdg_utils = xdg-utils ; # added 2021-02-01
2019-09-17 21:37:28 +01:00
xfceUnstable = xfce4-14 ; # added 2019-09-17
2019-11-04 21:27:22 +00:00
xfce4-14 = xfce ;
2020-03-14 21:04:38 +00:00
xfce4-12 = throw " 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
2016-03-18 19:35:10 +00:00
x11 = xlibsWrapper ; # added 2015-09
2020-06-24 18:22:05 +01: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
2018-04-26 01:55:18 +01:00
xbmc = kodi ; # added 2018-04-25
xbmcPlain = kodiPlain ; # added 2018-04-25
2021-03-10 01:53:45 +00:00
xbmcPlugins = kodiPackages ; # added 2018-04-25
kodiPlugins = kodiPackages ; # added 2021-03-09;
2021-04-27 14:48:39 +01:00
xineLib = xine-lib ; # added 2021-04-27
2021-04-27 15:05:43 +01:00
xineUI = xine-ui ; # added 2021-04-27
2018-05-01 19:46:05 +01:00
xmonad_log_applet_gnome3 = xmonad_log_applet ; # added 2018-05-01
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 " ;
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 " ;
2016-03-18 19:35:10 +00:00
xf86_video_nouveau = xorg . xf86videonouveau ; # added 2015-09
2020-01-19 00:57:10 +00:00
xf86_input_mtrack = throw ( " x f 8 6 _ i n p u t _ m t r a c k h a s b e e n r e m o v e d f r o m n i x p k g s a s i t h a s n ' t b e e n m a i n t a i n e d "
+ " a n d i s b r o k e n . W o r k i n g a l t e r n a t i v e s a r e l i b i n p u t a n d s y n a p t i c s . " ) ;
2020-01-19 00:59:25 +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
2016-03-18 19:35:10 +00:00
xlibs = xorg ; # added 2015-09
2018-09-13 16:45:42 +01:00
xpraGtk3 = xpra ; # added 2018-09-13
2020-02-23 01:23:28 +00:00
xv = xxv ; # added 2020-02-22
2021-05-07 02:02:34 +01:00
xvfb_run = xvfb-run ; # added 2021-05-07
2021-03-14 17:50:12 +00:00
yacc = bison ; # moved from top-level 2021-03-14
2016-03-18 19:35:10 +00:00
youtubeDL = youtube-dl ; # added 2014-10-26
2020-10-19 23:24:28 +01:00
ytop = throw " y t o p h a s b e e n a b a n d o n e d b y u p s t r e a m . C o n s i d e r s w i t c h i n g t o b o t t o m i n s t e a d " ;
2021-03-08 09:43:20 +00:00
yubikey-neo-manager = throw " y u b i k e y - n e o - m a n a g e r h a s b e e n r e m o v e d b e c a u s e i t w a s b r o k e n . U s e y u b i k e y - m a n a g e r - q t i n s t e a d . " ; # added 2021-03-08
2021-01-25 18:32:53 +00:00
yuzu = yuzu-mainline ; # added 2021-01-25
2021-04-07 20:39:11 +01: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
2021-03-28 20:54:19 +01: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
2019-01-19 12:23:54 +00:00
zdfmediathk = mediathekview ; # added 2019-01-19
2021-03-14 17:50:12 +00:00
2019-11-20 03:25:38 +00:00
gnome_user_docs = gnome-user-docs ; # added 2019-11-20
2020-10-09 15:53:07 +01:00
# spidermonkey is not ABI upwards-ompatible, so only allow this for nix-shell
spidermonkey = spidermonkey_78 ; # added 2020-10-09
2020-12-20 13:35:14 +00:00
libtorrentRasterbar = libtorrent-rasterbar ; # added 2020-12-20
libtorrentRasterbar-2_0_x = libtorrent-rasterbar-2_0_x ; # added 2020-12-20
libtorrentRasterbar-1_2_x = libtorrent-rasterbar-1_2_x ; # added 2020-12-20
libtorrentRasterbar-1_1_x = libtorrent-rasterbar-1_1_x ; # added 2020-12-20
2016-09-19 18:10:30 +01:00
2018-10-22 08:41:11 +01:00
# TODO(ekleog): add ‘ wasm’ alias to ‘ ocamlPackages.wasm’ after 19.03
2018-10-15 02:27:19 +01:00
# branch-off
2017-05-27 12:12:36 +01:00
# added 2017-05-27
wineMinimal = winePackages . minimal ;
wineFull = winePackages . full ;
wineStable = winePackages . stable ;
wineUnstable = winePackages . unstable ;
2018-03-26 12:10:35 +01:00
# added 2018-03-26
libva-full = libva ;
libva1-full = libva1 ;
2018-07-16 16:08:30 +01:00
# forceSystem should not be used directly in Nixpkgs.
# added 2018-07-16
forceSystem = system : _ :
( import self . path { localSystem = { inherit system ; } ; } ) ;
2018-07-26 19:52:03 +01:00
callPackage_i686 = pkgsi686Linux . callPackage ;
2018-07-16 16:08:30 +01:00
2016-09-19 18:10:30 +01:00
inherit ( ocaml-ng ) # added 2016-09-14
ocamlPackages_4_00_1 ocamlPackages_4_01_0 ocamlPackages_4_02
ocamlPackages_4_03
ocamlPackages_latest ;
2018-04-26 01:55:18 +01:00
2019-07-31 22:12:51 +01:00
# added 2019-08-01
2019-09-14 09:49:38 +01:00
mumble_git = pkgs . mumble ;
murmur_git = pkgs . murmur ;
2019-09-06 17:07:34 +01:00
2020-08-17 15:07:53 +01:00
# added 2020-08-17
2020-10-20 11:31:57 +01:00
zabbix44 = throw " z a b b i x 4 4 : Z a b b i x 4 . 4 i s e n d o f l i f e , s e e h t t p s : / / w w w . z a b b i x . c o m / d o c u m e n t a t i o n / c u r r e n t / m a n u a l / i n s t a l l a t i o n / u p g r a d e _ n o t e s _ 5 0 0 f o r d e t a i l s o n u p g r a d i n g t o Z a b b i x 5 . 0 . " ;
2020-08-17 15:07:53 +01:00
2019-09-06 17:07:34 +01:00
# added 2019-09-06
zeroc_ice = pkgs . zeroc-ice ;
2020-06-22 14:44:43 +01:00
# added 2020-06-22
zeromq3 = throw " z e r o m q 3 h a s b e e n d e p r e c a t e d b y z e r o m q 4 . " ;
jzmq = throw " j z m q h a s b e e n r e m o v e d f r o m n i x p k g s , a s i t w a s u n m a i n t a i n e d " ;
2016-09-19 18:10:30 +01:00
} // ( with ocaml-ng ; { # added 2016-09-14
ocaml_4_00_1 = ocamlPackages_4_00_1 . ocaml ;
ocaml_4_01_0 = ocamlPackages_4_01_0 . ocaml ;
ocaml_4_02 = ocamlPackages_4_02 . ocaml ;
ocaml_4_03 = ocamlPackages_4_03 . ocaml ;
2019-10-28 21:24:23 +00:00
} ) // {
# added 2019-10-28
gnatsd = nats-server ;
2020-01-10 17:08:28 +00:00
# added 2020-01-10
tor-browser-bundle = throw " t o r - b r o w s e r - b u n d l e w a s r e m o v e d b e c a u s e i t w a s o u t o f d a t e a n d i n a d e q u a t e l y m a i n t a i n e d . P l e a s e u s e t o r - b r o w s e r - b u n d l e - b i n i n s t e a d . S e e # 7 7 4 5 2 . " ;
# added 2020-01-10
tor-browser-unwrapped = throw " t o r - b r o w s e r - u n w r a p p e d w a s r e m o v e d b e c a u s e i t w a s o u t o f d a t e a n d i n a d e q u a t e l y m a i n t a i n e d . P l e a s e u s e t o r - b r o w s e r - b u n d l e - b i n i n s t e a d . S e e # 7 7 4 5 2 . " ;
2020-01-30 19:19:45 +00:00
2020-02-09 22:55:05 +00:00
# added 2020-02-09
dina-font-pcf = dina-font ;
2020-04-13 13:27:51 +01:00
# added 2019-04-13
# *-polly pointed to llvmPackages_latest
2020-10-20 11:31:57 +01:00
llvm-polly = throw " l l v m - p o l l y : c l a n g i s n o w b u i l t w i t h p o l l y - p l u g i n b y d e f a u l t " ;
clang-polly = throw " c l a n g - p o l l y : c l a n g i s n o w b u i l t w i t h p o l l y - p l u g i n b y d e f a u l t " ;
2020-04-13 13:27:51 +01:00
2020-02-02 11:05:13 +00:00
/* C l e a n u p b e f o r e 2 0 . 0 9 */
oraclejdk8psu = throw ''
2020-10-20 11:31:57 +01:00
oraclejdk8psu : The * psu versions of oraclejdk aren't provided by upstream anymore and were therefore removed !
2020-02-02 11:05:13 +00:00
'' ;
oraclejre8psu = oraclejdk8psu ;
oraclejdk8psu_distro = oraclejdk8psu ;
2020-02-02 00:04:01 +00:00
dnscrypt-proxy = throw " 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
2020-02-04 12:14:36 +00:00
sqldeveloper_18 = throw " s q l d e v e l o p e r _ 1 8 i s n o t m a i n t a i n e d a n y m o r e ! " ; # added 2020-02-04
2020-02-09 21:34:26 +00:00
2020-10-20 11:31:57 +01:00
gcc-snapshot = throw " g c c - s n a p s h o t : M a r k e d a s b r o k e n f o r > 2 y e a r s , a d d i t i o n a l l y t h i s ' s n a p s h o t ' p o i n t e d t o a f a i r l y o l d o n e f r o m g c c 7 . " ;
2020-07-24 16:27:30 +01:00
2020-10-13 21:49:14 +01:00
todolist = throw " t o d o l i s t i s n o w u l t r a l i s t . " ; # added 2020-12-27
2021-01-10 00:12:07 +00:00
/* C l e a n u p b e f o r e 2 1 . 0 5 */
2020-07-24 16:27:30 +01:00
riot-desktop = throw " r i o t - d e s k t o p i s n o w e l e m e n t - d e s k t o p ! " ;
riot-web = throw " r i o t - w e b i s n o w e l e m e n t - w e b " ;
2020-10-06 09:13:57 +01:00
ant-dracula-theme = throw " a n t - d r a c u l a - t h e m e i s n o w d r a c u l a - t h e m e , a n d t h e m e n a m e i s D r a c u l a i n s t e a d o f A n t - D r a c u l a . " ;
2021-01-02 19:20:31 +00:00
/* A d d e d 2 0 2 1 - 0 1 - 0 2 */
ttyrec = ovh-ttyrec ;
2021-06-12 13:00:00 +01:00
tt-rss-plugin-tumblr-gdpr = throw " t t - r s s - p l u g i n - t u m b l r - g d p r w a s r e m o v e d b e c a u s e t u m b l r d o e s n o t r e q u i r e g d p r a c c e p t a n c e t o f e t c h r s s f e e d s a n y m o r e " ; # added 2012-06-12
2021-01-29 23:56:55 +00:00
zplugin = zinit ; # Added 2021-01-30
2021-04-15 09:19:52 +01:00
posix_man_pages = man-pages-posix ; # Added 2021-04-15
2021-05-07 19:46:05 +01:00
/* 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 */
avian = throw ''
The package doesn't compile anymore on NixOS and both development
& maintenance is abandoned by upstream .
'' ;
2021-06-17 19:05:26 +01:00
# Added 2021-06-01
obs-gstreamer = throw ''
obs-gstreamer has been converted into a plugin for use with wrapOBS .
Its new location is obs-studio-plugins . obs-gstreamer .
'' ;
# Added 2021-06-01
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 .
'' ;
# Added 2021-06-01
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 .
'' ;
# Added 2021-06-01
obs-ndi = throw ''
obs-ndi has been converted into a plugin for use with wrapOBS .
Its new location is obs-studio-plugins . obs-ndi .
'' ;
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
# Added 2021-06-01
obs-wlrobs = throw ''
wlrobs has been converted into a plugin for use with wrapOBS .
Its new location is obs-studio-plugins . wlrobs .
'' ;
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 ) breeze-icons oxygen-icons5 ;
inherit ( plasma5Packages )
2020-10-30 18:32:19 +00:00
akonadi akregator ark
bomber bovo
dolphin dragon
elisa
ffmpegthumbs filelight
granatier gwenview
k3b
kaddressbook kalzium kapptemplate kapman kate katomic
kblackbox kblocks kbounce
kcachegrind kcalc kcharselect kcolorchooser
kdenlive kdf kdialog kdiamond
keditbookmarks
kfind kfloppy
kget kgpg
khelpcenter
kig kigo killbots kitinerary
kleopatra klettres klines
kmag kmail kmines kmix kmplot
knavalbattle knetwalk knights
kollision kolourpaint kompare konsole kontact korganizer
kpkpass
krdc kreversi krfb
kshisen ksquares ksystemlog
kteatime ktimer ktouch kturtle
kwalletmanager kwave
marble minuet
okular
picmi
spectacle
yakuake
;
2020-12-11 18:52:16 +00:00
inherit ( plasma5Packages )
2021-03-21 06:45:38 +00:00
bluedevil breeze-gtk breeze-qt5 breeze-grub breeze-plymouth
discover
kactivitymanagerd
kde-cli-tools kde-gtk-config kdeplasma-addons
kgamma5
kinfocenter
kmenuedit
kscreen kscreenlocker ksshaskpass ksysguard
kwallet-pam kwayland-integration kwin kwrited
milou
oxygen
plasma-browser-integration
plasma-desktop
plasma-integration
plasma-nm
plasma-pa
plasma-systemmonitor
plasma-thunderbolt
plasma-vault
plasma-workspace plasma-workspace-wallpapers
polkit-kde-agent powerdevil
2021-04-01 14:52:46 +01:00
qqc2-breeze-style
2021-03-21 06:45:38 +00:00
sddm-kcm systemsettings
xdg-desktop-portal-kde
2020-10-30 18:32:19 +00:00
;
2020-12-11 18:52:16 +00:00
inherit ( plasma5Packages . thirdParty )
2020-10-30 18:32:19 +00:00
plasma-applet-caffeine-plus
2021-01-01 05:47:53 +00:00
plasma-applet-virtual-desktop-bar
2020-10-30 18:32:19 +00:00
kwin-dynamic-workspaces
kwin-tiling
krohnkite
;
2020-10-26 20:41:35 +00:00
inherit ( libsForQt5 )
sddm
;
2020-10-30 18:32:19 +00:00
2021-06-03 19:14:05 +01:00
# 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 ;
} ) ;
2019-10-28 21:24:23 +00:00
} )