mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
libindicate: fix substituteInPlace usage
This commit is contained in:
parent
3bd6061651
commit
c806501a6d
@ -38,8 +38,10 @@ in stdenv.mkDerivation rec {
|
||||
--replace '=codegendir pygtk-2.0' '=codegendir pygobject-2.0' \
|
||||
--replace 'pyglib-2.0-python$PYTHON_VERSION' 'pyglib-2.0-python'
|
||||
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