···8080 # Hardcode paths to various dependencies so that they can be found at runtime.
8181 (substituteAll {
8282 src = ./fix-paths.patch;
8383- inherit libgnomekbd unzip;
8383+ gkbd_keyboard_display = "${lib.getBin libgnomekbd}/bin/gkbd-keyboard-display";
8484+ glib_compile_schemas = "${glib.dev}/bin/glib-compile-schemas";
8485 gsettings = "${glib.bin}/bin/gsettings";
8686+ unzip = "${lib.getBin unzip}/bin/unzip";
8587 })
86888789 # Use absolute path for libshew installation to make our patched gobject-introspection
···1818 description = "A Cargo subcommand to build and test all feature flag combinations";
1919 homepage = "https://github.com/frewsxcv/cargo-all-features";
2020 license = with licenses; [ asl20 /* or */ mit ];
2121- maintainers = with maintainers; [ figsoda ];
2121+ maintainers = with maintainers; [ figsoda matthiasbeyer ];
2222 };
2323}
···2020 description = "A tool to execute Rust code carefully, with extra checking along the way";
2121 homepage = "https://github.com/RalfJung/cargo-careful";
2222 license = with licenses; [ asl20 mit ];
2323- maintainers = with maintainers; [ figsoda ];
2323+ maintainers = with maintainers; [ figsoda matthiasbeyer ];
2424 };
2525}
···4747 description = "A tool to analyze the third-party dependencies imported by a rust crate or rust workspace";
4848 homepage = "https://github.com/mimoo/cargo-dephell";
4949 license = with licenses; [ mit /* or */ asl20 ];
5050- maintainers = with maintainers; [ figsoda ];
5050+ maintainers = with maintainers; [ figsoda matthiasbeyer ];
5151 };
5252}
···4141 description = "A cargo subcommand for displaying when different versions of a same dependency are pulled in";
4242 homepage = "https://github.com/Keruspe/cargo-duplicates";
4343 license = licenses.mit;
4444- maintainers = with maintainers; [ figsoda ];
4444+ maintainers = with maintainers; [ figsoda matthiasbeyer ];
4545 };
4646}
···5454 code is appropriate.
5555 '';
5656 license = with licenses; [ asl20 /* or */ mit ];
5757- maintainers = with maintainers; [ evanjs jk ];
5757+ maintainers = with maintainers; [ evanjs jk matthiasbeyer ];
5858 };
5959}
···2222 description = "A simple cargo plugin to get a list of features for a specific crate";
2323 homepage = "https://github.com/museun/cargo-whatfeatures";
2424 license = with licenses; [ mit asl20 ];
2525- maintainers = with maintainers; [ ivan-babrou ];
2525+ maintainers = with maintainers; [ ivan-babrou matthiasbeyer ];
2626 };
2727}