hollywood: migrate to by-name

This commit is contained in:
Guy Chronister
2025-07-17 16:58:02 -05:00
parent 969257e149
commit 7914096306
3 changed files with 0 additions and 4 deletions
-4
View File
@@ -12508,10 +12508,6 @@ with pkgs;
haskellPackages.hledger-web;
hledger-utils = with python3.pkgs; toPythonApplication hledger-utils;
hollywood = callPackage ../applications/misc/hollywood {
inherit (python3Packages) pygments;
};
hovercraft = python3Packages.callPackage ../applications/misc/hovercraft { };
hpack = haskell.lib.compose.justStaticExecutables haskellPackages.hpack;