Commit 8dc5ba64 authored by Weijia Wang's avatar Weijia Wang
Browse files

uim: unpin autoconf 2.69

parent c0f4ab3e
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -4424,9 +4424,7 @@ with pkgs;

  ufmt = with python3Packages; toPythonApplication ufmt;

  uim = callPackage ../tools/inputmethods/uim {
    autoconf = buildPackages.autoconf269;
  };
  uim = callPackage ../tools/inputmethods/uim { };

  unbound-with-systemd = unbound.override {
    withSystemd = true;