summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-03-19 10:11:31 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-03-19 10:11:31 +0100
commit5c9840d4f87b9ac919649c14d986b9a8f7c1935e (patch)
treeac1050d77b99cb5058ebf941a0aa251fa09c79d7
parent37654ec9190c4acca9de2a6b1a160206714aba94 (diff)
Break up komodo-wallet-origin form
-rw-r--r--private/komodo/komodo.scm19
1 files changed, 8 insertions, 11 deletions
diff --git a/private/komodo/komodo.scm b/private/komodo/komodo.scm
index b2334cd3a6..811494d5aa 100644
--- a/private/komodo/komodo.scm
+++ b/private/komodo/komodo.scm
@@ -50,6 +50,11 @@
(version "0.7.0-beta"))
(let ((configure-flags #~ (list "-Wno-dev"
"-DFETCHCONTENT_FULLY_DISCONNECTED=ON"))
+ (komodo-wallet-git-reference (git-reference
+ (url
+ "https://github.com/KomodoPlatform/komodo-wallet-desktop")
+ (commit version)))
+ (komodo-wallet-hash (content-hash "0pfkgas0xkixf99zqzyri80ksp89b7dw7hbcgpp60ni2cnchxk2n"))
(phases #~ (modify-phases
%standard-phases
(add-after
@@ -112,17 +117,9 @@
libsodium-komodo nlohmann-json openssl qtcharts
qtdeclarative-5 qttools-5 qtsvg-5 qtwebengine-5
range-v3 spdlog zlib))
- (komodo-wallet-origin
- (origin
- (uri
- (git-reference
- (url
- "https://github.com/KomodoPlatform/komodo-wallet-desktop")
- (commit version)))
- (method git-fetch)
- (hash
- (content-hash
- "0pfkgas0xkixf99zqzyri80ksp89b7dw7hbcgpp60ni2cnchxk2n")))))
+ (komodo-wallet-origin (origin (uri komodo-wallet-git-reference)
+ (method git-fetch)
+ (hash komodo-wallet-hash))))
(package
(name "komodo-wallet")
(version version)