12 , gobject-introspection
17 stdenv.mkDerivation rec {
21 outputs = [ "out" "dev" "devdoc" ];
24 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
25 sha256 = "QwX3Fdq0ta0+gAfa7DFmJecGWpTmPiXvVese+5ZKe/A=";
46 python3.pkgs.pygobject3
49 propagatedBuildInputs = [
50 # Required by libpeas-1.0.pc
59 # Cannot be in postInstall, otherwise _multioutDocs hook in preFixup will move right back.
60 moveToOutput "share/doc" "$devdoc"
64 updateScript = gnome.updateScript {
66 versionPolicy = "odd-unstable";
71 description = "A GObject-based plugins engine";
72 homepage = "https://wiki.gnome.org/Projects/Libpeas";
73 license = licenses.gpl2Plus;
74 platforms = platforms.unix;
75 maintainers = teams.gnome.members;