mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
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
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libpeas";
|
||||
version = "1.22.0";
|
||||
version = "1.24.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "0qm908kisyjzjxvygdl18hjqxvvgkq9w0phs2g55pck277sw0bsv";
|
||||
sha256 = "1yg6r0srz3knhgvplprl3pikrq5c02dmdxgfwcynd6hjih9h16hb";
|
||||
};
|
||||
|
||||
configureFlags = [ "--enable-python3" ];
|
||||
|
||||
nativeBuildInputs = [ pkgconfig intltool gobject-introspection ];
|
||||
nativeBuildInputs = [ pkgconfig meson ninja gettext gobject-introspection ];
|
||||
buildInputs = [ glib gtk3 ncurses python3 python3.pkgs.pygobject3 ];
|
||||
propagatedBuildInputs = [
|
||||
# Required by libpeas-1.0.pc
|
||||
|
Loading…
Reference in New Issue
Block a user