doxygen: updated to version 1.7.4
svn path=/nixpkgs/trunk/; revision=27157
This commit is contained in:
parent
fb9de42ad1
commit
db7c4adb80
@ -1,11 +1,11 @@
|
|||||||
{stdenv, fetchurl, graphviz, perl, flex, bison, gnumake, libX11, libXext, qt}:
|
{stdenv, fetchurl, graphviz, perl, flex, bison, gnumake, libX11, libXext, qt}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "doxygen-1.7.1";
|
name = "doxygen-1.7.4";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "ftp://ftp.stack.nl/pub/users/dimitri/${name}.src.tar.gz";
|
url = "ftp://ftp.stack.nl/pub/users/dimitri/${name}.src.tar.gz";
|
||||||
sha256 = "0cfs96iqsddqwkimlzrkpzksm8dhi5fjai49fvhdfw2934xnz1jb";
|
sha256 = "0rnzyp5f8c454fdkgpg5hpxwmx642spgxcpw3blbvnyw8129jp44";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./tmake.patch ];
|
patches = [ ./tmake.patch ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user