Skip to content

Commit

Permalink
Disable pylddwrap checks in all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Nov 3, 2023
1 parent fe4a4fc commit 9f68b90
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nix-alien.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{ lib
, stdenv
, fzf
, nix-filter
, nix-index
Expand All @@ -24,7 +23,7 @@ let
pylddwrap = prev.pylddwrap.overrideAttrs (oldAttrs: {
# Fails to build in GitHub Actions, but works once it is build
# in a proper aarch64 system
doInstallCheck = stdenv.hostPlatform.isx86;
doInstallCheck = false;
});
};
};
Expand Down

0 comments on commit 9f68b90

Please sign in to comment.