···6565 "troff"
6666 ];
67676868- meta = with lib; {
6868+ meta = {
6969 homepage = "https://tools.suckless.org/9base/";
7070 description = "9base is a port of various original Plan 9 tools for Unix, based on plan9port";
7171 longDescription = ''
···7474 The overall SLOC is about 66kSLOC, so this userland + all libs is much smaller than, e.g. bash.
7575 9base can be used to run werc instead of the full blown plan9port.
7676 '';
7777- license = with licenses; [
7777+ license = with lib.licenses; [
7878 mit # and
7979 lpl-102
8080 ];
8181- maintainers = with maintainers; [ jk ];
8282- platforms = platforms.unix;
8181+ maintainers = with lib.maintainers; [ jk ];
8282+ platforms = lib.platforms.unix;
8383 # needs additional work to support aarch64-darwin
8484 # due to usage of _DARWIN_NO_64_BIT_INODE
8585 broken = stdenv.hostPlatform.isAarch64 && stdenv.hostPlatform.isDarwin;
+4-4
pkgs/by-name/aa/aaaaxy/package.nix
···128128129129 strictDeps = true;
130130131131- meta = with lib; {
131131+ meta = {
132132 description = "Nonlinear 2D puzzle platformer taking place in impossible spaces";
133133 mainProgram = "aaaaxy";
134134 homepage = "https://divverent.github.io/aaaaxy/";
135135- license = licenses.asl20;
136136- maintainers = with maintainers; [ Luflosi ];
137137- platforms = platforms.linux;
135135+ license = lib.licenses.asl20;
136136+ maintainers = with lib.maintainers; [ Luflosi ];
137137+ platforms = lib.platforms.linux;
138138 };
139139}