libkdegames: remove kdelibs4support dependency

This commit is contained in:
Thomas Tuegel 2021-05-11 15:34:10 -05:00
parent 5f070594b2
commit b9ac4172eb
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -2,7 +2,6 @@
, mkDerivation , mkDerivation
, extra-cmake-modules , extra-cmake-modules
, kdoctools , kdoctools
, kdelibs4support
, qtdeclarative , qtdeclarative
, kdeclarative , kdeclarative
, kdnssd , kdnssd
@ -16,7 +15,7 @@ mkDerivation {
pname = "libkdegames"; pname = "libkdegames";
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];
buildInputs = [ buildInputs = [
kdelibs4support qtdeclarative kdeclarative kdnssd knewstuff openal libsndfile qtdeclarative kdeclarative kdnssd knewstuff openal libsndfile
qtquickcontrols qtquickcontrols
]; ];
meta = { meta = {