monero: apply patch to fix monero-gui build
This is a more appropriate solution to fix a build error in monero-gui.
This commit is contained in:
@@ -57,8 +57,9 @@ stdenv.mkDerivation rec {
|
||||
# set monero-gui version
|
||||
substituteInPlace src/version.js.in \
|
||||
--replace '@VERSION_TAG_GUI@' '${version}'
|
||||
substituteInPlace monero/src/version.cpp.in \
|
||||
--replace '@VERSION_IS_RELEASE@' 'true'
|
||||
|
||||
# remove this line on the next release
|
||||
rm cmake/Version.cmake
|
||||
|
||||
# use monerod from the monero package
|
||||
substituteInPlace src/daemon/DaemonManager.cpp \
|
||||
|
||||
Reference in New Issue
Block a user