Commit 67871612 authored by Paul Meyer's avatar Paul Meyer
Browse files

vale{,Styles}: move to by-name

parent df238ebe
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -23622,9 +23622,7 @@ with pkgs;
  libva-vdpau-driver = callPackage ../development/libraries/libva-vdpau-driver { };
  vale = callPackage ../tools/text/vale { };
  valeStyles = recurseIntoAttrs (callPackages ../tools/text/vale/styles.nix { });
  valeStyles = recurseIntoAttrs (callPackages ../by-name/va/vale/styles.nix { });
  valhalla = callPackage ../development/libraries/valhalla {
    boost = boost.override { enablePython = true; python = python3; };