mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
nixos/tests/mpv: adapt to the new mpv wrapper
This commit is contained in:
parent
e04560f230
commit
f862ae2e31
|
@ -12,7 +12,7 @@ in
|
|||
{
|
||||
environment.systemPackages = [
|
||||
pkgs.curl
|
||||
(pkgs.wrapMpv pkgs.mpv-unwrapped {
|
||||
(pkgs.mpv.override {
|
||||
scripts = [ pkgs.mpvScripts.simple-mpv-webui ];
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue