inspircd: lib.any -> lib.elem
This commit is contained in:
@@ -24,7 +24,7 @@ let
|
||||
# libcs in nixpkgs (musl and glibc).
|
||||
compatible =
|
||||
lib: drv:
|
||||
lib.any (lic: lic == (drv.meta.license or { })) [
|
||||
lib.elem (drv.meta.license or { }) [
|
||||
lib.licenses.mit # musl
|
||||
lib.licenses.lgpl2Plus # glibc
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user