hollywood: migrate to by-name (#426218)

This commit is contained in:
Weijia Wang
2025-07-18 07:51:26 +02:00
committed by GitHub
3 changed files with 2 additions and 6 deletions
@@ -8,7 +8,7 @@
atop,
bmon,
cmatrix,
pygments,
python3Packages,
moreutils,
util-linux,
jp2a,
@@ -57,7 +57,7 @@ stdenv.mkDerivation {
atop
bmon
cmatrix
pygments
python3Packages.pygments
moreutils
util-linux
man
-4
View File
@@ -12502,10 +12502,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;