fx: migrate to by-name

This commit is contained in:
Nikolay Korotkiy 2024-06-27 23:00:51 +04:00
parent 94efc587d8
commit 6d0362c86f
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5
2 changed files with 0 additions and 2 deletions

View File

@ -5274,8 +5274,6 @@ with pkgs;
futhark = haskell.lib.compose.justStaticExecutables haskellPackages.futhark;
fx = callPackage ../development/tools/fx { };
tllist = callPackage ../development/libraries/tllist { };
fcft = callPackage ../development/libraries/fcft { };