Merge pull request #55291 from Mic92/dino

dino: 2018-11-29 -> 2019-02-06
This commit is contained in:
Robert Schütz 2019-02-06 17:42:15 +01:00 committed by GitHub
commit b2b8696b3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;