mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 15:28:19 +00:00
cde: Disable build on aarch64-linux
This commit is contained in:
parent
e86b1b9f56
commit
ea20a6898c
@ -33,5 +33,7 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.gpl3;
|
||||
maintainers = [ maintainers.rlupton20 ];
|
||||
platforms = platforms.linux;
|
||||
# error: architecture aarch64 is not supported by strace
|
||||
badPlatforms = [ "aarch64-linux" ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user