We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e99cc4 commit 174ef9bCopy full SHA for 174ef9b
pkgs/applications/networking/p2p/transmission/4.nix
@@ -113,6 +113,10 @@ stdenv.mkDerivation (finalAttrs: {
113
cmake/FindUtfCpp.cmake
114
# Upstream uses different config file name.
115
substituteInPlace CMakeLists.txt --replace 'find_package(UtfCpp)' 'find_package(utf8cpp)'
116
+
117
+ # Use gettext even on Darwin
118
+ substituteInPlace libtransmission/utils.h \
119
+ --replace-fail '#if defined(HAVE_GETTEXT) && !defined(__APPLE__)' '#if defined(HAVE_GETTEXT)'
120
'';
121
122
nativeBuildInputs = [
0 commit comments