libtommatch: fix substituteInPlace

var name was changed
This commit is contained in:
Matthew Bauer 2019-06-05 22:54:38 -04:00
parent 9edd196312
commit a430a5c963

View file

@ -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"
'';