1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

dub: migrate to pkgs/by-name

This commit is contained in:
Jeremy Baxter 2024-06-06 19:56:17 +12:00
parent 1d6a7e4e59
commit 0b72bdc88d
2 changed files with 0 additions and 2 deletions

View file

@ -7408,8 +7408,6 @@ with pkgs;
dt-schema = callPackage ../development/tools/dt-schema { };
dub = callPackage ../development/tools/build-managers/dub { };
inherit (import ../build-support/dlang/dub-support.nix { inherit callPackage; })
buildDubPackage dub-to-nix;