···38383939- [stalwart-mail](https://stalw.art), an all-in-one email server (SMTP, IMAP, JMAP). Available as [services.stalwart-mail](#opt-services.stalwart-mail.enable).
40404141-- [Jool](https://nicmx.github.io/Jool/en/index.html), an Open Source implementation of IPv4/IPv6 translation on Linux. Available as [networking.jool.enable](#opt-networking.jool.enable).
4141+- [Jool](https://nicmx.github.io/Jool/en/index.html), a kernelspace NAT64 and SIIT implementation, providing translation between IPv4 and IPv6. Available as [networking.jool.enable](#opt-networking.jool.enable).
42424343- [Apache Guacamole](https://guacamole.apache.org/), a cross-platform, clientless remote desktop gateway. Available as [services.guacamole-server](#opt-services.guacamole-server.enable) and [services.guacamole-client](#opt-services.guacamole-client.enable) services.
4444
···131131 # chromium-based browsers refuse to run as root
132132 test-support.displayManager.auto.user = "alice";
133133134134- # browsers may hang with the default memory
135135- virtualisation.memorySize = 600;
134134+ # machine often runs out of memory with less
135135+ virtualisation.memorySize = 1024;
136136137137 environment.systemPackages = [ pkgs.xdotool pkgs.${browser} ];
138138 };
···11-{ lib, stdenv, fetchurl, pkg-config, qt4, alsa-lib }:
22-33-stdenv.mkDerivation rec {
44- version = "0.4.0";
55- pname = "qmidiroute";
66-77- src = fetchurl {
88- url = "mirror://sourceforge/project/alsamodular/QMidiRoute/${version}/${pname}-${version}.tar.gz";
99- sha256 = "0vmjwarsxr5540rafhmdcc62yarf0w2l05bjjl9s28zzr5m39z3n";
1010- };
1111-1212- nativeBuildInputs = [ pkg-config ];
1313- buildInputs = [ qt4 alsa-lib ];
1414-1515- meta = with lib; {
1616- description = "MIDI event processor and router";
1717- longDescription = ''
1818- qmidiroute is a versatile MIDI event processor and router for the ALSA
1919- sequencer. The graphical interface is based on the Qt4 toolkit.
2020- qmidiroute permits setting up an unlimited number of MIDI maps in which
2121- incoming events are selected, modified or even changed in type before
2222- being directed to a dedicated ALSA output port. The maps work in
2323- parallel, and they are organized in tabs.
2424- '';
2525-2626- license = licenses.gpl2;
2727- maintainers = [ maintainers.lebastr ];
2828- platforms = lib.platforms.linux;
2929- };
3030-}
-34
pkgs/applications/audio/qtscrobbler/default.nix
···11-{ stdenv, lib, fetchurl, withMtp ? true, libmtp, pkg-config, which, qt4, qmake4Hook }:
22-33-stdenv.mkDerivation rec {
44- pname = "qtscrobbler";
55- version = "0.11";
66-77- src = fetchurl {
88- url = "mirror://sourceforge/qtscrob/qtscrob/${version}/qtscrob-${version}.tar.bz2";
99- sha256 = "01c8e48f616ed09504833d27d92fd62f455bd645ea2d1cc2a5f4c287d641daba";
1010- };
1111-1212- nativeBuildInputs = [ qmake4Hook ] ++ lib.optionals withMtp [ pkg-config which ];
1313- buildInputs = [ qt4 ] ++ lib.optional withMtp libmtp;
1414-1515- enableParallelBuilding = true;
1616-1717- postPatch = ''
1818- cd src
1919- sed -i -e "s,/usr/local,$out," -e "s,/usr,," common.pri
2020- '';
2121-2222- meta = with lib; {
2323- description = "Qt based last.fm scrobbler";
2424- longDescription = ''
2525- QTScrobbler is a tool to upload information about the tracks you have played from your Digital Audio Player (DAP) to your last.fm account.
2626- It is able to gather this information from Apple iPods or DAPs running the Rockbox replacement firmware.
2727- '';
2828-2929- homepage = "https://qtscrob.sourceforge.net";
3030- license = licenses.gpl2;
3131- maintainers = [ maintainers.vanzef ];
3232- platforms = platforms.linux;
3333- };
3434-}
···11-{ stdenv, lib, fetchurl, cmake, qt4, file }:
22-33-stdenv.mkDerivation rec {
44- pname = "animbar";
55- version = "1.2";
66-77- src = fetchurl {
88- url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.bz2";
99- sha256 = "0836nwcpyfdrapyj3hbg3wh149ihc26pc78h01adpc7c0r7d9pr9";
1010- };
1111-1212- nativeBuildInputs = [ cmake ];
1313-1414- buildInputs = [ qt4 file ];
1515-1616- installPhase = ''
1717- mkdir -p $out/bin $out/share/pixmaps
1818- cp src/animbar $out/bin
1919- cp ../icon/* $out/share/pixmaps
2020- '';
2121-2222- meta = with lib; {
2323- description = "Create your own animation on paper and transparancy";
2424- longDescription = ''
2525- Animbar lets you easily create your own animation on paper and
2626- transparancy. From a set of input images two output images are
2727- computed, that are printed one on paper and one on
2828- transparency. By moving the transparency over the paper you
2929- create a fascinating animation effect. This kind of animation
3030- technique is hundreds of years old and known under several
3131- names: picket fence animation, barrier grid animation, Moiré
3232- animation, to name a few.
3333- '';
3434- homepage = "http://animbar.mnim.org";
3535- maintainers = with maintainers; [ leenaars ];
3636- platforms = platforms.linux;
3737- license = licenses.gpl3;
3838- };
3939-}
···11-diff --git i/qucs-core/CMakeLists.txt w/qucs-core/CMakeLists.txt
22-index 2dbbd41..d174b50 100644
33---- i/qucs-core/CMakeLists.txt
44-+++ w/qucs-core/CMakeLists.txt
55-@@ -158,26 +158,9 @@ ENDIF()
66-77- #
88- # Need Bison
99--#
1010--# This is a HACK to get arround a PATH issue with Qt Creator on OSX.
1111--# It seams impossible to pass a custom PATH to Qt Creator on OSX, ie, cannot prepend `/usr/local/bin/` for intance.
1212--# The FIND_PACKAGE fails. For now we provide a fallback with a custom FIND_PROGRAM. The variable BISON_DIR is also available.
1313--IF(WIN32)
1414-- FIND_PACKAGE(BISON 2.4 REQUIRED)
1515-- IF(BISON_FOUND)
1616-- #MESSAGE(STATUS "Found bison: ${BISON_EXECUTABLE} / Version: ${BISON_VERSION}" )
1717-- ENDIF()
1818--ELSE() # Linux, OSX
1919-- # use -DBISON_DIR=/path/ to provide the path to bison
2020-- FIND_PROGRAM( BISON_EXECUTABLE bison
2121-- PATHS /usr/local/bin/ /opt/local/bin/ /usr/bin ${BISON_DIR}
2222-- DOC "bison path"
2323-- NO_DEFAULT_PATH )
2424-- IF(BISON_EXECUTABLE )
2525-- MESSAGE(STATUS "Found bison: " ${BISON_EXECUTABLE})
2626-- ELSE()
2727-- MESSAGE(FATAL_ERROR "Unable to find bison. Try to provide -DBISON_DIR=[path]")
2828-- ENDIF()
2929-+FIND_PACKAGE(BISON 2.4 REQUIRED)
3030-+IF(BISON_FOUND)
3131-+ #MESSAGE(STATUS "Found bison: ${BISON_EXECUTABLE} / Version: ${BISON_VERSION}" )
3232- ENDIF()
3333-3434- #
···11-{ stdenv
22-, lib
33-, fetchurl
44-, unzip
55-, qt4
66-, qmake4Hook
77-}:
88-99-stdenv.mkDerivation rec {
1010- pname = "qscintilla-qt4";
1111- version = "2.11.6";
1212-1313- src = fetchurl {
1414- url = "https://www.riverbankcomputing.com/static/Downloads/QScintilla/${version}/QScintilla-${version}.tar.gz";
1515- sha256 = "5zRgV9tH0vs4RGf6/M/LE6oHQTc8XVk7xytVsvDdIKc=";
1616- };
1717-1818- sourceRoot = "QScintilla-${version}/Qt4Qt5";
1919-2020- buildInputs = [ qt4 ];
2121-2222- nativeBuildInputs = [ unzip qmake4Hook ];
2323-2424- patches = [
2525- ./fix-qt4-build.patch
2626- ];
2727-2828- # Make sure that libqscintilla2.so is available in $out/lib since it is expected
2929- # by some packages such as sqlitebrowser
3030- postFixup = ''
3131- ln -s $out/lib/libqscintilla2_qt4.so $out/lib/libqscintilla2.so
3232- '';
3333-3434- dontWrapQtApps = true;
3535-3636- postPatch = ''
3737- substituteInPlace qscintilla.pro \
3838- --replace '$$[QT_INSTALL_LIBS]' $out/lib \
3939- --replace '$$[QT_INSTALL_HEADERS]' $out/include \
4040- --replace '$$[QT_INSTALL_TRANSLATIONS]' $out/translations \
4141- --replace '$$[QT_HOST_DATA]/mkspecs' $out/mkspecs \
4242- --replace '$$[QT_INSTALL_DATA]/mkspecs' $out/mkspecs \
4343- --replace '$$[QT_INSTALL_DATA]' $out/share
4444- '';
4545-4646- meta = with lib; {
4747- description = "A Qt port of the Scintilla text editing library";
4848- longDescription = ''
4949- QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor
5050- control.
5151-5252- As well as features found in standard text editing components,
5353- QScintilla includes features especially useful when editing and
5454- debugging source code. These include support for syntax styling,
5555- error indicators, code completion and call tips. The selection
5656- margin can contain markers like those used in debuggers to
5757- indicate breakpoints and the current line. Styling choices are
5858- more open than with many editors, allowing the use of
5959- proportional fonts, bold and italics, multiple foreground and
6060- background colours and multiple fonts.
6161- '';
6262- homepage = "https://www.riverbankcomputing.com/software/qscintilla/intro";
6363- license = with licenses; [ gpl3 ]; # and commercial
6464- maintainers = with maintainers; [ peterhoeg ];
6565- platforms = platforms.linux;
6666- };
6767-}
···11---- a/src/corelib/thread/qthread_unix.cpp.orig 2015-11-23 19:05:40.000000000 +0100
22-+++ b/src/corelib/thread/qthread_unix.cpp 2015-11-24 11:22:31.000000000 +0100
33-@@ -79,6 +79,7 @@
44- #endif
55-66-+#include <sys/resource.h> // getrlimit/setrlimit
77- #if defined(Q_OS_MAC)
88- # ifdef qDebug
99- # define old_qDebug qDebug
1010- # undef qDebug
1111-@@ -649,6 +650,43 @@
1212- #endif // QT_HAS_THREAD_PRIORITY_SCHEDULING
1313-1414-1515-+ if (d->stackSize == 0) {
1616-+ // Fix the default (too small) stack size for threads on OS X,
1717-+ // which also affects the thread pool.
1818-+ // See also:
1919-+ // https://bugreports.qt.io/browse/QTBUG-2568
2020-+ // This fix can also be found in Chromium:
2121-+ // https://chromium.googlesource.com/chromium/src.git/+/master/base/threading/platform_thread_mac.mm#186
2222-+
2323-+ // The Mac OS X default for a pthread stack size is 512kB.
2424-+ // Libc-594.1.4/pthreads/pthread.c's pthread_attr_init uses
2525-+ // DEFAULT_STACK_SIZE for this purpose.
2626-+ //
2727-+ // 512kB isn't quite generous enough for some deeply recursive threads that
2828-+ // otherwise request the default stack size by specifying 0. Here, adopt
2929-+ // glibc's behavior as on Linux, which is to use the current stack size
3030-+ // limit (ulimit -s) as the default stack size. See
3131-+ // glibc-2.11.1/nptl/nptl-init.c's __pthread_initialize_minimal_internal. To
3232-+ // avoid setting the limit below the Mac OS X default or the minimum usable
3333-+ // stack size, these values are also considered. If any of these values
3434-+ // can't be determined, or if stack size is unlimited (ulimit -s unlimited),
3535-+ // stack_size is left at 0 to get the system default.
3636-+ //
3737-+ // Mac OS X normally only applies ulimit -s to the main thread stack. On
3838-+ // contemporary OS X and Linux systems alike, this value is generally 8MB
3939-+ // or in that neighborhood.
4040-+ size_t default_stack_size = 0;
4141-+ struct rlimit stack_rlimit;
4242-+ if (pthread_attr_getstacksize(&attr, &default_stack_size) == 0 &&
4343-+ getrlimit(RLIMIT_STACK, &stack_rlimit) == 0 &&
4444-+ stack_rlimit.rlim_cur != RLIM_INFINITY) {
4545-+ default_stack_size =
4646-+ std::max(std::max(default_stack_size,
4747-+ static_cast<size_t>(PTHREAD_STACK_MIN)),
4848-+ static_cast<size_t>(stack_rlimit.rlim_cur));
4949-+ }
5050-+ d->stackSize = default_stack_size;
5151-+ }
5252- if (d->stackSize > 0) {
5353- #if defined(_POSIX_THREAD_ATTR_STACKSIZE) && (_POSIX_THREAD_ATTR_STACKSIZE-0 > 0)
5454- int code = pthread_attr_setstacksize(&attr, d->stackSize);
···5858 ### A ###
59596060 accounts-qt = throw "'accounts-qt' has been renamed to/replaced by 'libsForQt5.accounts-qt'"; # Converted to throw 2022-02-22
6161+ acoustidFingerprinter = throw "acoustidFingerprinter has been removed from nixpkgs, as it was unmaintained"; # Added 2022-05-09
6162 adobeReader = throw "'adobeReader' has been renamed to/replaced by 'adobe-reader'"; # Converted to throw 2022-02-22
6263 adobe_flex_sdk = throw "'adobe_flex_sdk' has been renamed to/replaced by 'apache-flex-sdk'"; # Converted to throw 2022-02-22
6364 adoptopenjdk-hotspot-bin-17 = throw "AdoptOpenJDK is now Temurin. Use temurin-bin-17"; # added 2022-07-02
···6869 airfield = throw "airfield has been removed due to being unmaintained"; # Added 2023-05-19
6970 airtame = throw "airtame has been removed due to being unmaintained"; # Added 2022-01-19
7071 aleth = throw "aleth (previously packaged as cpp_ethereum) has been removed; abandoned upstream"; # Added 2020-11-30
7272+ aliza = throw "aliza has been removed, because it depended on qt4 and was unmaintained in nixpkgs"; # Added 2022-05-12
7173 alsaLib = alsa-lib; # Added 2021-06-09
7274 alsaOss = alsa-oss; # Added 2021-06-10
7375 alsaPluginWrapper = alsa-plugins-wrapper; # Added 2021-06-10
···7880 aminal = throw "aminal was renamed to darktile"; # Added 2021-09-28
7981 ammonite-repl = throw "'ammonite-repl' has been renamed to/replaced by 'ammonite'"; # Converted to throw 2022-02-22
8082 amuleDaemon = throw "amuleDaemon was renamed to amule-daemon"; # Added 2022-02-11
8383+ amsn = throw "amsn has been removed due to being unmaintained"; # Added 2020-12-09
8184 amuleGui = throw "amuleGui was renamed to amule-gui"; # Added 2022-02-11
8282- amsn = throw "amsn has been removed due to being unmaintained"; # Added 2020-12-09
8385 angelfish = libsForQt5.kdeGear.angelfish; # Added 2021-10-06
8486 angryipscanner = ipscan; # Added 2023-08-30
8585- ansible_2_12 = throw "Ansible 2.12 goes end of life in 2023/05 and can't be supported throughout the 23.05 release cycle"; # Added 2023-05-16
8686- ansible_2_11 = throw "Ansible 2.11 goes end of life in 2022/11 and can't be supported throughout the 22.05 release cycle"; # Added 2022-03-30
8787 ansible_2_10 = throw "Ansible 2.10 went end of life in 2022/05 and has subsequently been dropped"; # Added 2022-03-30
8888+ ansible_2_11 = throw "Ansible 2.11 goes end of life in 2022/11 and can't be supported throughout the 22.05 release cycle"; # Added 2022-03-30
8989+ ansible_2_12 = throw "Ansible 2.12 goes end of life in 2023/05 and can't be supported throughout the 23.05 release cycle"; # Added 2023-05-16
8890 ansible_2_9 = throw "Ansible 2.9 went end of life in 2022/05 and has subsequently been dropped"; # Added 2022-03-30
9191+ animbar = throw "animbar has been removed, because it was unmaintained"; # Added 2022-05-26
8992 antimicro = throw "antimicro has been removed as it was broken, see antimicrox instead"; # Added 2020-08-06
9093 antimicroX = antimicrox; # Added 2021-10-31
9194 apple-music-electron = throw "'apple-music-electron' is end of life and has been removed, you can use 'cider' instead"; # Added 2022-10-02
···111114 audacity-gtk3 = throw "'audacity-gtk3' has been removed to/replaced by 'audacity'"; # Added 2022-10-09
112115 automoc4 = throw "automoc4 has been removed from nixpkgs"; # Added 2022-05-30
113116 avldrums-lv2 = x42-avldrums; # Added 2020-03-29
117117+ avogadro = throw "avogadro has been removed, because it depended on qt4"; # Added 2022-06-12
114118 avxsynth = throw "avxsynth was removed because it was broken"; # Added 2021-05-18
115119 awesome-4-0 = awesome; # Added 2022-05-05
116120 aws = throw "aws has been removed: abandoned by upstream. For the AWS CLI maintained by Amazon, see 'awscli' or 'awscli2'"; # Added 2022-09-21
···480484 enyo-doom = enyo-launcher; # Added 2022-09-09
481485 epoxy = libepoxy; # Added 2021-11-11
482486 epsxe = throw "epsxe has been removed from nixpkgs, as it was unmaintained."; # added 2021-12-15
487487+ eql = throw "eql has been removed from nixpkgs, because it depended on qt4. eql5 exists, but is not currently pacakged in nixpkgs."; # added 2022-05-09
483488 inherit (beam.interpreters) erlangR26 erlangR25 erlangR24 erlangR23; # added 2023-03-21
484489 erlang_21 = throw "erlangR21 has been removed in favor of newer versions."; # added 2023-03-21
485490 erlangR21 = erlang_21;
···536541 flutter2 = throw "flutter2 has been removed because it isn't updated anymore, and no packages in nixpkgs use it. If you still need it, use flutter.mkFlutter to get a custom version"; # Added 2023-07-03
537542 flutter37 = throw "flutter37 has been removed because it isn't updated anymore, and no packages in nixpkgs use it. If you still need it, use flutter.mkFlutter to get a custom version"; # Added 2023-07-03
538543 flvtool2 = throw "flvtool2 has been removed"; # Added 2020-11-03
544544+ fmbt = throw "fmbt was removed, because it depended on qt4 and python2 and was unmaintained upstream"; # Added 2022-06-13
539545 fme = throw "fme was removed, because it is old and uses Glade, a discontinued library"; # Added 2022-01-26
540546 foldingathome = fahclient; # Added 2020-09-03
541547 font-awesome-ttf = throw "'font-awesome-ttf' has been renamed to/replaced by 'font-awesome'"; # Converted to throw 2022-02-22
···573579574580 g4py = python3Packages.geant4; # Added 2020-06-06
575581 gaia = throw "gaia has been removed because it seems abandoned upstream and uses no longer supported dependencies"; # Added 2020-06-06
582582+ gambatte = throw "gambatte has been removed, because the project has been taken private"; # Added 2022-05-26
576583 gammy = throw "'gammy' is deprecated upstream and has been replaced by 'gummy'"; # Added 2022-09-03
577584 garmindev = throw "'garmindev' has been removed as the dependent software 'qlandkartegt' has been removed"; # Added 2023-04-17
578585 gawp = throw "gawp has been dropped due to the lack of maintenance from upstream since 2017"; # Added 2022-06-02
···733740 ht-rust = xh; # Added 2021-02-13
734741 hydra-flakes = throw "hydra-flakes: Flakes support has been merged into Hydra's master. Please use `hydra_unstable` now"; # Added 2020-04-06
735742 hydra-unstable = hydra_unstable; # added 2022-05-10
743743+ hydrogen_0 = throw "hydrogen_0 has been removed, because it depended on qt4"; # Added 2022-06-13
736744 hyperspace-cli = throw "hyperspace-cli is out of date, and has been deprecated upstream in favour of using the individual repos instead"; # Added 2022-08-29
737745738746 ### I ###
···741749 i3cat = throw "i3cat has been dropped due to the lack of maintenance from upstream since 2016"; # Added 2022-06-02
742750 iana_etc = throw "'iana_etc' has been renamed to/replaced by 'iana-etc'"; # Converted to throw 2022-02-22
743751 iasl = throw "iasl has been removed, use acpica-tools instead"; # Added 2021-08-08
744744- ical2org = throw "ical2org has been dropped due to the lack of maintenance from upstream since 2018"; # Added 2022-06-02
752752+ ibus-qt = throw "ibus-qt has been removed, because it depended on qt4"; # Added 2022-06-09
753753+ ical2org = throw "ical2org has been dropped due to the lack of maintanence from upstream since 2018"; # Added 2022-06-02
745754 icecat-bin = throw "icecat-bin has been removed, the binary builds are not maintained upstream"; # Added 2022-02-15
746755 icedtea8_web = adoptopenjdk-icedtea-web; # Added 2019-08-21
747756 icedtea_web = adoptopenjdk-icedtea-web; # Added 2019-08-21
···756765 imagemagick7_light = imagemagick_light; # Added 2021-02-22
757766 imlib = throw "imlib has been dropped due to the lack of maintenance from upstream since 2004"; # Added 2023-01-04
758767 impressive = throw "impressive has been removed due to lack of released python 2 support and maintainership in nixpkgs"; # Added 2022-01-27
768768+ instead-launcher = throw "instead-launcher has been removed, because it depended on qt4"; # Added 2023-07-26
759769 insync-v3 = throw "insync-v3 has been merged into the insync package; use insync instead"; #Added 2023-05-13
760770 i-score = throw "i-score has been removed: abandoned upstream"; # Added 2020-11-21
761771 inboxer = throw "inboxer has been removed as it is no longer maintained and no longer works as Google shut down the inbox service this package wrapped";
···903913 libintlOrEmpty = lib.optional (!stdenv.isLinux || stdenv.hostPlatform.libc != "glibc") gettext; # Added 2018-03-14
904914 libixp_hg = libixp;
905915 libjpeg_drop = libjpeg_original; # Added 2020-06-05
916916+ libjreen = throw "libjreen has been removed, because it did not support a recent version of qt5"; # Added 2022-06-12
906917 libjson_rpc_cpp = throw "'libjson_rpc_cpp' has been renamed to/replaced by 'libjson-rpc-cpp'"; # Converted to throw 2022-02-22
907918 libkml = throw "libkml has been removed from nixpkgs, as it's abandoned and no package needed it"; # Added 2021-11-09
908919 liblapackWithoutAtlas = throw "'liblapackWithoutAtlas' has been renamed to/replaced by 'lapack-reference'"; # Converted to throw 2022-02-22
···1153116411541165 ### N ###
1155116611671167+ namecoin = throw "namecoin GUI has been removed, because it depended on qt4"; # Added 2022-05-26
11681168+ navipowm = throw "navipowm has been removed, because it was unmaintained upstream"; # Added 2022-05-26
11561169 ncdu_2 = ncdu; # Added 2022-07-22
11571170 nccl = throw "nccl has been renamed to cudaPackages.nccl"; # Added 2022-04-04
11581171 nccl_cudatoolkit_10 = throw "nccl_cudatoolkit_10 has been renamed to cudaPackages_10.nccl"; # Added 2022-04-04
···12111224 noto-fonts-extra = noto-fonts; # Added 2023-04-08
12121225 nottetris2 = throw "nottetris2 was removed because it is unmaintained by upstream and broken"; # Added 2022-01-15
12131226 now-cli = throw "now-cli has been replaced with nodePackages.vercel"; # Added 2021-08-05
12271227+ ntrack = throw "ntrack has been removed, because it depended on qt4"; # Added 2022-05-12
12141228 ntdb = throw "ntdb has been removed: abandoned by upstream"; # Added 2022-04-21
12151229 nxproxy = throw "'nxproxy' has been renamed to/replaced by 'nx-libs'"; # Converted to throw 2022-02-22
12161230···12311245 ogre1_9 = throw "ogre1_9 has been removed, use ogre instead"; # Added 2023-03-22
12321246 ogre1_10 = throw "ogre1_10 has been removed, use ogre instead"; # Added 2023-07-20
12331247 olifant = throw "olifant has been removed from nixpkgs, as it was unmaintained"; # Added 2021-08-05
12481248+ omapd = throw "omapd has been removed from nixpkgs, as it was unmaintained"; # Added 2022-05-09
12341249 opa = throw "opa has been removed from nixpkgs as upstream has abandoned the project"; # Added 2023-03-21
12351250 opam_1_2 = throw "'opam_1_2' has been renamed to/replaced by 'opam'"; # Added 2023-03-08
12361251 openafs_1_8 = openafs; # Added 2022-08-22
···14791494 qcsxcad = libsForQt5.qcsxcad; # Added 2020-11-05
14801495 qtcreator-qt6 = throw "'qtcreator-qt6' has been renamed to/replaced by 'qtcreator', since qt5 version has been removed"; # Added 2023-07-25
14811496 qflipper = qFlipper; # Added 2022-02-11
14971497+ qfsm = throw "qfsm has been removed, because it depended on qt4"; # Added 2022-06-12
14981498+ qimageblitz = throw "qimageblitz has been removed from nixpkgs, because it depended on qt4 and was last updated upstream in 2007"; # Added 2022-06-12
14991499+ qmetro = throw "qmetro has been removed, because it does not support qt5 (well)"; # Added 2022-05-26
15001500+ qmidiroute = throw "qmidiroute has been removed, because it was unmaintained upstream"; # Added 2022-05-26
14821501 qmk_firmware = throw "qmk_firmware has been removed because it was broken"; # Added 2021-04-02
14831502 qlandkartegt = throw "'qlandkartegt' has been removed from nixpkgs, as it was broken and unmaintained"; # Added 2023-04-17
14841503 qr-filetransfer = throw ''"qr-filetransfer" has been renamed to "qrcp"''; # Added 2020-12-02
14851504 qshowdiff = throw "'qshowdiff' (Qt4) is unmaintained and not been updated since its addition in 2010"; # Added 2022-06-14
15051505+ qtscrobbler = throw "qtscrobbler has been removed, because it was unmaintained"; # Added 2022-05-26
14861506 qt-3 = throw "qt-3 has been removed from nixpkgs, as it's unmaintained and insecure"; # Added 2021-02-15
14871507 qt512 = throw "Qt 5 versions prior to 5.15 are no longer supported upstream and have been removed"; # Added 2022-11-24
14881508 qt514 = throw "Qt 5 versions prior to 5.15 are no longer supported upstream and have been removed"; # Added 2022-11-24
14891509 qt515 = qt5; # Added 2022-11-24
15101510+ qt4 = throw "qt4 has been removed from nixpkgs, because it's been EOL since the end of 2015"; # Added 2022-05-09
14901511 qt5ct = libsForQt5.qt5ct; # Added 2021-12-27
14911512 qt6ct = qt6Packages.qt6ct; # Added 2023-03-07
14921513 qtcurve = libsForQt5.qtcurve; # Added 2020-11-07
14931514 qtile-unwrapped = python3.pkgs.qtile; # Added 2023-05-12
14941515 qtkeychain = throw "the qtkeychain attribute (qt4 version) has been removes, use the qt5 version: libsForQt5.qtkeychain"; # Added 2021-08-04
15161516+ qt-mobility = throw "qt-mobility has been removed, because it depended on qt4"; # Added 2022-06-13
14951517 qtscriptgenerator = throw "'qtscriptgenerator' (Qt4) is unmaintained upstream and not used in nixpkgs"; # Added 2022-06-14
15181518+ qtstyleplugin-kvantum-qt4 = throw "qtstyleplugin-kvantum-qt4 has been removed, because it depended on qt4"; # Added 2022-05-26
14961519 quagga = throw "quagga is no longer maintained upstream"; # Added 2021-04-22
14971520 quake3game = throw "'quake3game' has been renamed to/replaced by 'ioquake3'"; # Converted to throw 2022-02-22
14981521 quaternion-git = throw "quaternion-git has been removed in favor of the stable version 'quaternion'"; # Added 2020-04-09
15221522+ qucs = throw "qucs has been removed, because it depended on qt4. try using qucs-s"; # Added 2022-05-12
14991523 quilter = throw "quilter has been removed from nixpkgs, as it was unmaintained"; # Added 2021-08-03
15001524 qutebrowser-qt6 = throw "'qutebrowser-qt6' has been replaced by 'qutebrowser', since the the qt5 version has been removed"; # Added 2023-08-19
15011525 qvim = throw "qvim has been removed"; # Added 2020-08-31
···15181542 redkite = throw "redkite was archived by upstream"; # Added 2021-04-12
15191543 redis-desktop-manager = throw "'redis-desktop-manager' has been renamed to/replaced by 'resp-app'"; # Added 2022-11-10
15201544 redshift-wlr = throw "redshift-wlr has been replaced by gammastep"; # Added 2021-12-25
15451545+ resim = throw "resim has been removed, because it depended on qt4"; # Added 2022-05-26
15211546 reicast = throw "reicast has been removed from nixpkgs as it is unmaintained, please use flycast instead"; # Added 2022-03-07
15221547 residualvm = throw "residualvm was merged to scummvm code in 2018-06-15; consider using scummvm"; # Added 2021-11-27
15231548 retroArchCores = throw "retroArchCores has been removed. Please use overrides instead, e.g.: `retroarch.override { cores = with libretro; [ ... ]; }`"; # Added 2021-11-19
···15731598 saneFrontends = throw "'saneFrontends' has been renamed to/replaced by 'sane-frontends'"; # Converted to throw 2022-02-22
15741599 scaff = throw "scaff is deprecated - replaced by https://gitlab.com/jD91mZM2/inc (not in nixpkgs yet)"; # Added 2020-03-01
15751600 scallion = throw "scallion has been removed, because it is currently unmaintained upstream"; # added 2021-12-15
16011601+ scantailor = scantailor-advanced; # Added 2022-05-26
15761602 scim = throw "'scim' has been renamed to/replaced by 'sc-im'"; # Converted to throw 2022-02-22
15771603 scollector = throw "'scollector' has been renamed to/replaced by 'bosun'"; # Converted to throw 2022-02-22
16041604+ screencloud = throw "screencloud has been removed, because it was unmaintained in nixpkgs"; # Added 2022-05-26
16051605+ scribus_1_4 = throw "scribus has been removed, because it is based on EOL technologies, e.g. qt4 and python2"; # Added 2022-05-29
15781606 scribusUnstable = throw "'scribusUnstable' has been renamed to 'scribus'"; # Added 2022-05-13
15791607 scrollkeeper = throw "'scrollkeeper' has been removed due to deprecated LibXML2 headers"; # Added 2022-11-08
15801608 scyther = throw "scyther has been removed since it currently only supports Python 2, see https://github.com/cascremers/scyther/issues/20"; # Added 2021-10-07
···16631691 sqlite3_analyzer = throw "'sqlite3_analyzer' has been renamed to/replaced by 'sqlite-analyzer'"; # Converted to throw 2022-02-22
16641692 sqlite-replication = throw "'sqlite-replication' has been removed since it is no longer required by lxd and is not maintained."; # throw 2022-12-26
16651693 sqliteInteractive = throw "'sqliteInteractive' has been renamed to/replaced by 'sqlite-interactive'"; # Converted to throw 2022-02-22
16941694+ sqliteman = throw "sqliteman has been removed, because it was unmaintained"; # Added 2022-05-26
16661695 squid4 = squid; # added 2019-08-22
16671696 srcml = throw "'srcml' has been removed: abandoned by upstream"; # Added 2022-07-21
16681697 sshfsFuse = throw "'sshfsFuse' has been renamed to/replaced by 'sshfs-fuse'"; # Converted to throw 2022-02-22
16691698 ssmtp = throw "'ssmtp' has been removed due to the software being unmaintained. 'msmtp' can be used as a replacement"; # Added 2022-04-17
16991699+ ssr = throw "ssr has been removed, because it was unmaintained in nixpkgs and depended on qt4"; # Added 2022-05-26
16701700 stanchion = throw "Stanchion was part of riak-cs which is not maintained anymore"; # added 2020-10-14
16711701 steam-run-native = steam-run; # added 2022-02-21
16721702 stride = throw "'stride' aka. Atlassian Stride is dead since 2019 (bought by Slack)"; # added 2022-06-15
17031703+ structure-synth = throw "structure-synth has been removed, because it was unmaintained"; # Added 2022-05-09
16731704 stumpwm-git = throw "stumpwm-git has been broken for a long time and lispPackages.stumpwm follows Quicklisp that is close to git version"; # Added 2021-05-09
16741705 subversion_1_10 = throw "subversion_1_10 has been removed as it has reached its end of life"; # Added 2022-04-26
16751706 subversion19 = throw "subversion19 has been removed as it has reached its end of life"; # Added 2021-03-31
···17621793 turbo-geth = throw "turbo-geth has been renamed to erigon"; # Added 2021-08-08
17631794 tvbrowser-bin = tvbrowser; # Added 2023-03-02
17641795 twister = throw "twister has been removed: abandoned by upstream and python2-only"; # Added 2022-04-26
17961796+ tworld2 = throw "tworld2 has been removed, as it was unmaintained"; # Added 2022-05-09
17651797 tychus = throw "tychus has been dropped due to the lack of maintenance from upstream since 2018"; # Added 2022-06-03
17661798 typora = throw "Newer versions of typora use anti-user encryption and refuse to start. As such it has been removed"; # Added 2021-09-11
17671799 typst-fmt = typstfmt; # Added 2023-07-15
···17981830 ### V ###
1799183118001832 v4l_utils = v4l-utils; # Added 2019-08-07
18331833+ valkyrie = throw "valkyrie was removed from nixpkgs, because it is unmaintained upstream"; # Added 2022-05-10
18011834 vamp = { vampSDK = vamp-plugin-sdk; }; # Added 2020-03-26
18021835 vaapiIntel = intel-vaapi-driver; # Added 2023-05-31
18031836 vapor = throw "vapor was removed because it was unmaintained and upstream service no longer exists";
···273273 pymc3 = pymc; # added 2022-06-05, module was rename starting with 4.0.0
274274 pymssql = throw "pymssql has been abandoned upstream."; # added 2020-05-04
275275 PyMVGLive = pymvglive; # added 2023-02-19
276276+ pyqt4 = throw "pyqt4 has been removed, because it depended on the long EOL qt4"; # added 2022-06-09
276277 pyramid_hawkauth = throw "pyramid_hawkauth has been removed because it is no longer maintained"; # added 2023-02-2
277278 pyramid_jinja2 = pyramid-jinja2; # added 2023-06-06
278279 pyreadability = readability-lxml; # added 2022-05-24
···363364 sphinx-navtree = throw "sphinx-navtree has been removed since it is not compatible with sphinx 3.3 and unmaintained"; # added 2023-07-03
364365 sqlalchemy_migrate = sqlalchemy-migrate; # added 2021-10-28
365366 SQLAlchemy-ImageAttach = throw "sqlalchemy-imageattach has been removed as it is incompatible with sqlalchemy 1.4 and unmaintained"; # added 2022-04-23
367367+ subdownloader = throw "subdownloader has been removed, because it depended on pyqt4"; # added 2022-06-09
366368 suds-jurko = throw "suds-jurko has been removed, it was using setuptools 2to3 translation feature, which has been removed in setuptools 58"; # added 2023-02-27
367369 suseapi = throw "suseapi has been removed because it is no longer maintained"; # added 2023-02-27
368370 tensorflow-bin_2 = tensorflow-bin; # added 2021-11-25