···4646 and the Atari 5200 game console. The emulator is auto-configurable and
4747 will compile on a variety of systems (Linux, Solaris, Irix).
4848 '';
4949- maintainers = with lib.maintainers; [ AndersonTorres ];
4949+ maintainers = with lib.maintainers; [ ];
5050 license = with lib.licenses; [ gpl2Plus ];
5151 platforms = lib.platforms.unix;
5252 };
···4444 description = "Suite of command-line tools for converting to and working with CSV";
4545 changelog = "https://github.com/wireservice/csvkit/blob/${version}/CHANGELOG.rst";
4646 license = lib.licenses.mit;
4747- maintainers = with lib.maintainers; [ AndersonTorres ];
4747+ maintainers = with lib.maintainers; [ ];
4848 };
4949}
···6969 description = "Tiny library providing a C 'class' for working with arbitrary big sizes in bytes";
7070 license = lib.licenses.lgpl2Plus;
7171 mainProgram = "bscalc";
7272- maintainers = with lib.maintainers; [ AndersonTorres ];
7272+ maintainers = with lib.maintainers; [ ];
7373 platforms = lib.platforms.linux;
7474 };
7575})
+1-1
pkgs/by-name/li/libcaca/package.nix
···8282 Libcaca was written by Sam Hocevar and Jean-Yves Lamoureux.
8383 '';
8484 license = licenses.wtfpl;
8585- maintainers = with maintainers; [ AndersonTorres ];
8585+ maintainers = with maintainers; [ ];
8686 platforms = platforms.unix;
8787 };
8888}
+1-1
pkgs/by-name/li/libedit/package.nix
···6161 similar to those found in GNU Readline.
6262 '';
6363 license = with lib.licenses; [ bsd3 ];
6464- maintainers = with lib.maintainers; [ AndersonTorres ];
6464+ maintainers = with lib.maintainers; [ ];
6565 platforms = lib.platforms.all;
6666 };
6767})
···4747 offload the choice of the main loop to the application.
4848 '';
4949 license = licenses.mit;
5050- maintainers = with maintainers; [ AndersonTorres ];
5050+ maintainers = with maintainers; [ ];
5151 platforms = platforms.unix;
5252 };
5353})
···4848 it abstracts over the target CPU, as it exposes to the clients a
4949 standardized RISC instruction set inspired by the MIPS and SPARC chips.
5050 '';
5151- maintainers = with lib.maintainers; [ AndersonTorres ];
5151+ maintainers = with lib.maintainers; [ ];
5252 license = with lib.licenses; [ lgpl3Plus ];
5353 platforms = lib.platforms.unix;
5454 broken = stdenv.hostPlatform.isDarwin; # failing tests
+1-1
pkgs/by-name/li/live555/package.nix
···107107 description = "Set of C++ libraries for multimedia streaming, using open standard protocols (RTP/RTCP, RTSP, SIP)";
108108 changelog = "http://www.live555.com/liveMedia/public/changelog.txt";
109109 license = with lib.licenses; [ lgpl21Plus ];
110110- maintainers = with lib.maintainers; [ AndersonTorres ];
110110+ maintainers = with lib.maintainers; [ ];
111111 platforms = lib.platforms.unix;
112112 };
113113})
···8282 records, each record containing an arbitrary number of named fields.
8383 '';
8484 license = licenses.gpl3Plus;
8585- maintainers = with maintainers; [ AndersonTorres ];
8585+ maintainers = with maintainers; [ ];
8686 platforms = platforms.all;
8787 };
8888}
···7373 homepage = "https://www.rockbox.org";
7474 description = "Open source firmware for digital music players";
7575 license = licenses.gpl2Plus;
7676- maintainers = with maintainers; [ AndersonTorres ];
7676+ maintainers = with maintainers; [ ];
7777 mainProgram = "RockboxUtility";
7878 platforms = platforms.linux;
7979 };
+1-1
pkgs/by-name/ro/rootbar/package.nix
···4545 was designed to address the lack of good bars for wayland.
4646 '';
4747 license = licenses.gpl3Plus;
4848- maintainers = with maintainers; [ AndersonTorres ];
4848+ maintainers = with maintainers; [ ];
4949 platforms = platforms.unix;
5050 broken = stdenv.hostPlatform.isDarwin;
5151 };
···3232 runScript
3333 ];
3434}
3535-# TODO [ AndersonTorres ]:
3636-3737-# 1. Parse the command line in order to allow the user to set an optional
3838-# rom-file
3939-# 2. generate runScript based on symlinkJoin (maybe a postBuild?)
4040-# 3. a NixOS module to abstract the runner
+1-1
pkgs/by-name/xa/xa/package.nix
···6464 - block structure for label scoping
6565 '';
6666 license = lib.licenses.gpl2Plus;
6767- maintainers = with lib.maintainers; [ AndersonTorres ];
6767+ maintainers = with lib.maintainers; [ ];
6868 platforms = with lib.platforms; unix;
6969 };
7070})
+1-1
pkgs/by-name/xa/xarcan/package.nix
···121121 allows running an X session as a window under Arcan.
122122 '';
123123 license = with lib.licenses; [ mit ];
124124- maintainers = with lib.maintainers; [ AndersonTorres ];
124124+ maintainers = with lib.maintainers; [ ];
125125 platforms = lib.platforms.unix;
126126 };
127127})
···206206 # Too strict lower bound on lens, drop with LTS 23
207207 provide = doJailbreak super.provide;
208208 # Too strict bounds on quickcheck-instances/tasty-qickcheck, drop with LTS 23
209209+210210+ # make gtk build with pango >= 1.56: https://github.com/gtk2hs/gtk2hs/issues/337
211211+ pango = appendPatch (pkgs.fetchpatch {
212212+ url = "https://github.com/gtk2hs/gtk2hs/pull/336/commits/ca7f98bd3e9462deac3661244dc76004a36fc8c3.patch";
213213+ hash = "sha256-fsZIwh4MY3Jnr3Gv4vZKl/LwUsJ+H+7KJ8unARQBifE=";
214214+ stripLen = 1;
215215+ }) super.pango;
216216+209217 lawful-conversions = doJailbreak super.lawful-conversions;
210218211219 # Out of date test data: https://github.com/ocharles/weeder/issues/176