ario: fix build with gettext 0.25 (#426400)

This commit is contained in:
Weijia Wang
2025-07-20 06:26:49 +02:00
committed by GitHub
+4
View File
@@ -45,6 +45,10 @@ stdenv.mkDerivation rec {
taglib
];
preAutoreconf = ''
gettextize --force --copy
'';
postInstall = lib.optionalString stdenv.hostPlatform.isDarwin ''
for file in $out/lib/ario/plugins/*.dylib; do
ln -s $file $out/lib/ario/plugins/$(basename $file .dylib).so