diff options
| author | tv <tv@krebsco.de> | 2021-02-27 22:57:19 +0100 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2021-02-27 22:59:00 +0100 |
| commit | 8b79b685ede85753700ba422bc9a9aac38981ce4 (patch) | |
| tree | 30f218bd39f3e668251c6c3c573d7ce5ed32ff50 /tv/5pkgs/simple/mpvterm/default.nix | |
| parent | c0606ecfd1fbf870182e4563b590a82edbf1580b (diff) | |
tv mpvterm: init
Diffstat (limited to 'tv/5pkgs/simple/mpvterm/default.nix')
| -rw-r--r-- | tv/5pkgs/simple/mpvterm/default.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tv/5pkgs/simple/mpvterm/default.nix b/tv/5pkgs/simple/mpvterm/default.nix new file mode 100644 index 0000000..66ad08a --- /dev/null +++ b/tv/5pkgs/simple/mpvterm/default.nix @@ -0,0 +1,8 @@ +{ pkgs }: + +pkgs.mpv-unwrapped.overrideAttrs (old: rec { + pname = "mpvterm"; + patches = old.patches or [] ++ [ + ./mpvterm.patch + ]; +}) |
