libpeas: 1.22.0 → 1.24.0
This commit is contained in:
parent
1edd898ffd
commit
9e6d89ea31
@ -1,19 +1,17 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, intltool, gnome3
|
{ stdenv, fetchurl, meson, ninja, pkgconfig, gettext, gnome3
|
||||||
, glib, gtk3, gobject-introspection, python3, ncurses
|
, glib, gtk3, gobject-introspection, python3, ncurses
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libpeas";
|
pname = "libpeas";
|
||||||
version = "1.22.0";
|
version = "1.24.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "0qm908kisyjzjxvygdl18hjqxvvgkq9w0phs2g55pck277sw0bsv";
|
sha256 = "1yg6r0srz3knhgvplprl3pikrq5c02dmdxgfwcynd6hjih9h16hb";
|
||||||
};
|
};
|
||||||
|
|
||||||
configureFlags = [ "--enable-python3" ];
|
nativeBuildInputs = [ pkgconfig meson ninja gettext gobject-introspection ];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig intltool gobject-introspection ];
|
|
||||||
buildInputs = [ glib gtk3 ncurses python3 python3.pkgs.pygobject3 ];
|
buildInputs = [ glib gtk3 ncurses python3 python3.pkgs.pygobject3 ];
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
# Required by libpeas-1.0.pc
|
# Required by libpeas-1.0.pc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user