Skip to content

Commit

Permalink
grsync: Add wrapGAppsHook
Browse files Browse the repository at this point in the history
  • Loading branch information
Schweber authored Jan 8, 2024
1 parent 0ed96ee commit 7e5d75a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/applications/misc/grsync/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, dee, gtk3, intltool, libdbusmenu-gtk3, libunity, pkg-config, rsync }:
{ lib, stdenv, fetchurl, dee, gtk3, intltool, libdbusmenu-gtk3, libunity, pkg-config, rsync, wrapGAppsHook }:

stdenv.mkDerivation rec {
version = "1.3.1";
Expand All @@ -12,6 +12,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
intltool
pkg-config
wrapGAppsHook
];

buildInputs = [
Expand All @@ -27,6 +28,7 @@ stdenv.mkDerivation rec {
homepage = "http://www.opbyte.it/grsync/";
license = licenses.gpl2Only;
platforms = platforms.linux;
mainProgram = "grsync";
maintainers = [ maintainers.kuznero ];
};
}

0 comments on commit 7e5d75a

Please sign in to comment.