13 gobject-introspection,
27 stdenv.mkDerivation rec {
28 pname = "appstream-glib";
39 src = fetchFromGitHub {
41 repo = "appstream-glib";
42 rev = "${lib.replaceStrings [ "-" ] [ "_" ] pname}_${lib.replaceStrings [ "." ] [ "_" ] version}";
43 sha256 = "sha256-3QFiOJ38talA0GGL++n+DaA/AN7l4LOZQ7BJV6o8ius=";
71 propagatedBuildInputs = [
79 pngquant = "${pngquant}/bin/pngquant";
89 doCheck = false; # fails at least 1 test
92 moveToOutput "share/installed-tests" "$installedTests"
96 description = "Objects and helper methods to read and write AppStream metadata";
97 homepage = "https://people.freedesktop.org/~hughsient/appstream-glib/";
98 license = licenses.lgpl2Plus;
99 platforms = platforms.unix;
100 maintainers = with maintainers; [ matthewbauer ];