Commit c996eb8d authored by Anderson Torres's avatar Anderson Torres
Browse files

kconfig-frontends: migrate to by-name

parent 72dba0b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19515,7 +19515,7 @@ with pkgs;
  kcc = libsForQt5.callPackage ../applications/graphics/kcc { };
  kconfig-frontends = callPackage ../development/tools/misc/kconfig-frontends {
  kconfig-frontends = callPackage ../by-name/kc/kconfig-frontends/package.nix {
    gperf = gperf_3_0;
  };