Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / applications / networking / bee / 0002-nix-diff-for-substituteAll.patch
blob611aed0b890ac8871e0574ac09ec7e0a6ac6bb0e
1 From 1a1ab986245e8b74648a1a0adb5d1c7019561d18 Mon Sep 17 00:00:00 2001
2 From: Attila Lendvai <attila@lendvai.name>
3 Date: Sat, 30 Jan 2021 15:24:57 +0100
4 Subject: [PATCH 2/2] nix diff for substituteAll
6 ---
7 packaging/bee-clef-service | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
10 diff --git a/packaging/bee-clef-service b/packaging/bee-clef-service
11 index 34c7edd..31e9d95 100755
12 --- a/packaging/bee-clef-service
13 +++ b/packaging/bee-clef-service
14 @@ -15,7 +15,7 @@ start() {
15 ( sleep 2; cat << EOF
16 { "jsonrpc": "2.0", "id":1, "result": { "text":"$SECRET" } }
17 EOF
18 -) | clef --stdio-ui --keystore $KEYSTORE --configdir $CONFIGDIR --chainid $CHAINID --rules /etc/bee-clef/rules.js --nousb --4bytedb-custom /etc/bee-clef/4byte.json --pcscdpath "" --auditlog "" --loglevel 3 --ipcpath ${CONFIGDIR}
19 +) | @clefBinary@ --stdio-ui --keystore $KEYSTORE --configdir $CONFIGDIR --chainid $CHAINID --rules @out@/share/bee-clef/rules.js --nousb --4bytedb-custom @out@/share/bee-clef/4byte.json --pcscdpath "" --auditlog "" --loglevel 3 --ipcpath ${CONFIGDIR}
22 stop() {
23 --
24 2.29.2