summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-01-06 12:47:13 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-01-06 12:47:13 +0100
commit4ead72fdc1155100630a3181bc66eb12b65c6742 (patch)
tree0931664a49bc5180099ba782817d1fff7bae5c9b
parentRemove useless capture (diff)
downloadnheko-4ead72fdc1155100630a3181bc66eb12b65c6742.tar.xz
Remove sodium from flatpak
-rw-r--r--io.github.NhekoReborn.Nheko.json10
1 files changed, 0 insertions, 10 deletions
diff --git a/io.github.NhekoReborn.Nheko.json b/io.github.NhekoReborn.Nheko.json

index 49e92311..7aba130b 100644 --- a/io.github.NhekoReborn.Nheko.json +++ b/io.github.NhekoReborn.Nheko.json
@@ -126,16 +126,6 @@ ] }, { - "name": "sodium", - "sources": [ - { - "sha256": "6f504490b342a4f8a4c4a02fc9b866cbef8622d5df4e5452b46be121e46636c1", - "type": "archive", - "url": "https://github.com/jedisct1/libsodium/releases/download/1.0.18-RELEASE/libsodium-1.0.18.tar.gz" - } - ] - }, - { "build-commands": [ "./bootstrap.sh --with-libraries=thread,system,iostreams --prefix=/app", "./b2 -d0 variant=release link=static threading=multi --layout=system",