mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +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 '=codegendir pygtk-2.0' '=codegendir pygobject-2.0' \
|
||||||
--replace 'pyglib-2.0-python$PYTHON_VERSION' 'pyglib-2.0-python'
|
--replace 'pyglib-2.0-python$PYTHON_VERSION' 'pyglib-2.0-python'
|
||||||
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…
Reference in New Issue
Block a user