···4748 # Replace icons licensed under CC BY-ND 3.0 with free ones to allow
49 # for binary redistribution: https://github.com/yuzu-emu/yuzu/pull/8104
50- # The patch hosted on GitHub has the binary information stripped, so
51- # it has been regenerated with "git format-patch --text --full-index --binary"
00052 patches = [ ./yuzu-free-icons.patch ];
5354 nativeBuildInputs = [
···4748 # Replace icons licensed under CC BY-ND 3.0 with free ones to allow
49 # for binary redistribution: https://github.com/yuzu-emu/yuzu/pull/8104
50+ # The patch hosted on GitHub has the binary information in git format, which
51+ # can’t be applied with patch(1), so it has been regenerated with
52+ # "git format-patch --text --full-index --binary".
53+ # Because pineapple strips all files beginning with a dot, the patch needs to
54+ # be edited manually afterwards to remove all changes to those.
55 patches = [ ./yuzu-free-icons.patch ];
5657 nativeBuildInputs = [
+1-1
pkgs/applications/emulators/yuzu/update.sh
···53 OLD_EA_HASH="$(getLocalHash "yuzu-ea")"
5455 NEW_EA_VERSION="$(curl -s ${GITHUB_TOKEN:+"-u \":$GITHUB_TOKEN\""} \
56- "https://api.github.com/repos/pineappleEA/pineapple-src/releases?per_page=1" | jq -r '.[0].tag_name' | cut -d"-" -f2 | cut -d" " -f1)"
5758 if [[ "${OLD_EA_VERSION}" = "${NEW_EA_VERSION}" ]]; then
59 echo "yuzu-ea is already up to date!"
···53 OLD_EA_HASH="$(getLocalHash "yuzu-ea")"
5455 NEW_EA_VERSION="$(curl -s ${GITHUB_TOKEN:+"-u \":$GITHUB_TOKEN\""} \
56+ "https://api.github.com/repos/pineappleEA/pineapple-src/releases?per_page=2" | jq -r '.[].tag_name' | grep '^EA-[0-9]*' | head -n1 | cut -d"-" -f2 | cut -d" " -f1)"
5758 if [[ "${OLD_EA_VERSION}" = "${NEW_EA_VERSION}" ]]; then
59 echo "yuzu-ea is already up to date!"
···1{ type
2, version
3, srcs
4-, icu #passing icu as an argument, because dotnet 3.1 has troubles with icu71
05}:
67assert builtins.elem type [ "aspnetcore" "runtime" "sdk" ];
089{ lib
10, stdenv
···104 '';
105106 passthru = {
107- inherit icu;
108 };
109110 meta = with lib; {
···1{ type
2, version
3, srcs
4+, icu # passing icu as an argument, because dotnet 3.1 has troubles with icu71
5+, packages ? null
6}:
78assert builtins.elem type [ "aspnetcore" "runtime" "sdk" ];
9+assert if type == "sdk" then packages != null else true;
1011{ lib
12, stdenv
···106 '';
107108 passthru = {
109+ inherit icu packages;
110 };
111112 meta = with lib; {
···1031 pdf2htmlEx = throw "pdf2htmlEx has been removed from nixpkgs, as it was unmaintained"; # Added 2020-11-03
1032 pdfmod = throw "pdfmod has been removed"; # Added 2022-01-15
1033 pdfread = throw "pdfread has been remove because it is unmaintained for years and the sources are no longer available"; # Added 2021-07-22
01034 perlXMLParser = throw "'perlXMLParser' has been renamed to/replaced by 'perlPackages.XMLParser'"; # Converted to throw 2022-02-22
1035 perlArchiveCpio = throw "'perlArchiveCpio' has been renamed to/replaced by 'perlPackages.ArchiveCpio'"; # Converted to throw 2022-02-22
1036 pgadmin = pgadmin4;
···1523 xmonad_log_applet_gnome3 = throw "'xmonad_log_applet_gnome3' has been renamed to/replaced by 'xmonad_log_applet'"; # Converted to throw 2022-02-22
1524 xmpp-client = throw "xmpp-client has been dropped due to the lack of maintanence from upstream since 2017"; # Added 2022-06-02
1525 xmpppy = throw "xmpppy has been removed from nixpkgs as it is unmaintained and python2-only";
1526- xp-pen-g430 = pentablet-driver; # Added 2020-05-03
1527 xpf = throw "xpf has been removed: abandoned by upstream"; # Added 2022-04-26
1528 xf86_video_nouveau = throw "'xf86_video_nouveau' has been renamed to/replaced by 'xorg.xf86videonouveau'"; # Converted to throw 2022-02-22
1529 xf86_input_mtrack = throw ''
···1031 pdf2htmlEx = throw "pdf2htmlEx has been removed from nixpkgs, as it was unmaintained"; # Added 2020-11-03
1032 pdfmod = throw "pdfmod has been removed"; # Added 2022-01-15
1033 pdfread = throw "pdfread has been remove because it is unmaintained for years and the sources are no longer available"; # Added 2021-07-22
1034+ pentablet-driver = xp-pen-g430-driver; # Added 2022-06-23
1035 perlXMLParser = throw "'perlXMLParser' has been renamed to/replaced by 'perlPackages.XMLParser'"; # Converted to throw 2022-02-22
1036 perlArchiveCpio = throw "'perlArchiveCpio' has been renamed to/replaced by 'perlPackages.ArchiveCpio'"; # Converted to throw 2022-02-22
1037 pgadmin = pgadmin4;
···1524 xmonad_log_applet_gnome3 = throw "'xmonad_log_applet_gnome3' has been renamed to/replaced by 'xmonad_log_applet'"; # Converted to throw 2022-02-22
1525 xmpp-client = throw "xmpp-client has been dropped due to the lack of maintanence from upstream since 2017"; # Added 2022-06-02
1526 xmpppy = throw "xmpppy has been removed from nixpkgs as it is unmaintained and python2-only";
1527+ xp-pen-g430 = throw "xp-pen-g430 has been renamed to xp-pen-g430-driver"; # Converted to throw 2022-06-23
1528 xpf = throw "xpf has been removed: abandoned by upstream"; # Added 2022-04-26
1529 xf86_video_nouveau = throw "'xf86_video_nouveau' has been renamed to/replaced by 'xorg.xf86videonouveau'"; # Converted to throw 2022-02-22
1530 xf86_input_mtrack = throw ''