libcommuni: 2016-08-17 -> 3.5.0

This commit is contained in:
Jörg Thalheim 2017-08-29 11:45:19 +01:00
parent 4b8435dcee
commit 5ad107de5d

View File

@ -1,15 +1,16 @@
{ stdenv, fetchFromGitHub, qtbase, qtdeclarative, qmake, which { stdenv, fetchFromGitHub
, qtbase, qtdeclarative, qmake, which
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "libcommuni-${version}"; name = "libcommuni-${version}";
version = "2016-08-17"; version = "3.5.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "communi"; owner = "communi";
repo = "libcommuni"; repo = "libcommuni";
rev = "dedba6faf57c31c8c70fd563ba12d75a9caee8a3"; rev = "v${version}";
sha256 = "0wvs53z34vfs5xlln4a6sbd4981svag89xm0f4k20mb1i052b20i"; sha256 = "15crqc7a4kwrfbxs121rpdysw0694hh7dr290gg7pm61akvnrqcm";
}; };
buildInputs = [ qtbase qtdeclarative ]; buildInputs = [ qtbase qtdeclarative ];
@ -26,7 +27,7 @@ stdenv.mkDerivation rec {
doCheck = true; doCheck = true;
# Hack to avoid TMPDIR in RPATHs. # Hack to avoid TMPDIR in RPATHs.
preFixup = ''rm -rf "$(pwd)" ''; preFixup = "rm -rf lib";
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A cross-platform IRC framework written with Qt"; description = "A cross-platform IRC framework written with Qt";