commit
a64ea105aa
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,12 @@ rustPlatform.buildRustPackage rec {
|
|||
nativeBuildInputs = [ installShellFiles ];
|
||||
buildInputs = lib.optionals stdenv.isDarwin [ libiconv ];
|
||||
|
||||
postPatch = ''
|
||||
# this hard codes the compiler, which breaks the aarch64 in particular
|
||||
# we rather want to set the compiler ourself
|
||||
rm .cargo/config
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
installManPage man/just.1
|
||||
|
||||
|
|
Loading…
Reference in a new issue