Skip to content

Commit

Permalink
fbida: 2.11 -> 2.12
Browse files Browse the repository at this point in the history
pSub committed Nov 27, 2016

Verified

This commit was signed with the committer’s verified signature. The key has expired.
pSub Pascal Wittmann
1 parent d24a886 commit bbd39a8
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions pkgs/applications/graphics/fbida/default.nix
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
{ stdenv, fetchurl, libjpeg, libexif, libungif, libtiff, libpng, libwebp, libdrm
, pkgconfig, freetype, fontconfig, which, imagemagick, curl, sane-backends
}:
, pkgconfig, freetype, fontconfig, which, imagemagick, curl, sane-backends, libXpm
, epoxy, poppler }:

stdenv.mkDerivation rec {
name = "fbida-2.11";
name = "fbida-2.12";

src = fetchurl {
url = "http://dl.bytesex.org/releases/fbida/${name}.tar.gz";
sha256 = "00x1lppb66b0gvp6sqs7zjgnlfh80lnkwvsm15ifzvlss3b67akw";
sha256 = "0bw224vb7jh0lrqaf4jgxk48xglvxs674qcpj5y0axyfbh896cfk";
};

nativeBuildInputs = [ pkgconfig which ];
buildInputs =
[ libexif libjpeg libpng libungif freetype fontconfig libtiff libwebp
imagemagick curl sane-backends libdrm
];
buildInputs = [ libexif libjpeg libpng libungif freetype fontconfig libtiff
libwebp imagemagick curl sane-backends libdrm libXpm epoxy poppler ];

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

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

0 comments on commit bbd39a8

Please sign in to comment.