From 232d0afe8ea4c81110f45b3063a477009e911c0a Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Sun, 26 Oct 2008 20:29:47 +0000 Subject: fltk version bump 2.0.x-r6483 svn path=/nixpkgs/trunk/; revision=13123 --- pkgs/development/libraries/fltk/default.nix | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'pkgs/development/libraries/fltk') diff --git a/pkgs/development/libraries/fltk/default.nix b/pkgs/development/libraries/fltk/default.nix index 25b8379e379..10034035ef1 100644 --- a/pkgs/development/libraries/fltk/default.nix +++ b/pkgs/development/libraries/fltk/default.nix @@ -1,7 +1,7 @@ args: ( args.mkDerivationByConfiguration { flagConfig = { - mandatory = { propagatedBuildInputs=["x11"]; + mandatory = { propagatedBuildInputs=["x11" "inputproto" "libXi"]; blocks = ["cygwin" "quartz"]; }; # cgywin quartz and much more not yet tested cygwin = { cfgOption = "--enable-cygwin"; }; # use the CygWin libraries default=no debug = { cfgOption = "--enable-debug"; }; # turn on debugging default=no @@ -20,13 +20,11 @@ args: }; extraAttrs = co : { - name = "fltk-2.0.x-r5940"; + name = "fltk-2.0.x-r6483"; src = args.fetchurl { - #url = http://mirror.switch.ch/mirror/gentoo/distfiles/fltk-1.1.7-source.tar.bz2; - #sha256 = "855a97e35da823f205253b865758715872cd2c7720e4dcf134a3b6dc18bfb96a"; - url = ftp://ftp.easysw.com/pub/fltk/snapshots/fltk-1.1.x-r5989.tar.bz2; - sha256 = "1zk5qh9133zd53hsn03bc4h6j4vjy61y92j4zxxw94z8y3jkc8yw"; + url = ftp://ftp.easysw.com/pub/fltk/snapshots/fltk-2.0.x-r6483.tar.bz2; + sha256 = "1n8b53r5p0zb4sbvr6pj8aasls4zjwksv1sdc3r3pzb20fikp5jb"; }; meta = { -- cgit 1.4.1