Skip to content

Commit 5fcdd6c

Browse files
committedJun 4, 2017
apvlv: use wrapGAppsHook
1 parent 7502205 commit 5fcdd6c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

Diff for: ‎pkgs/applications/misc/apvlv/default.nix

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{ stdenv, fetchFromGitHub, fetchpatch, cmake, pkgconfig, pcre, libxkbcommon, epoxy
2-
, gtk3, poppler, freetype, libpthreadstubs, libXdmcp, libxshmfence
2+
, gtk3, poppler, freetype, libpthreadstubs, libXdmcp, libxshmfence, wrapGAppsHook
33
}:
44

55
stdenv.mkDerivation rec {
@@ -22,6 +22,10 @@ stdenv.mkDerivation rec {
2222
libpthreadstubs libXdmcp libxshmfence # otherwise warnings in compilation
2323
];
2424

25+
nativeBuildInputs = [
26+
wrapGAppsHook
27+
];
28+
2529
patches = [
2630
(fetchpatch {
2731
url = "https://github.com/naihe2010/apvlv/commit/d432635b9c5ea6c052a2ae1fb71aedec5c4ad57a.patch";

0 commit comments

Comments
 (0)
Please sign in to comment.