lol

mps: 1.114.0 -> 1.115.0, fix build

See https://hydra.nixos.org/build/37204553/log/raw

+2 -5
+2 -5
pkgs/development/libraries/mps/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "mps-${version}"; 5 - version = "1.114.0"; 5 + version = "1.115.0"; 6 6 7 7 src = fetchurl { 8 8 url = "http://www.ravenbrook.com/project/mps/release/${version}/mps-kit-${version}.tar.gz"; 9 - sha256 = "1gb0rdd42ib0fai2jwm2gyii8pk59i1rhblnpdzbdj8cj5g0b30h"; 9 + sha256 = "156xdl16r44nn8svnrgfaklwrgpc3y0rxzqyp0jbdp55c6rlfl6l"; 10 10 }; 11 11 12 12 buildInputs = [ autoreconfHook sqlite ]; 13 - 14 - # Fix a slightly annoying build failure in 'make install' 15 - patchPhase = "substituteInPlace ./Makefile.in --replace /hot/Release /hot"; 16 13 17 14 meta = { 18 15 description = "A flexible memory management and garbage collection library";