Merge pull request #241057 from dotemup/gridtracker
gridtracker: add wrapGAppsHook
This commit is contained in:
commit
87f8573816
1 changed files with 3 additions and 6 deletions
|
@ -1,9 +1,4 @@
|
|||
{ lib
|
||||
, stdenv
|
||||
, fetchFromGitLab
|
||||
, nix-update-script
|
||||
, nwjs
|
||||
}:
|
||||
{ lib, stdenv, fetchFromGitLab, nix-update-script, nwjs, wrapGAppsHook }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gridtracker";
|
||||
|
@ -16,6 +11,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "sha256-6SQuFN8Fi0fbWCYrQIIeSaXR2haI7uux4txCPKEoJvo=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ wrapGAppsHook ];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace Makefile \
|
||||
--replace '$(DESTDIR)/usr' '$(DESTDIR)/'
|
||||
|
|
Loading…
Reference in a new issue