hollywood: migrate to by-name (#426218)
This commit is contained in:
+2
-2
@@ -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
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user