libhttpseverywhere: 0.2.10 -> 0.4.2

This commit is contained in:
Jörg Thalheim 2017-04-27 13:16:18 +02:00
parent 0ee8160aa4
commit 785d008511
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA

View file

@ -1,15 +1,15 @@
{stdenv, fetchurl, gnome3, glib, json_glib, libxml2, libarchive, libsoup, gobjectIntrospection, meson, ninja, pkgconfig, valadoc}:
stdenv.mkDerivation rec {
major = "0.2";
minor = "10";
major = "0.4";
minor = "2";
version = "${major}.${minor}";
name = "libhttpseverywhere-${version}";
src = fetchurl {
url = "mirror://gnome/sources/libhttpseverywhere/${major}/libhttpseverywhere-${version}.tar.xz";
sha256 = "235f5b7f96188d800470871774e31696fbde085b63f65bd71434af8e9e6ac8aa";
sha256 = "0n850a4adsla6di8dylnadg07wblkdl28abrjvk6fzy8a1kjlx02";
};
nativeBuildInputs = [ gnome3.vala valadoc gobjectIntrospection meson ninja pkgconfig ];
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
configurePhase = ''
mkdir build
cd build
meson.py --prefix "$out" ..
meson --prefix "$out" ..
'';
buildPhase = ''