mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
celestia: fix build (inspired by Arch)
This commit is contained in:
parent
0a2ae78216
commit
d494ed15e7
|
@ -65,6 +65,8 @@ stdenv.mkDerivation {
|
|||
)
|
||||
'';
|
||||
|
||||
installPhase = ''make DESTDIR="$out" MKDIR_P="mkdir -p" install'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue