libkdegames: remove kdelibs4support dependency

launchpad/nixpkgs/master
Thomas Tuegel 3 years ago
parent 5f070594b2
commit b9ac4172eb
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59
  1. 3
      pkgs/applications/kde/libkdegames.nix

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

Loading…
Cancel
Save