lxqt.compton-conf: qttools is a compile time dependence
No need to use qt5.callPackage Use hash attribute instead of sha256
This commit is contained in:
parent
e392c20f63
commit
94abf3ea02
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
];
|
||||
|
||||
|
|
|
@ -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 {};
|
||||
|
|
Loading…
Reference in a new issue