cddl: move to by-name

This commit is contained in:
amesgen 2024-07-31 22:29:10 +02:00
parent 52ec421a00
commit 13a894ff1c
No known key found for this signature in database
GPG Key ID: 1A89EC203635A13D
5 changed files with 0 additions and 2 deletions

View File

@ -4460,8 +4460,6 @@ with pkgs;
cbftp = callPackage ../tools/networking/cbftp { };
cddl = callPackage ../development/tools/cddl { };
cedille = callPackage ../applications/science/logic/cedille
{ inherit (haskellPackages) alex happy Agda ghcWithPackages;
};