libglibutil: remove with lib;
This commit is contained in:
parent
d2fc0cbaa4
commit
d698a8be68
1 changed files with 4 additions and 4 deletions
|
@ -39,11 +39,11 @@ stdenv.mkDerivation rec {
|
||||||
sed -i -e "s@Cflags: @Cflags: $($PKG_CONFIG --cflags glib-2.0) @g" $dev/lib/pkgconfig/$pname.pc
|
sed -i -e "s@Cflags: @Cflags: $($PKG_CONFIG --cflags glib-2.0) @g" $dev/lib/pkgconfig/$pname.pc
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "Library of glib utilities.";
|
description = "Library of glib utilities.";
|
||||||
homepage = "https://git.sailfishos.org/mer-core/libglibutil";
|
homepage = "https://git.sailfishos.org/mer-core/libglibutil";
|
||||||
license = licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
platforms = platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
maintainers = with maintainers; [ mcaju ];
|
maintainers = with lib.maintainers; [ mcaju ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue