···80 # Hardcode paths to various dependencies so that they can be found at runtime.
81 (substituteAll {
82 src = ./fix-paths.patch;
83- inherit libgnomekbd unzip;
084 gsettings = "${glib.bin}/bin/gsettings";
085 })
8687 # Use absolute path for libshew installation to make our patched gobject-introspection
···80 # Hardcode paths to various dependencies so that they can be found at runtime.
81 (substituteAll {
82 src = ./fix-paths.patch;
83+ gkbd_keyboard_display = "${lib.getBin libgnomekbd}/bin/gkbd-keyboard-display";
84+ glib_compile_schemas = "${glib.dev}/bin/glib-compile-schemas";
85 gsettings = "${glib.bin}/bin/gsettings";
86+ unzip = "${lib.getBin unzip}/bin/unzip";
87 })
8889 # Use absolute path for libshew installation to make our patched gobject-introspection
···18 description = "A Cargo subcommand to build and test all feature flag combinations";
19 homepage = "https://github.com/frewsxcv/cargo-all-features";
20 license = with licenses; [ asl20 /* or */ mit ];
21- maintainers = with maintainers; [ figsoda ];
22 };
23}
···18 description = "A Cargo subcommand to build and test all feature flag combinations";
19 homepage = "https://github.com/frewsxcv/cargo-all-features";
20 license = with licenses; [ asl20 /* or */ mit ];
21+ maintainers = with maintainers; [ figsoda matthiasbeyer ];
22 };
23}
···20 description = "A tool to execute Rust code carefully, with extra checking along the way";
21 homepage = "https://github.com/RalfJung/cargo-careful";
22 license = with licenses; [ asl20 mit ];
23- maintainers = with maintainers; [ figsoda ];
24 };
25}
···20 description = "A tool to execute Rust code carefully, with extra checking along the way";
21 homepage = "https://github.com/RalfJung/cargo-careful";
22 license = with licenses; [ asl20 mit ];
23+ maintainers = with maintainers; [ figsoda matthiasbeyer ];
24 };
25}
···47 description = "A tool to analyze the third-party dependencies imported by a rust crate or rust workspace";
48 homepage = "https://github.com/mimoo/cargo-dephell";
49 license = with licenses; [ mit /* or */ asl20 ];
50- maintainers = with maintainers; [ figsoda ];
51 };
52}
···47 description = "A tool to analyze the third-party dependencies imported by a rust crate or rust workspace";
48 homepage = "https://github.com/mimoo/cargo-dephell";
49 license = with licenses; [ mit /* or */ asl20 ];
50+ maintainers = with maintainers; [ figsoda matthiasbeyer ];
51 };
52}
···41 description = "A cargo subcommand for displaying when different versions of a same dependency are pulled in";
42 homepage = "https://github.com/Keruspe/cargo-duplicates";
43 license = licenses.mit;
44- maintainers = with maintainers; [ figsoda ];
45 };
46}
···41 description = "A cargo subcommand for displaying when different versions of a same dependency are pulled in";
42 homepage = "https://github.com/Keruspe/cargo-duplicates";
43 license = licenses.mit;
44+ maintainers = with maintainers; [ figsoda matthiasbeyer ];
45 };
46}
···17 meta = with lib; {
18 description = "A cargo subcommand for creating GraphViz DOT files and dependency graphs";
19 license = with licenses; [ mit ];
20- maintainers = with maintainers; [ basvandijk ];
21 };
22}
···17 meta = with lib; {
18 description = "A cargo subcommand for creating GraphViz DOT files and dependency graphs";
19 license = with licenses; [ mit ];
20+ maintainers = with maintainers; [ basvandijk matthiasbeyer ];
21 };
22}
···19 description = "See what Rust is doing behind the curtains";
20 homepage = "https://github.com/mre/cargo-inspect";
21 license = with licenses; [ mit asl20 ];
22- maintainers = with maintainers; [ minijackson ];
23 };
24}
···19 description = "See what Rust is doing behind the curtains";
20 homepage = "https://github.com/mre/cargo-inspect";
21 license = with licenses; [ mit asl20 ];
22+ maintainers = with maintainers; [ minijackson matthiasbeyer ];
23 };
24}
···30 description = "Cargo subcommand to run kcov to get coverage report on Linux";
31 homepage = "https://github.com/kennytm/cargo-kcov";
32 license = with licenses; [ mit ];
33- maintainers = with maintainers; [ saschagrunert ];
34 };
35}
···30 description = "Cargo subcommand to run kcov to get coverage report on Linux";
31 homepage = "https://github.com/kennytm/cargo-kcov";
32 license = with licenses; [ mit ];
33+ maintainers = with maintainers; [ saschagrunert matthiasbeyer ];
34 };
35}
···22 description = "A simple cargo plugin to get a list of features for a specific crate";
23 homepage = "https://github.com/museun/cargo-whatfeatures";
24 license = with licenses; [ mit asl20 ];
25- maintainers = with maintainers; [ ivan-babrou ];
26 };
27}
···22 description = "A simple cargo plugin to get a list of features for a specific crate";
23 homepage = "https://github.com/museun/cargo-whatfeatures";
24 license = with licenses; [ mit asl20 ];
25+ maintainers = with maintainers; [ ivan-babrou matthiasbeyer ];
26 };
27}
···32 description = "Blazingly fast terminal recorder that generates animated gif images for the web written in rust";
33 homepage = "https://github.com/sassman/t-rec-rs";
34 license = with licenses; [ gpl3Only ];
35- maintainers = [ maintainers.hoverbear ];
36 };
37}
···32 description = "Blazingly fast terminal recorder that generates animated gif images for the web written in rust";
33 homepage = "https://github.com/sassman/t-rec-rs";
34 license = with licenses; [ gpl3Only ];
35+ maintainers = with maintainers; [ hoverbear matthiasbeyer ];
36 };
37}
+1-1
pkgs/misc/uq/default.nix
···20 description = "A simple, user-friendly alternative to sort | uniq";
21 homepage = "https://github.com/lostutils/uq";
22 license = licenses.mit;
23- maintainers = with maintainers; [ doronbehar ];
24 };
25}
···20 description = "A simple, user-friendly alternative to sort | uniq";
21 homepage = "https://github.com/lostutils/uq";
22 license = licenses.mit;
23+ maintainers = with maintainers; [ doronbehar matthiasbeyer ];
24 };
25}