typo
svn path=/nixpkgs/trunk/; revision=23959
This commit is contained in:
parent
f64ba49369
commit
5f38d49440
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, lib, cmake, qt4, qtscriptgenerator, perl, gettext, curl
|
{ stdenv, fetchurl, lib, cmake, qt4, qtscriptgenerator, perl, gettext, curl
|
||||||
, libxml2, mysql, taglib, taglib_extras, loudmouth , kdelibs, automoc4, phonon
|
, libxml2, mysql, taglib, taglib_extras, loudmouth , kdelibs, automoc4, phonon
|
||||||
, strigi, soprano, qca2, libmtp, liblastfmFM, libgpod }:
|
, strigi, soprano, qca2, libmtp, liblastfm, libgpod }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||||||
QT_PLUGIN_PATH="${qtscriptgenerator}/lib/qt4/plugins";
|
QT_PLUGIN_PATH="${qtscriptgenerator}/lib/qt4/plugins";
|
||||||
buildInputs = [ cmake qt4 qtscriptgenerator perl stdenv.gcc.libc gettext curl
|
buildInputs = [ cmake qt4 qtscriptgenerator perl stdenv.gcc.libc gettext curl
|
||||||
libxml2 mysql taglib taglib_extras loudmouth kdelibs automoc4 phonon strigi
|
libxml2 mysql taglib taglib_extras loudmouth kdelibs automoc4 phonon strigi
|
||||||
soprano qca2 libmtp liblastfmFM libgpod ];
|
soprano qca2 libmtp liblastfm libgpod ];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mkdir -p $out/nix-support
|
mkdir -p $out/nix-support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user