Commit 94abf3ea authored by José Romildo's avatar José Romildo
Browse files

lxqt.compton-conf: qttools is a compile time dependence

No need to use qt5.callPackage

Use hash attribute instead of sha256
parent e392c20f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,18 +19,18 @@ mkDerivation rec {
    owner = "lxqt";
    repo = pname;
    rev = version;
    sha256 = "0gcvyn7aabdz5yj0jzv14hlgjgbm8d9ib5r73i842f0hv4cv9m0q";
    hash = "sha256-GNS0GdkQOEFQHCeXFVNDdT35KCRhfwmkL78tpY71mz0=";
  };

  nativeBuildInputs = [
    cmake
    pkg-config
    lxqt.lxqt-build-tools
    qttools
  ];

  buildInputs = [
    qtbase
    qttools
    libconfig
  ];

+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ let

    ### OPTIONAL
    qterminal = callPackage ./qterminal {};
    compton-conf = qt5.callPackage ./compton-conf {};
    compton-conf = callPackage ./compton-conf {};
    obconf-qt = callPackage ./obconf-qt {};
    lximage-qt = callPackage ./lximage-qt {};
    qps = callPackage ./qps {};