mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
Fix libktorrent compilation with kde-4.4
svn path=/nixpkgs/trunk/; revision=23767
This commit is contained in:
parent
772abcfaaa
commit
82d07ebaa2
@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchurl, kdelibs, cmake, gmp, qca2, boost, gettext, qt4, automoc4,
|
||||
perl }:
|
||||
perl, phonon }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = pname + "-" + version;
|
||||
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
# TODO: xfs.h
|
||||
propagatedBuildInputs = [ kdelibs gmp boost qt4 ];
|
||||
propagatedBuildInputs = [ kdelibs gmp boost qt4 phonon ];
|
||||
buildInputs = [ cmake automoc4 qca2 gettext perl ];
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user