libhttpseverywhere: 0.2.3 -> 0.2.10
This commit is contained in:
parent
798623fd2b
commit
ccba00655a
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
major = "0.2";
|
major = "0.2";
|
||||||
minor = "3";
|
minor = "10";
|
||||||
version = "${major}.${minor}";
|
version = "${major}.${minor}";
|
||||||
|
|
||||||
name = "libhttpseverywhere-${version}";
|
name = "libhttpseverywhere-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/libhttpseverywhere/${major}/libhttpseverywhere-${version}.tar.xz";
|
url = "mirror://gnome/sources/libhttpseverywhere/${major}/libhttpseverywhere-${version}.tar.xz";
|
||||||
sha256 = "0ndk6yyfcd7iwwkv4rkivhd08k0x8v03gnp9dk1ms4bxb1l2i8l1";
|
sha256 = "235f5b7f96188d800470871774e31696fbde085b63f65bd71434af8e9e6ac8aa";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ gnome3.vala valadoc gobjectIntrospection meson ninja pkgconfig ];
|
nativeBuildInputs = [ gnome3.vala valadoc gobjectIntrospection meson ninja pkgconfig ];
|
||||||
@ -23,8 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
ninja
|
ninja
|
||||||
ninja devhelp
|
'';
|
||||||
'';
|
|
||||||
|
|
||||||
installPhase = "ninja install";
|
installPhase = "ninja install";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user