mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
midori: use more recent vala
This commit is contained in:
parent
8b7953cea7
commit
f4f9dfee57
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, cmake, pkgconfig, intltool, vala_0_23, wrapGAppsHook
|
{ stdenv, fetchurl, cmake, pkgconfig, intltool, vala_0_34, wrapGAppsHook
|
||||||
, gtk3, webkitgtk, librsvg, libnotify, sqlite
|
, gtk3, webkitgtk, librsvg, libnotify, sqlite
|
||||||
, glib_networking, gsettings_desktop_schemas, libsoup, pcre, gnome3
|
, glib_networking, gsettings_desktop_schemas, libsoup, pcre, gnome3
|
||||||
, libxcb, libpthreadstubs, libXdmcp, libxkbcommon, epoxy, at_spi2_core
|
, libxcb, libpthreadstubs, libXdmcp, libxkbcommon, epoxy, at_spi2_core
|
||||||
@ -29,11 +29,10 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgconfig wrapGAppsHook cmake intltool
|
pkgconfig wrapGAppsHook cmake intltool vala_0_34
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
vala_0_23
|
|
||||||
gtk3 webkitgtk librsvg libnotify sqlite gsettings_desktop_schemas pcre gnome3.gcr
|
gtk3 webkitgtk librsvg libnotify sqlite gsettings_desktop_schemas pcre gnome3.gcr
|
||||||
libxcb libpthreadstubs libXdmcp libxkbcommon epoxy at_spi2_core
|
libxcb libpthreadstubs libXdmcp libxkbcommon epoxy at_spi2_core
|
||||||
(libsoup.override {gnomeSupport = true; valaSupport = true;})
|
(libsoup.override {gnomeSupport = true; valaSupport = true;})
|
||||||
|
Loading…
Reference in New Issue
Block a user