3
0
Fork 0
forked from mirrors/nixpkgs

apvlv: use wrapGAppsHook

This commit is contained in:
Jörg Thalheim 2017-06-04 11:00:09 +01:00
parent 750220588e
commit 5fcdd6c562
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA

View file

@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub, fetchpatch, cmake, pkgconfig, pcre, libxkbcommon, epoxy
, gtk3, poppler, freetype, libpthreadstubs, libXdmcp, libxshmfence
, gtk3, poppler, freetype, libpthreadstubs, libXdmcp, libxshmfence, wrapGAppsHook
}:
stdenv.mkDerivation rec {
@ -22,6 +22,10 @@ stdenv.mkDerivation rec {
libpthreadstubs libXdmcp libxshmfence # otherwise warnings in compilation
];
nativeBuildInputs = [
wrapGAppsHook
];
patches = [
(fetchpatch {
url = "https://github.com/naihe2010/apvlv/commit/d432635b9c5ea6c052a2ae1fb71aedec5c4ad57a.patch";