Skip to content

Commit bbd39a8

Browse files
committedNov 27, 2016
fbida: 2.11 -> 2.12
1 parent d24a886 commit bbd39a8

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed
 

Diff for: ‎pkgs/applications/graphics/fbida/default.nix

+7-9
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
{ stdenv, fetchurl, libjpeg, libexif, libungif, libtiff, libpng, libwebp, libdrm
2-
, pkgconfig, freetype, fontconfig, which, imagemagick, curl, sane-backends
3-
}:
2+
, pkgconfig, freetype, fontconfig, which, imagemagick, curl, sane-backends, libXpm
3+
, epoxy, poppler }:
44

55
stdenv.mkDerivation rec {
6-
name = "fbida-2.11";
6+
name = "fbida-2.12";
77

88
src = fetchurl {
99
url = "http://dl.bytesex.org/releases/fbida/${name}.tar.gz";
10-
sha256 = "00x1lppb66b0gvp6sqs7zjgnlfh80lnkwvsm15ifzvlss3b67akw";
10+
sha256 = "0bw224vb7jh0lrqaf4jgxk48xglvxs674qcpj5y0axyfbh896cfk";
1111
};
1212

1313
nativeBuildInputs = [ pkgconfig which ];
14-
buildInputs =
15-
[ libexif libjpeg libpng libungif freetype fontconfig libtiff libwebp
16-
imagemagick curl sane-backends libdrm
17-
];
14+
buildInputs = [ libexif libjpeg libpng libungif freetype fontconfig libtiff
15+
libwebp imagemagick curl sane-backends libdrm libXpm epoxy poppler ];
1816

1917
makeFlags = [ "prefix=$(out)" "verbose=yes" ];
2018

@@ -34,6 +32,6 @@ stdenv.mkDerivation rec {
3432
homepage = https://www.kraxel.org/blog/linux/fbida/;
3533
license = licenses.gpl2;
3634
maintainers = with maintainers; [ pSub ];
37-
platforms = with platforms; linux;
35+
platforms = platforms.linux;
3836
};
3937
}

0 commit comments

Comments
 (0)