libtommatch: fix substituteInPlace
var name was changed
This commit is contained in:
parent
9edd196312
commit
a430a5c963
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [ libtool ];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace makefile.shared --replace "LT:=glibtool" "LT:=libtool"
|
||||
substituteInPlace makefile.shared --replace glibtool libtool
|
||||
substituteInPlace makefile_include.mk --replace "shell arch" "shell uname -m"
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue