Unverified Commit f0d7cc66 authored by taku0's avatar taku0 Committed by GitHub
Browse files

uim: unpin autoconf 2.69 (#440856)

parents d1fd6706 8dc5ba64
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -4402,9 +4402,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;