ario: fix build with gettext 0.25

This commit is contained in:
Picnoir
2025-07-18 16:19:47 +02:00
parent 7730f95efc
commit d7109b6958
+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