monero-gui: fix install path
This commit is contained in:
parent
9bf0008d68
commit
101bb7814b
|
@ -75,10 +75,11 @@ stdenv.mkDerivation rec {
|
||||||
'add_subdirectory(monero EXCLUDE_FROM_ALL)'
|
'add_subdirectory(monero EXCLUDE_FROM_ALL)'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
cmakeFlags = [
|
preConfigure = ''
|
||||||
"-DCMAKE_INSTALL_PREFIX=$out/bin"
|
# because $out needs to be expanded
|
||||||
"-DARCH=${arch}"
|
cmakeFlagsArray+=("-DCMAKE_INSTALL_PREFIX=$out/bin")
|
||||||
];
|
cmakeFlagsArray+=("-DARCH=${arch}")
|
||||||
|
'';
|
||||||
|
|
||||||
desktopItem = makeDesktopItem {
|
desktopItem = makeDesktopItem {
|
||||||
name = "monero-wallet-gui";
|
name = "monero-wallet-gui";
|
||||||
|
|
Loading…
Reference in New Issue