nomacs: 3.6.1 -> 3.8.1

Fixes a build issue introduced by a Qt5 upgrade [1], and lets us drop
our installation-path patch.

[1] https://github.com/nomacs/nomacs/issues/203
This commit is contained in:
Taahir Ahmed
2018-04-07 15:09:35 -07:00
parent e1dee4efcb
commit 642bd5fe92
2 changed files with 2 additions and 17 deletions
@@ -18,12 +18,12 @@
}:
stdenv.mkDerivation rec {
version = "3.6.1";
version = "3.8.1";
src = fetchFromGitHub {
owner = "nomacs";
repo = "nomacs";
rev = version;
sha256 = "0yli05hhmd57v3mynq78nmr15rbpm0vadv273pavmcnayv86yl44";
sha256 = "1irms980d7acdqrfn8isw55vgc4d9n26ff86887vk7xfvxs0ayla";
};
name = "nomacs-${version}";
@@ -34,8 +34,6 @@ stdenv.mkDerivation rec {
sourceRoot=$(echo */ImageLounge)
'';
patches = [./fix-appdata-install.patch];
nativeBuildInputs = [cmake
pkgconfig
wrapGAppsHook];