mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
monero-gui: fixup of 7a498ab
The INSTALL_PATH has been fixed upstream and this was causing the binary to be under $out/bin/bin/.
This commit is contained in:
parent
79a81f81aa
commit
b0a06f1786
|
@ -75,11 +75,7 @@ stdenv.mkDerivation rec {
|
|||
'add_subdirectory(monero EXCLUDE_FROM_ALL)'
|
||||
'';
|
||||
|
||||
preConfigure = ''
|
||||
# because $out needs to be expanded
|
||||
cmakeFlagsArray+=("-DCMAKE_INSTALL_PREFIX=$out/bin")
|
||||
cmakeFlagsArray+=("-DARCH=${arch}")
|
||||
'';
|
||||
cmakeFlags = [ "-DARCH=${arch}" ];
|
||||
|
||||
desktopItem = makeDesktopItem {
|
||||
name = "monero-wallet-gui";
|
||||
|
|
Loading…
Reference in a new issue