Skip to content

Commit

Permalink
fop: 1.1 -> 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ndowens authored and bjornfor committed Feb 28, 2017
1 parent e0ed902 commit 0e0af18
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/tools/typesetting/fop/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{ fetchurl, stdenv, ant, jdk }:

stdenv.mkDerivation rec {
name = "fop-1.1";
name = "fop-${version}";
version = "2.1";

src = fetchurl {
url = "mirror://apache/xmlgraphics/fop/source/${name}-src.tar.gz";
sha256 = "08i56d57w5dl5bqchr34x9165hvi5h4bhiflxhi0a4wd56rlq5jq";
sha256 = "165rx13q47l6qc29ppr7sg1z26vw830s3rkklj5ap7wgvy0ivbz5";
};

buildInputs = [ ant jdk ];
Expand Down Expand Up @@ -45,6 +46,6 @@ stdenv.mkDerivation rec {
homepage = http://xmlgraphics.apache.org/fop/;
license = licenses.asl20;
platforms = platforms.linux;
maintainers = [ maintainers.bjornfor ];
maintainers = with maintainers; [ bjornfor ndowens ];
};
}

0 comments on commit 0e0af18

Please sign in to comment.