forked from mirrors/nixpkgs
wofi-emoji: fix paths in shell script
This commit is contained in:
parent
f11eff088e
commit
527feea2a3
|
@ -21,6 +21,10 @@ stdenv.mkDerivation rec {
|
|||
postPatch = ''
|
||||
substituteInPlace build.sh \
|
||||
--replace 'curl ${emojiJSON.url}' 'cat ${emojiJSON}'
|
||||
substituteInPlace wofi-emoji \
|
||||
--replace 'wofi' '${wofi}/bin/wofi' \
|
||||
--replace 'wtype' '${wtype}/bin/wtype' \
|
||||
--replace 'wl-copy' '${wl-clipboard}/bin/wl-copy'
|
||||
'';
|
||||
|
||||
buildPhase = ''
|
||||
|
|
Loading…
Reference in a new issue