mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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
|
||||
, autoconf, automake, libtool }:
|
||||
|
||||
let version = "3.3.1"; in
|
||||
let version = "3.4.0"; in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "tulip-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/auber/tulip/tulip-${version}/${name}.tar.bz2";
|
||||
sha256 = "1c9c2brs1n2kvpih1jrq69vkqqnglacs5x5zlzj9cxbn70crw874";
|
||||
sha256 = "2889113f773ba539472d501fb4f45dbf5eb76e02c949dfa74c63f6f815a2baab";
|
||||
};
|
||||
|
||||
patches = [ ./configure-opengl.patch ];
|
||||
|
Loading…
Reference in New Issue
Block a user