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