Commit 7a2c5f00 authored by Guy Chronister's avatar Guy Chronister Committed by Weijia Wang
Browse files

coolreader: migrate to by-name

parent 2b7a0a11
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -3,9 +3,8 @@
  fetchFromGitHub,
  cmake,
  pkg-config,
  wrapQtAppsHook,
  lib,
  qttools,
  qt5,
  fribidi,
  libunibreak,
  zstd,
@@ -27,11 +26,11 @@ stdenv.mkDerivation (finalAttrs: {
  nativeBuildInputs = [
    cmake
    pkg-config
    wrapQtAppsHook
    qt5.wrapQtAppsHook
  ];

  buildInputs = [
    qttools
    qt5.qttools
    fribidi
    libunibreak
    zstd
+0 −2
Original line number Diff line number Diff line
@@ -1493,8 +1493,6 @@ with pkgs;

  coconut = with python312Packages; toPythonApplication coconut;

  coolreader = libsForQt5.callPackage ../applications/misc/coolreader { };

  corsair = with python3Packages; toPythonApplication corsair-scan;

  inherit (cue) writeCueValidator;