Loading maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -16307,6 +16307,12 @@ githubId = 5636; name = "Steve Purcell"; }; purrpurrn = { email = "scrcpynovideoaudiocodecraw+nixpkgs@gmail.com"; github = "purrpurrn"; githubId = 142632643; name = "purrpurrn"; }; putchar = { email = "slim.cadoux@gmail.com"; matrix = "@putch4r:matrix.org"; Loading pkgs/applications/video/mpv/scripts/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -69,6 +69,7 @@ let cutter = callPackage ./cutter.nix { }; dynamic-crop = callPackage ./dynamic-crop.nix { }; inhibit-gnome = callPackage ./inhibit-gnome.nix { }; memo = callPackage ./memo.nix { }; modernx = callPackage ./modernx.nix { }; modernx-zydezu = callPackage ./modernx-zydezu.nix { }; mpris = callPackage ./mpris.nix { }; Loading pkgs/applications/video/mpv/scripts/memo.nix 0 → 100644 +26 −0 Original line number Diff line number Diff line { fetchFromGitHub , buildLua , lib , unstableGitUpdater }: buildLua { pname = "memo"; version = "0-unstable-2023-10-31"; src = fetchFromGitHub { owner = "po5"; repo = "memo"; rev = "6f2b036ef860e130ea584657389e0a7ceb4d954f"; hash = "sha256-m8ikXuw7PM4Btg8w7ufLneKA4fnYjMyfVJYueZILMw8="; }; passthru.updateScript = unstableGitUpdater {}; meta = with lib; { description = "A recent files menu for mpv"; homepage = "https://github.com/po5/memo"; license = licenses.gpl3Only; maintainers = with lib.maintainers; [ purrpurrn ]; }; } Loading
maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -16307,6 +16307,12 @@ githubId = 5636; name = "Steve Purcell"; }; purrpurrn = { email = "scrcpynovideoaudiocodecraw+nixpkgs@gmail.com"; github = "purrpurrn"; githubId = 142632643; name = "purrpurrn"; }; putchar = { email = "slim.cadoux@gmail.com"; matrix = "@putch4r:matrix.org"; Loading
pkgs/applications/video/mpv/scripts/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -69,6 +69,7 @@ let cutter = callPackage ./cutter.nix { }; dynamic-crop = callPackage ./dynamic-crop.nix { }; inhibit-gnome = callPackage ./inhibit-gnome.nix { }; memo = callPackage ./memo.nix { }; modernx = callPackage ./modernx.nix { }; modernx-zydezu = callPackage ./modernx-zydezu.nix { }; mpris = callPackage ./mpris.nix { }; Loading
pkgs/applications/video/mpv/scripts/memo.nix 0 → 100644 +26 −0 Original line number Diff line number Diff line { fetchFromGitHub , buildLua , lib , unstableGitUpdater }: buildLua { pname = "memo"; version = "0-unstable-2023-10-31"; src = fetchFromGitHub { owner = "po5"; repo = "memo"; rev = "6f2b036ef860e130ea584657389e0a7ceb4d954f"; hash = "sha256-m8ikXuw7PM4Btg8w7ufLneKA4fnYjMyfVJYueZILMw8="; }; passthru.updateScript = unstableGitUpdater {}; meta = with lib; { description = "A recent files menu for mpv"; homepage = "https://github.com/po5/memo"; license = licenses.gpl3Only; maintainers = with lib.maintainers; [ purrpurrn ]; }; }