libgbinder: remove with lib;

This commit is contained in:
Mihai-Drosi Câju 2023-09-24 16:06:12 +03:00 committed by Emery Hemingway
parent be6ac65b52
commit d2fc0cbaa4

View file

@ -42,11 +42,11 @@ stdenv.mkDerivation rec {
sed -i -e "s@Cflags: @Cflags: $($PKG_CONFIG --cflags libglibutil) @g" $dev/lib/pkgconfig/$pname.pc sed -i -e "s@Cflags: @Cflags: $($PKG_CONFIG --cflags libglibutil) @g" $dev/lib/pkgconfig/$pname.pc
''; '';
meta = with lib; { meta = {
description = "GLib-style interface to binder"; description = "GLib-style interface to binder";
homepage = "https://github.com/mer-hybris/libgbinder"; homepage = "https://github.com/mer-hybris/libgbinder";
license = licenses.bsd3; license = lib.licenses.bsd3;
platforms = platforms.linux; platforms = lib.platforms.linux;
maintainers = with maintainers; [ mcaju ]; maintainers = with lib.maintainers; [ mcaju ];
}; };
} }