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;
|
homepage = https://github.com/linuxdeepin/qcef;
|
||||||
license = licenses.lgpl3;
|
license = licenses.lgpl3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
badPlatforms = [ "aarch64-linux" ]; # the cef-binary is not available
|
||||||
maintainers = with maintainers; [ romildo ];
|
maintainers = with maintainers; [ romildo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue