Update Tulip. Unicode support should be available now.
svn path=/nixpkgs/trunk/; revision=22484
This commit is contained in:
parent
9fe4caf066
commit
b1eb6c96a8
@ -1,13 +1,13 @@
|
|||||||
{ fetchurl, stdenv, libxml2, freetype, mesa, glew, qt
|
{ fetchurl, stdenv, libxml2, freetype, mesa, glew, qt
|
||||||
, autoconf, automake, libtool }:
|
, autoconf, automake, libtool }:
|
||||||
|
|
||||||
let version = "3.3.1"; in
|
let version = "3.4.0"; in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "tulip-${version}";
|
name = "tulip-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/auber/tulip/tulip-${version}/${name}.tar.bz2";
|
url = "mirror://sourceforge/auber/tulip/tulip-${version}/${name}.tar.bz2";
|
||||||
sha256 = "1c9c2brs1n2kvpih1jrq69vkqqnglacs5x5zlzj9cxbn70crw874";
|
sha256 = "2889113f773ba539472d501fb4f45dbf5eb76e02c949dfa74c63f6f815a2baab";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./configure-opengl.patch ];
|
patches = [ ./configure-opengl.patch ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user