mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 07:31:20 +00:00
deepin.qcef: does not build on aarch64-linux
This commit is contained in:
parent
fa94ece59d
commit
534e2b3043
|
@ -99,6 +99,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = https://github.com/linuxdeepin/qcef;
|
||||
license = licenses.lgpl3;
|
||||
platforms = platforms.linux;
|
||||
badPlatforms = [ "aarch64-linux" ]; # the cef-binary is not available
|
||||
maintainers = with maintainers; [ romildo ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue