vale{,Styles}: move to by-name
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
df238ebe1d
commit
6787161291
@ -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; };
|
||||
|
Loading…
Reference in New Issue
Block a user