lol

libappindicator: fix substituteInPlace usage

authored by

Willi Butz and committed by
Robin Gloster
e75b2f03 a8e4f34f

+4 -2
+4 -2
pkgs/development/libraries/libappindicator/default.nix
··· 43 43 substituteInPlace configure.ac \ 44 44 --replace '=codegendir pygtk-2.0' '=codegendir pygobject-2.0' 45 45 autoconf 46 - substituteInPlace {configure,ltmain.sh,m4/libtool.m4} \ 47 - --replace /usr/bin/file ${file}/bin/file 46 + for f in {configure,ltmain.sh,m4/libtool.m4}; do 47 + substituteInPlace $f \ 48 + --replace /usr/bin/file ${file}/bin/file 49 + done 48 50 ''; 49 51 50 52 configureFlags = [