ario: fix build with gettext 0.25 (#426400)

authored by Weijia Wang and committed by GitHub 7c74f1db caa4f206

+4
+4
pkgs/by-name/ar/ario/package.nix
··· 45 45 taglib 46 46 ]; 47 47 48 + preAutoreconf = '' 49 + gettextize --force --copy 50 + ''; 51 + 48 52 postInstall = lib.optionalString stdenv.hostPlatform.isDarwin '' 49 53 for file in $out/lib/ario/plugins/*.dylib; do 50 54 ln -s $file $out/lib/ario/plugins/$(basename $file .dylib).so