Update LyX

svn path=/nixpkgs/trunk/; revision=26248
This commit is contained in:
Michael Raskin 2011-03-10 13:07:47 +00:00
parent 400a5b054a
commit 039e45f584

View File

@ -4,12 +4,12 @@
}:
stdenv.mkDerivation rec {
version = "1.6.5";
version = "1.6.9";
name = "lyx-${version}";
src = fetchurl {
url = "ftp://ftp.lyx.org/pub/lyx/stable/1.6.x/${name}.tar.bz2";
sha256 = "0xxj37l4ghaa2ij5nfxlg90rfw0znipigjlh271mfmwjw9ykcw1n";
sha256 = "c5b3602c58db385be5c52ba958f52239c5fd090320ec99d79b7eb861c1597709";
};
buildInputs = [texLive qt python makeWrapper ];