mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 10:05:09 +03:00
build: fix 'solid' derivation [ci skip]
578adc93
introduced a 'meta' attribute for handling, amongst other
things, conditional construction of the debug executable. It missed the
'solid' derivation, causing it to break.
This commit is contained in:
parent
8a4a3335d5
commit
9068188e4b
@ -3,9 +3,9 @@
|
||||
pkgs.stdenv.mkDerivation rec {
|
||||
name = "solid";
|
||||
builder = ./builder.sh;
|
||||
buildInputs = [ herb ];
|
||||
buildInputs = [ herb pkgs.coreutils ];
|
||||
|
||||
URBIT = urbit.exe;
|
||||
URBIT = urbit.meta.exe;
|
||||
PIER = pier;
|
||||
ARVO = arvo;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user