libtommatch: fix substituteInPlace

var name was changed
wip/yesman
Matthew Bauer 5 years ago
parent 9edd196312
commit a430a5c963
  1. 2
      pkgs/development/libraries/libtommath/default.nix

@ -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…
Cancel
Save