···45{
6 name = "xss-lock";
7+ meta.maintainers = with pkgs.lib.maintainers; [ ];
89 nodes = {
10 simple = {
+1-1
nixos/tests/yabar.nix
···5{
6 name = "yabar";
7 meta = with pkgs.lib.maintainers; {
8- maintainers = [ ma27 ];
9 };
1011 machine = {
···5{
6 name = "yabar";
7 meta = with pkgs.lib.maintainers; {
8+ maintainers = [ ];
9 };
1011 machine = {
+2
pkgs/applications/audio/musescore/default.nix
···27 ];
2829 qtWrapperArgs = [
0030 # Work around crash on update from 3.4.2 to 3.5.0
31 # https://bugreports.qt.io/browse/QTBUG-85967
32 "--set QML_DISABLE_DISK_CACHE 1"
···27 ];
2829 qtWrapperArgs = [
30+ # MuseScore JACK backend loads libjack at runtime.
31+ "--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ libjack2 ]}"
32 # Work around crash on update from 3.4.2 to 3.5.0
33 # https://bugreports.qt.io/browse/QTBUG-85967
34 "--set QML_DISABLE_DISK_CACHE 1"
···91 meta = with lib; {
92 homepage = "http://fixounet.free.fr/avidemux/";
93 description = "Free video editor designed for simple video editing tasks";
94- maintainers = with maintainers; [ abbradar ma27 ];
95 # "CPU not supported" errors on AArch64
96 platforms = [ "i686-linux" "x86_64-linux" ];
97 license = licenses.gpl2;
···91 meta = with lib; {
92 homepage = "http://fixounet.free.fr/avidemux/";
93 description = "Free video editor designed for simple video editing tasks";
94+ maintainers = with maintainers; [ abbradar ];
95 # "CPU not supported" errors on AArch64
96 platforms = [ "i686-linux" "x86_64-linux" ];
97 license = licenses.gpl2;
+1-1
pkgs/applications/video/xscast/default.nix
···30 homepage = "https://github.com/KeyboardFire/xscast";
31 license = licenses.mit;
32 description = "Screencasts of windows with list of keystrokes overlayed";
33- maintainers = with maintainers; [ ma27 ];
34 };
35}
···30 homepage = "https://github.com/KeyboardFire/xscast";
31 license = licenses.mit;
32 description = "Screencasts of windows with list of keystrokes overlayed";
33+ maintainers = with maintainers; [ ];
34 };
35}
+3-3
pkgs/development/compilers/llvm/git/default.nix
···21 release_version = "14.0.0";
22 candidate = ""; # empty or "rcN"
23 dash-candidate = lib.optionalString (candidate != "") "-${candidate}";
24- rev = "7d9d926a1861e2f6876943d47f297e2a08a57392"; # When using a Git commit
25- rev-version = "unstable-2021-08-03"; # When using a Git commit
26 version = if rev != "" then rev-version else "${release_version}${dash-candidate}";
27 targetConfig = stdenv.targetPlatform.config;
28···30 owner = "llvm";
31 repo = "llvm-project";
32 rev = if rev != "" then rev else "llvmorg-${version}";
33- sha256 = "0v9jk49raazy5vhccagnmf6c3cxjv56rwg3670k9x9snihx2782r";
34 };
3536 llvm_meta = {
···21 release_version = "14.0.0";
22 candidate = ""; # empty or "rcN"
23 dash-candidate = lib.optionalString (candidate != "") "-${candidate}";
24+ rev = "ee65938357d5fffe9e586fa155b37268b5a358ac"; # When using a Git commit
25+ rev-version = "unstable-2021-08-13"; # When using a Git commit
26 version = if rev != "" then rev-version else "${release_version}${dash-candidate}";
27 targetConfig = stdenv.targetPlatform.config;
28···30 owner = "llvm";
31 repo = "llvm-project";
32 rev = if rev != "" then rev else "llvmorg-${version}";
33+ sha256 = "10ahc108wbg2rsp50j3mc8h018a453ykg1rivjkhizng80pyllm1";
34 };
3536 llvm_meta = {
···41 description = "A date and time library based on the C++11/14/17 <chrono> header";
42 homepage = "https://github.com/HowardHinnant/date";
43 platforms = platforms.linux;
44- maintainers = with maintainers; [ ma27 ];
45 };
46}
···41 description = "A date and time library based on the C++11/14/17 <chrono> header";
42 homepage = "https://github.com/HowardHinnant/date";
43 platforms = platforms.linux;
44+ maintainers = with maintainers; [ ];
45 };
46}
···8 owner = "nachoparker";
9 repo = pname;
10 rev = "v${version}";
11+ sha256 = "17lm8jd07bi499mywg2iq669im34j4x4yhc8a3adxn12f8j0dfg7";
12+ # test directory has files with unicode names which causes hash mismatches
13+ # It is also not used by any tests or parts of build process
14+ extraPostFetch = ''
15+ rm -r $out/test
16+ '';
17 };
1819 cargoSha256 = "0gg1w0xx36aswfm0y53nqwwz7zds25ysmklbrc8v2r91j74bhkzw";
+1-1
pkgs/tools/misc/peep/default.nix
···18 description = "The CLI text viewer tool that works like less command on small pane within the terminal window";
19 license = licenses.mit;
20 homepage = "https://github.com/ryochack/peep";
21- maintainers = with maintainers; [ ma27 ];
22 };
23}
···18 description = "The CLI text viewer tool that works like less command on small pane within the terminal window";
19 license = licenses.mit;
20 homepage = "https://github.com/ryochack/peep";
21+ maintainers = with maintainers; [ ];
22 };
23}