treewide: use 'lib.getExe' when possible
This commit is contained in:
parent
a777bedd3c
commit
3123fceaca
13 changed files with 24 additions and 28 deletions
|
|
@ -12,7 +12,7 @@ buildGoModule rec {
|
|||
vendorHash = null;
|
||||
|
||||
postPatch = ''
|
||||
sed -i -e 's,"mpv","${mpv}/bin/mpv",' ff2mpv.go
|
||||
sed -i -e 's,"mpv","${lib.getExe mpv} ff2mpv.go
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue