Author: urkud
Date: Thu Dec 15 22:25:26 2011
New Revision: 30921
URL: https://nixos.org/websvn/nix/?rev=30921&sc=1
Log:
amarok: remove unused deps
Modified:
nixpkgs/branches/drop-kde4.5/pkgs/applications/audio/amarok/default.nix
Modified:
nixpkgs/branches/drop-kde4.5/pkgs/applications/audio/amarok/default.nix
==============================================================================
--- nixpkgs/branches/drop-kde4.5/pkgs/applications/audio/amarok/default.nix
Thu Dec 15 22:25:17 2011 (r30920)
+++ nixpkgs/branches/drop-kde4.5/pkgs/applications/audio/amarok/default.nix
Thu Dec 15 22:25:26 2011 (r30921)
@@ -1,6 +1,6 @@
-{ stdenv, fetchurl, lib, cmake, qt4, qtscriptgenerator, perl, gettext, curl
-, libxml2, mysql, taglib, taglib_extras, loudmouth , kdelibs, automoc4, phonon
-, strigi, soprano, qca2, libmtp, liblastfm, libgpod, pkgconfig }:
+{ stdenv, fetchurl, lib, qtscriptgenerator, perl, gettext, curl
+, libxml2, mysql, taglib, taglib_extras, loudmouth , kdelibs
+, qca2, libmtp, liblastfm, libgpod, pkgconfig }:
stdenv.mkDerivation rec {
name = "${pname}-${version}";
@@ -14,7 +14,7 @@
};
QT_PLUGIN_PATH="${qtscriptgenerator}/lib/qt4/plugins";
- buildInputs = [ cmake qt4 qtscriptgenerator perl stdenv.gcc.libc gettext curl
+ buildInputs = [ qtscriptgenerator stdenv.gcc.libc gettext curl
libxml2 mysql taglib taglib_extras loudmouth kdelibs automoc4 phonon strigi
soprano qca2 libmtp liblastfm libgpod pkgconfig ];
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits