11 , gobject-introspection
25 stdenv.mkDerivation rec {
26 pname = "appstream-glib";
29 outputs = [ "out" "dev" "man" "installedTests" ];
32 src = fetchFromGitHub {
34 repo = "appstream-glib";
35 rev = "${lib.replaceStrings ["-"] ["_"] pname}_${lib.replaceStrings ["."] ["_"] version}";
36 sha256 = "sha256-3QFiOJ38talA0GGL++n+DaA/AN7l4LOZQ7BJV6o8ius=";
64 propagatedBuildInputs = [
72 pngquant = "${pngquant}/bin/pngquant";
82 doCheck = false; # fails at least 1 test
85 moveToOutput "share/installed-tests" "$installedTests"
89 description = "Objects and helper methods to read and write AppStream metadata";
90 homepage = "https://people.freedesktop.org/~hughsient/appstream-glib/";
91 license = licenses.lgpl2Plus;
92 platforms = platforms.unix;
93 maintainers = with maintainers; [ matthewbauer ];