···65 "troff"
66 ];
6768- meta = with lib; {
69 homepage = "https://tools.suckless.org/9base/";
70 description = "9base is a port of various original Plan 9 tools for Unix, based on plan9port";
71 longDescription = ''
···74 The overall SLOC is about 66kSLOC, so this userland + all libs is much smaller than, e.g. bash.
75 9base can be used to run werc instead of the full blown plan9port.
76 '';
77- license = with licenses; [
78 mit # and
79 lpl-102
80 ];
81- maintainers = with maintainers; [ jk ];
82- platforms = platforms.unix;
83 # needs additional work to support aarch64-darwin
84 # due to usage of _DARWIN_NO_64_BIT_INODE
85 broken = stdenv.hostPlatform.isAarch64 && stdenv.hostPlatform.isDarwin;
···65 "troff"
66 ];
6768+ meta = {
69 homepage = "https://tools.suckless.org/9base/";
70 description = "9base is a port of various original Plan 9 tools for Unix, based on plan9port";
71 longDescription = ''
···74 The overall SLOC is about 66kSLOC, so this userland + all libs is much smaller than, e.g. bash.
75 9base can be used to run werc instead of the full blown plan9port.
76 '';
77+ license = with lib.licenses; [
78 mit # and
79 lpl-102
80 ];
81+ maintainers = with lib.maintainers; [ jk ];
82+ platforms = lib.platforms.unix;
83 # needs additional work to support aarch64-darwin
84 # due to usage of _DARWIN_NO_64_BIT_INODE
85 broken = stdenv.hostPlatform.isAarch64 && stdenv.hostPlatform.isDarwin;
+4-4
pkgs/by-name/aa/aaaaxy/package.nix
···128129 strictDeps = true;
130131- meta = with lib; {
132 description = "Nonlinear 2D puzzle platformer taking place in impossible spaces";
133 mainProgram = "aaaaxy";
134 homepage = "https://divverent.github.io/aaaaxy/";
135- license = licenses.asl20;
136- maintainers = with maintainers; [ Luflosi ];
137- platforms = platforms.linux;
138 };
139}