mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +00:00
wofi-emoji: fix paths in shell script
This commit is contained in:
parent
f11eff088e
commit
527feea2a3
@ -21,6 +21,10 @@ stdenv.mkDerivation rec {
|
|||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace build.sh \
|
substituteInPlace build.sh \
|
||||||
--replace 'curl ${emojiJSON.url}' 'cat ${emojiJSON}'
|
--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 = ''
|
buildPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user