mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 13:16:40 +03:00
tootle: use vala_0_40
This commit is contained in:
parent
77cdbf7e8f
commit
420d022254
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchFromGitHub
|
{ stdenv, fetchFromGitHub
|
||||||
, meson, ninja, pkgconfig, python3
|
, meson, ninja, pkgconfig, python3
|
||||||
, gnome3, vala, gobject-introspection, wrapGAppsHook
|
, gnome3, vala_0_40, gobject-introspection, wrapGAppsHook
|
||||||
, gtk3, granite
|
, gtk3, granite
|
||||||
, json-glib, glib, glib-networking, hicolor-icon-theme
|
, json-glib, glib, glib-networking, hicolor-icon-theme
|
||||||
}:
|
}:
|
||||||
@ -18,7 +18,15 @@ in stdenv.mkDerivation rec {
|
|||||||
sha256 = "1z3wyx316nns6gi7vlvcfmalhvxncmvcmmlgclbv6b6hwl5x2ysi";
|
sha256 = "1z3wyx316nns6gi7vlvcfmalhvxncmvcmmlgclbv6b6hwl5x2ysi";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ meson ninja pkgconfig python3 vala gobject-introspection wrapGAppsHook ];
|
nativeBuildInputs = [
|
||||||
|
gobject-introspection
|
||||||
|
meson
|
||||||
|
ninja
|
||||||
|
pkgconfig
|
||||||
|
python3
|
||||||
|
vala_0_40 # should be `elementary.vala` when elementary attribute set is merged
|
||||||
|
wrapGAppsHook
|
||||||
|
];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gtk3 granite json-glib glib glib-networking hicolor-icon-theme
|
gtk3 granite json-glib glib glib-networking hicolor-icon-theme
|
||||||
gnome3.libgee gnome3.libsoup gnome3.gsettings-desktop-schemas
|
gnome3.libgee gnome3.libsoup gnome3.gsettings-desktop-schemas
|
||||||
|
Loading…
Reference in New Issue
Block a user