mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
parent
8f37775234
commit
5947b9e974
1 changed files with 2 additions and 0 deletions
|
@ -93,6 +93,8 @@ rustPlatform.buildRustPackage rec {
|
||||||
--replace xdg-open ${xdg-utils}/bin/xdg-open
|
--replace xdg-open ${xdg-utils}/bin/xdg-open
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
checkFlags = [ "--skip=term::test::mock_term" ]; # broken on aarch64
|
||||||
|
|
||||||
postInstall = (
|
postInstall = (
|
||||||
if stdenv.isDarwin then ''
|
if stdenv.isDarwin then ''
|
||||||
mkdir $out/Applications
|
mkdir $out/Applications
|
||||||
|
|
Loading…
Reference in a new issue