dino: 2018-11-29 -> 2019-02-06

This commit is contained in:
Jörg Thalheim 2019-02-06 00:54:07 +00:00
parent e73718e3d1
commit 0028bad962
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4

View file

@ -11,16 +11,17 @@
, gpgme , gpgme
, pcre , pcre
, qrencode , qrencode
, icu
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "dino-unstable-2018-11-29"; name = "dino-unstable-2019-02-06";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dino"; owner = "dino";
repo = "dino"; repo = "dino";
rev = "680d28360c781ff29e810821801cfaba0493c526"; rev = "864196d2acef3db047160b9da5803805067276c3";
sha256 = "1w08xc842p2nggdxf0dwqw8izhwsrqah10w3s0v1i7dp33yhycln"; sha256 = "10nyq9marclzbkxisackp402gimgs7gb0llgjm922c593c5h39cq";
fetchSubmodules = true; fetchSubmodules = true;
}; };
@ -30,6 +31,7 @@ stdenv.mkDerivation rec {
ninja ninja
pkgconfig pkgconfig
wrapGAppsHook wrapGAppsHook
gettext
]; ];
buildInputs = [ buildInputs = [
@ -54,7 +56,7 @@ stdenv.mkDerivation rec {
epoxy epoxy
at-spi2-core at-spi2-core
dbus dbus
gettext icu
]; ];
enableParallelBuilding = true; enableParallelBuilding = true;