libappindicator: fix substituteInPlace usage
This commit is contained in:
parent
a8e4f34f40
commit
e75b2f03d0
@ -43,8 +43,10 @@ in stdenv.mkDerivation rec {
|
||||
substituteInPlace configure.ac \
|
||||
--replace '=codegendir pygtk-2.0' '=codegendir pygobject-2.0'
|
||||
autoconf
|
||||
substituteInPlace {configure,ltmain.sh,m4/libtool.m4} \
|
||||
--replace /usr/bin/file ${file}/bin/file
|
||||
for f in {configure,ltmain.sh,m4/libtool.m4}; do
|
||||
substituteInPlace $f \
|
||||
--replace /usr/bin/file ${file}/bin/file
|
||||
done
|
||||
'';
|
||||
|
||||
configureFlags = [
|
||||
|
Loading…
Reference in New Issue
Block a user