mr: fix tests

+4
+4
pkgs/applications/version-management/mr/default.nix
··· 10 10 sha256 = "15i9bs2i25l7ibv530ghy8280kklcgm5kr6j86s7iwcqqckd0czp"; 11 11 }; 12 12 13 + postPatch = '' 14 + patchShebangs . 15 + ''; 16 + 13 17 buildInputs = [ perl ]; 14 18 15 19 makeFlags = "PREFIX=$(out)";