lxqt-archiver: 0.0.96 -> 2019-09-15

fix build with glib-2.62
This commit is contained in:
Tor Hedin Brønner 2019-09-18 09:04:26 +02:00
parent 70f24029dd
commit d82ed7e741

View file

@ -1,13 +1,14 @@
{ lib, mkDerivation, fetchFromGitHub, cmake, pkgconfig, lxqt-build-tools, json-glib, libfm-qt, qtbase, qttools, qtx11extras }:
mkDerivation rec {
pname = "lxqt-archiver";
version = "0.0.96";
# pname = "lxqt-archiver";
pname = "lxqt-archiver-unstable";
version = "2019-09-15";
src = fetchFromGitHub {
owner = "lxqt";
repo = pname;
rev = version;
rev = "1e657b6a3e68c32f042d583872eca39a5d4b820f";
sha256 = "1vc9pzxrhznp65gdkzj3fzzivfqy712mwcxp3r25ar59d54alfpj";
};