picard: remove unused buildInputs
This commit is contained in:
parent
9fc4536ac8
commit
0b3e1e0486
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user