mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-18 07:18:56 +00:00
mtdutils: use stdenv.buildPlatform.canExecute
This commit is contained in:
parent
b80f0edf72
commit
faa7f0f8b7
@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
makeFlags = [ "AR:=$(AR)" ];
|
||||
|
||||
doCheck = stdenv.hostPlatform == stdenv.buildPlatform;
|
||||
doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform;
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
|
Loading…
Reference in New Issue
Block a user