Skip to content

Commit

Permalink
pqiv: remove unneded native build inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
orivej committed Dec 15, 2017
1 parent 28f49e8 commit 884b748
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pkgs/applications/graphics/pqiv/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub, getopt, which, pkgconfig, gtk3,
ffmpeg, imagemagick, libarchive, libspectre, libwebp, poppler
{ stdenv, fetchFromGitHub, pkgconfig
, ffmpeg, gtk3, imagemagick, libarchive, libspectre, libwebp, poppler
}:

stdenv.mkDerivation (rec {
Expand All @@ -14,10 +14,7 @@ stdenv.mkDerivation (rec {
};

nativeBuildInputs = [ pkgconfig ];
buildInputs = [
getopt which gtk3
ffmpeg imagemagick libarchive libspectre libwebp poppler
];
buildInputs = [ ffmpeg gtk3 imagemagick libarchive libspectre libwebp poppler ];

prePatch = "patchShebangs .";

Expand Down

0 comments on commit 884b748

Please sign in to comment.