mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
[Backport release-25.05] jetbrains.jcef: replace assert with meta.platforms (#427348)
This commit is contained in:
@@ -46,9 +46,6 @@
|
||||
thrift,
|
||||
}:
|
||||
|
||||
assert !stdenv.hostPlatform.isDarwin;
|
||||
# I can't test darwin
|
||||
|
||||
let
|
||||
rpath = lib.makeLibraryPath [
|
||||
glib
|
||||
@@ -306,5 +303,9 @@ stdenv.mkDerivation rec {
|
||||
description = "Jetbrains' fork of JCEF";
|
||||
license = lib.licenses.bsd3;
|
||||
homepage = "https://github.com/JetBrains/JCEF";
|
||||
platforms = [
|
||||
"aarch64-linux"
|
||||
"x86_64-linux"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user