mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
Merge pull request #74734 from nyanloutre/fix_transsmission_remote_gtk
transmission-remote-gtk: fix build for new version of gettext
This commit is contained in:
commit
ab38b44030
@ -1,5 +1,5 @@
|
||||
{ stdenv, autoconf, automake, libtool, wrapGAppsHook, fetchFromGitHub, pkgconfig
|
||||
, intltool, gtk3, json-glib, curl, glib, autoconf-archive, appstream-glib }:
|
||||
, intltool, gtk3, json-glib, curl, glib, autoconf-archive, appstream-glib, fetchpatch }:
|
||||
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -13,6 +13,13 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1pipc1f94jdppv597mqmcj2kw2rdvaqcbl512v7z8vir76p1a7gk";
|
||||
};
|
||||
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
url = "https://github.com/transmission-remote-gtk/transmission-remote-gtk/commit/0f5cc8a9942e220ea0f7d0b17db4a78d094e3b65.patch";
|
||||
sha256 = "195rsjpbc0gzmr9bycvq4mra7abp3hd9by3a5vvcmxsh5ipikycf";
|
||||
})
|
||||
];
|
||||
|
||||
preConfigure = "./autogen.sh";
|
||||
|
||||
nativeBuildInputs= [
|
||||
|
Loading…
Reference in New Issue
Block a user