···
1
-
{ stdenv, autoconf, automake, libtool, makeWrapper, fetchFromGitHub, pkgconfig
2
-
, intltool, gtk3, json_glib, curl, glib, autoconf-archive, appstream-glib }:
1
+
{ stdenv, autoconf, automake, libtool, wrapGAppsHook, fetchFromGitHub, pkgconfig
2
+
, intltool, gtk3, json_glib, curl, glib, autoconf-archive, appstream-glib
3
+
, hicolor_icon_theme }:
stdenv.mkDerivation rec {
···
preConfigure = "./autogen.sh";
18
-
nativeBuildInputs= [
19
-
autoconf automake libtool makeWrapper
20
-
pkgconfig intltool autoconf-archive
19
+
nativeBuildInputs= [
20
+
autoconf automake libtool wrapGAppsHook
21
+
pkgconfig intltool autoconf-archive
23
-
buildInputs = [ gtk3 json_glib curl glib ];
26
-
wrapProgram "$out/bin/transmission-remote-gtk" \
27
-
--prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH"
28
-
rm $out/share/icons/hicolor/icon-theme.cache
24
+
buildInputs = [ gtk3 json_glib curl glib hicolor_icon_theme ];
{ description = "GTK remote control for the Transmission BitTorrent client";