Skip to content

Commit

Permalink
fbida: 2.12 -> 2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Mar 21, 2017
1 parent c93eb74 commit 8aacf21
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pkgs/applications/graphics/fbida/default.nix
Expand Up @@ -3,11 +3,11 @@
, epoxy, poppler }:

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

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

nativeBuildInputs = [ pkgconfig which ];
Expand All @@ -21,10 +21,8 @@ stdenv.mkDerivation rec {
sed -e 's@ cpp\>@ gcc -E -@' -i GNUmakefile
'';

configurePhase = "make config $makeFlags";

crossAttrs = {
makeFlags = makeFlags ++ [ "CC=${stdenv.cross.config}-gcc" "STRIP="];
makeFlags = makeFlags ++ [ "CC=${stdenv.cross.config}-gcc" "STRIP=" ];
};

meta = with stdenv.lib; {
Expand Down

0 comments on commit 8aacf21

Please sign in to comment.