mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
celestia: fix install location
This commit is contained in:
parent
4b201b27bf
commit
2eedf210d3
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ stdenv.mkDerivation {
|
|||
)
|
||||
'';
|
||||
|
||||
installPhase = ''make DESTDIR="$out" MKDIR_P="mkdir -p" install'';
|
||||
installPhase = ''make MKDIR_P="mkdir -p" install'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue