Unverified Commit 3ee71bd9 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

hollywood: migrate to by-name (#426218)

parents f830001c 30919bd4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
+0 −4
Original line number Diff line number Diff line
@@ -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;