ario: fix build with gettext 0.25 (#426400)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user