picard: remove unused buildInputs

This commit is contained in:
mimadrid 2017-01-06 12:46:38 +01:00
parent 9fc4536ac8
commit 0b3e1e0486
No known key found for this signature in database
GPG Key ID: 4D0F6894D41C6957

View File

@ -1,6 +1,4 @@
{ stdenv, python2Packages, fetchurl, gettext
, pkgconfig, libofa, ffmpeg, chromaprint
}:
{ stdenv, python2Packages, fetchurl, gettext, chromaprint }:
let
version = "1.3.2";
@ -14,12 +12,7 @@ in pythonPackages.buildPythonApplication {
sha256 = "0821xb7gyg0rhch8s3qkzmak90wjpcxkv9a364yv6bmqc12j6a77";
};
buildInputs = [
pkgconfig
ffmpeg
libofa
gettext
];
buildInputs = [ gettext ];
propagatedBuildInputs = with pythonPackages; [
pyqt4