···47474848 # Replace icons licensed under CC BY-ND 3.0 with free ones to allow
4949 # for binary redistribution: https://github.com/yuzu-emu/yuzu/pull/8104
5050- # The patch hosted on GitHub has the binary information stripped, so
5151- # it has been regenerated with "git format-patch --text --full-index --binary"
5050+ # The patch hosted on GitHub has the binary information in git format, which
5151+ # can’t be applied with patch(1), so it has been regenerated with
5252+ # "git format-patch --text --full-index --binary".
5353+ # Because pineapple strips all files beginning with a dot, the patch needs to
5454+ # be edited manually afterwards to remove all changes to those.
5255 patches = [ ./yuzu-free-icons.patch ];
53565457 nativeBuildInputs = [
···11{ type
22, version
33, srcs
44-, icu #passing icu as an argument, because dotnet 3.1 has troubles with icu71
44+, icu # passing icu as an argument, because dotnet 3.1 has troubles with icu71
55+, packages ? null
56}:
6778assert builtins.elem type [ "aspnetcore" "runtime" "sdk" ];
99+assert if type == "sdk" then packages != null else true;
810911{ lib
1012, stdenv
···104106 '';
105107106108 passthru = {
107107- inherit icu;
109109+ inherit icu packages;
108110 };
109111110112 meta = with lib; {
···11-WGET_ARGS=( https://download.kde.org/stable/frameworks/5.96/ -A '*.tar.xz' )
11+WGET_ARGS=( https://download.kde.org/stable/frameworks/5.97/ -A '*.tar.xz' )
···10311031 pdf2htmlEx = throw "pdf2htmlEx has been removed from nixpkgs, as it was unmaintained"; # Added 2020-11-03
10321032 pdfmod = throw "pdfmod has been removed"; # Added 2022-01-15
10331033 pdfread = throw "pdfread has been remove because it is unmaintained for years and the sources are no longer available"; # Added 2021-07-22
10341034+ pentablet-driver = xp-pen-g430-driver; # Added 2022-06-23
10341035 perlXMLParser = throw "'perlXMLParser' has been renamed to/replaced by 'perlPackages.XMLParser'"; # Converted to throw 2022-02-22
10351036 perlArchiveCpio = throw "'perlArchiveCpio' has been renamed to/replaced by 'perlPackages.ArchiveCpio'"; # Converted to throw 2022-02-22
10361037 pgadmin = pgadmin4;
···15231524 xmonad_log_applet_gnome3 = throw "'xmonad_log_applet_gnome3' has been renamed to/replaced by 'xmonad_log_applet'"; # Converted to throw 2022-02-22
15241525 xmpp-client = throw "xmpp-client has been dropped due to the lack of maintanence from upstream since 2017"; # Added 2022-06-02
15251526 xmpppy = throw "xmpppy has been removed from nixpkgs as it is unmaintained and python2-only";
15261526- xp-pen-g430 = pentablet-driver; # Added 2020-05-03
15271527+ xp-pen-g430 = throw "xp-pen-g430 has been renamed to xp-pen-g430-driver"; # Converted to throw 2022-06-23
15271528 xpf = throw "xpf has been removed: abandoned by upstream"; # Added 2022-04-26
15281529 xf86_video_nouveau = throw "'xf86_video_nouveau' has been renamed to/replaced by 'xorg.xf86videonouveau'"; # Converted to throw 2022-02-22
15291530 xf86_input_mtrack = throw ''