···1-{ fetchgit, lib, stdenv, love, curl, zip }:
2-3-stdenv.mkDerivation {
4- version = "0.12.1";
5- pname = "hawkthorne";
6-7- src = fetchgit {
8- url = "https://github.com/hawkthorne/hawkthorne-journey.git";
9- rev = "610b9b3907b2a1b21da2ae926e4c7c4c9e19959b";
10- sha256 = "013smhdf9sh91153fpk2bwhhnpg6pn7kfrpw77jmf0v48i3q44h2";
11- };
12-13- buildInputs = [
14- love curl zip
15- ];
16-17- patches = [
18- ./makefile.patch
19- ];
20-21- enableParallelBuilding = true;
22-23- meta = {
24- description = "Journey to the Center of Hawkthorne - A fan-made retro-style game based on the show Community";
25- longDescription = ''
26- Journey to the Center of Hawkthorne is an open source game written in Love2D.
27- It's based on the show Community, starring Jim Rash and Joel McHale as
28- the primary will-they-or-won't-they relationship.
29-30- This game has been entirely developed by fans of the show, who were inspired
31- to bring to life the video game used to determine the winner of Pierce
32- Hawthorne's inheritance.
33- '';
34- homepage = "https://www.reddit.com/r/hawkthorne";
35- license = lib.licenses.mit;
36- maintainers = with lib.maintainers; [ campadrenalin ];
37- broken = true;
38- };
39-}
···386 gupnp_igd = gupnp-igd; # added 2018-02-25
387 gupnptools = gupnp-tools; # added 2015-12-19
388 gutenberg = zola; # added 2018-11-17
0389 hal-flash = throw "hal-flash has been removed as Adobe Flash Player is now deprecated."; # added 2021-02-07
390 heimdalFull = heimdal; # added 2018-05-01
391 hepmc = hepmc2; # added 2019-08-05
···574 lua5_expat = luaPackages.luaexpat; # added 2017-05-02
575 lua5_sec = luaPackages.luasec; # added 2017-05-02
576 lumpy = throw "lumpy has been removed from nixpkgs, as it is stuck on python2."; # added 2022-01-12
000577 lxappearance-gtk3 = throw "lxappearance-gtk3 has been removed. Use lxappearance instead, which now defaults to Gtk3"; # added 2020-06-03
578 lzma = xz; # moved from top-level 2021-03-14
579 m3d-linux = m33-linux; # added 2016-08-13
···656 nmap-unfree = nmap; # added 2021-04-06
657 nologin = shadow; # added 2018-04-25
658 nordic-polar = throw "nordic-polar was removed on 2021-05-27, now integrated in nordic"; # added 2021-05-27
0659 noto-fonts-cjk = noto-fonts-cjk-sans; # added 2021-12-16
660 now-cli = throw "now-cli has been replaced with nodePackages.vercel"; # added 2021-08-05
661 nxproxy = nx-libs; # added 2019-02-15
···859 qt-recordmydesktop = throw "qt-recordmydesktop has been removed from nixpkgs, as it's abandoned and uses deprecated libraries"; # added 2019-12-10
860 qt-3 = throw "qt-3 has been removed from nixpkgs, as it's unmaintained and insecure"; # added 2021-02-15
861 rfkill = throw "rfkill has been removed, as it's included in util-linux"; # added 2020-08-23
0862 riak-cs = throw "riak-cs is not maintained anymore"; # added 2020-10-14
863 ring-daemon = jami-daemon; # added 2021-10-26
864 radare2-cutter = cutter; # added 2021-03-30
···1047 uzbl = throw "uzbl has been removed from nixpkgs, as it's unmaintained and uses insecure libraries";
1048 v4l_utils = v4l-utils; # added 2019-08-07
1049 v8_3_16_14 = throw "v8_3_16_14 was removed in 2019-11-01: no longer referenced by other packages";
01050 vamp = { vampSDK = vamp-plugin-sdk; }; # added 2020-03-26
1051 varnish62 = throw "varnish62 was removed from nixpkgs, because it is unmaintained upstream. Please switch to a different release."; # 2021-07-26
1052 varnish63 = throw "varnish63 was removed from nixpkgs, because it is unmaintained upstream. Please switch to a different release."; # 2021-07-26
···386 gupnp_igd = gupnp-igd; # added 2018-02-25
387 gupnptools = gupnp-tools; # added 2015-12-19
388 gutenberg = zola; # added 2018-11-17
389+ hawkthorne = throw "hawkthorne has been removed because it depended on a broken version of love"; # added 2022-01-15
390 hal-flash = throw "hal-flash has been removed as Adobe Flash Player is now deprecated."; # added 2021-02-07
391 heimdalFull = heimdal; # added 2018-05-01
392 hepmc = hepmc2; # added 2019-08-05
···575 lua5_expat = luaPackages.luaexpat; # added 2017-05-02
576 lua5_sec = luaPackages.luasec; # added 2017-05-02
577 lumpy = throw "lumpy has been removed from nixpkgs, as it is stuck on python2."; # added 2022-01-12
578+ love_0_7 = throw "love_0_7 was removed because it is a very old version and no longer used by any package in nixpkgs"; # added 2022-01-15
579+ love_0_8 = throw "love_0_8 was removed because it is a very old version and no longer used by any package in nixpkgs"; # added 2022-01-15
580+ love_0_9 = throw "love_0_9 was removed because was broken for a long time and no longer used by any package in nixpkgs"; # added 2022-01-15
581 lxappearance-gtk3 = throw "lxappearance-gtk3 has been removed. Use lxappearance instead, which now defaults to Gtk3"; # added 2020-06-03
582 lzma = xz; # moved from top-level 2021-03-14
583 m3d-linux = m33-linux; # added 2016-08-13
···660 nmap-unfree = nmap; # added 2021-04-06
661 nologin = shadow; # added 2018-04-25
662 nordic-polar = throw "nordic-polar was removed on 2021-05-27, now integrated in nordic"; # added 2021-05-27
663+ nottetris2 = throw "nottetris2 was removed because it is unmaintained by upstream and broken"; # added 2022-01-15
664 noto-fonts-cjk = noto-fonts-cjk-sans; # added 2021-12-16
665 now-cli = throw "now-cli has been replaced with nodePackages.vercel"; # added 2021-08-05
666 nxproxy = nx-libs; # added 2019-02-15
···864 qt-recordmydesktop = throw "qt-recordmydesktop has been removed from nixpkgs, as it's abandoned and uses deprecated libraries"; # added 2019-12-10
865 qt-3 = throw "qt-3 has been removed from nixpkgs, as it's unmaintained and insecure"; # added 2021-02-15
866 rfkill = throw "rfkill has been removed, as it's included in util-linux"; # added 2020-08-23
867+ rimshot = throw "rimshot has been removed, because it is broken and no longer maintained upstream"; # added 2022-01-15
868 riak-cs = throw "riak-cs is not maintained anymore"; # added 2020-10-14
869 ring-daemon = jami-daemon; # added 2021-10-26
870 radare2-cutter = cutter; # added 2021-03-30
···1053 uzbl = throw "uzbl has been removed from nixpkgs, as it's unmaintained and uses insecure libraries";
1054 v4l_utils = v4l-utils; # added 2019-08-07
1055 v8_3_16_14 = throw "v8_3_16_14 was removed in 2019-11-01: no longer referenced by other packages";
1056+ vapor = throw "vapor was removed because it was unmaintained and upstream service no longer exists";
1057 vamp = { vampSDK = vamp-plugin-sdk; }; # added 2020-03-26
1058 varnish62 = throw "varnish62 was removed from nixpkgs, because it is unmaintained upstream. Please switch to a different release."; # 2021-07-26
1059 varnish63 = throw "varnish63 was removed from nixpkgs, because it is unmaintained upstream. Please switch to a different release."; # 2021-07-26