mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
sublime-music: rename dependency python-mpv -> mpv
Signed-off-by: Sumner Evans <me@sumnerevans.com>
This commit is contained in:
parent
7a1ae91492
commit
f5e26ea49d
@ -50,6 +50,9 @@ python.pkgs.buildPythonApplication rec {
|
||||
postPatch = ''
|
||||
sed -i "/--cov/d" setup.cfg
|
||||
sed -i "/--no-cov-on-fail/d" setup.cfg
|
||||
|
||||
# https://github.com/sublime-music/sublime-music/commit/f477659d24e372ed6654501deebad91ae4b0b51c
|
||||
sed -i "s/python-mpv/mpv/g" pyproject.toml
|
||||
'';
|
||||
|
||||
buildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user