[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: monero-gui: Update to 0.17.2.2.
From: |
guix-commits |
Subject: |
02/02: gnu: monero-gui: Update to 0.17.2.2. |
Date: |
Sat, 15 May 2021 06:07:01 -0400 (EDT) |
glv pushed a commit to branch master
in repository guix.
commit b149c16371b935795c821d3df3d90fe9f741cbd7
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sat May 15 11:08:56 2021 +0200
gnu: monero-gui: Update to 0.17.2.2.
* gnu/packages/finance.scm (monero-gui): Update to 0.17.2.2.
[arguments]: Update 'fix-build' phase.
---
gnu/packages/finance.scm | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 0632c55..fbd7df7 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -747,7 +747,7 @@ the Monero command line client and daemon.")
(define-public monero-gui
(package
(name "monero-gui")
- (version "0.17.2.1")
+ (version "0.17.2.2")
(source
(origin
(method git-fetch)
@@ -764,7 +764,7 @@ the Monero command line client and daemon.")
(delete-file-recursively "monero")
#t))
(sha256
- (base32 "17z4l7xj3zzbkb3fivsam38y5psknc2qbsg6yc72vb6n675khnsa"))))
+ (base32 "0n7gfhm13y18ffqsqdajl4knd4h8m772fz6lh1lpkh198pwmw8f9"))))
(build-system qt-build-system)
(native-inputs
`(,@(package-native-inputs monero)
@@ -803,7 +803,12 @@ the Monero command line client and daemon.")
(("@VERSION_TAG_GUI@")
,version))
(substitute* "src/zxcvbn-c/makefile"
- (("\\?=") "="))))
+ (("\\?=") "="))
+ (substitute* "external/CMakeLists.txt"
+ (("add_library\\(quirc" all)
+ (string-append
+ "set(CMAKE_C_FLAGS \"${CMAKE_C_FLAGS} -fPIC\")\n"
+ all)))))
(add-before 'configure 'generate-zxcvbn-c-header
(lambda _
(invoke "make" "-C" "src/zxcvbn-c" "dict-src.h")))