summary refs log tree commit diff
path: root/pkgs/development/libraries/tk
Commit message (Collapse)AuthorAge
* treewide: remove redundant recvolth2019-08-28
|
* tk: remove cf-privateDaiderd Jordan2019-07-03
|
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* tk: add missing headers for Darwin (#62125)Wael Nasreddine2019-05-27
|
* tcl/tk: 8.6.6 -> 8.6.9c0bw3b2019-04-27
| | | | | | | Changelog for Tcl: https://github.com/tcltk/tcl/blob/core-8-6-9/changes#L8797 Changelog for Tk: https://github.com/tcltk/tk/blob/master/changes#L7417 Tk release is actually v8.6.9.1 while Tcl is v8.6.9
* tk: propagate macos dependenciesMatthew Bauer2019-04-26
|
* tk: use aqua backend on darwinMatthew Bauer2019-04-09
| | | | | Most users don’t have xquartz, so let’s use the default window system for macOS.
* treewide: remove wkennington as maintainerJörg Thalheim2019-01-26
| | | | | | He prefers to contribute to his own nixpkgs fork triton. Since he is still marked as maintainer in many packages this leaves the wrong impression he still maintains those.
* tree-wide: disable `doCheck` and `doInstallCheck` where it fails (the ↵Jan Malakhovski2018-04-25
| | | | trivial part)
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* tk: add private headers to /includeSymphorien Gibol2017-01-04
| | | | those are necessary to build some extensions like tix
* tk: Use a dev outputEelco Dolstra2016-09-01
| | | | | This ensures that the propagated build inputs don't end up in tcl/tk's runtime closure, which is reduced by about 5 MiB.
* tk: Separate man outputEelco Dolstra2016-09-01
| | | | This reduces the size of the main output by half a megabyte.
* tcl/tk: 8.6.4 -> 8.6.6Rahul Gopinath2016-07-28
|
* tk: propagate dependency on tcl & libXftTim Cuthbertson2016-06-20
|
* tk: Fixes NixOS/nixpkgs#13377 (bad install_name)Josef Knedl2016-02-25
| | | | | Patch is based on: https://trac.macports.org/changeset/100816 of bug report: https://trac.macports.org/ticket/37395
* add tk-8_5 and fix xconq (XHF)Luca Bruno2015-06-19
|
* tcl/tk: Refactor and add maintainersWilliam A. Kennington III2015-04-30
|
* tcl/tk: Tie versioning together and propagateWilliam A. Kennington III2015-04-26
|
* tk: 8.5.15 -> 8.6.4William A. Kennington III2015-03-29
|
* tk on darwin: another attempt to fix buildVladimír Čunát2014-04-13
| | | | | They add the -lfontconfig explicitly in macports, so hopefully it fixes it. https://trac.macports.org/browser/trunk/dports/x11/tk/Portfile
* tk: attempt to fix build on darwinVladimír Čunát2014-04-12
| | | | | It complained about missing fontconfig symbols. Also fix some white-space.
* tk: fix issue #1479Song Wenwu2014-01-25
|
* tk: update to 8.5.15, enable xft supportSong Wenwu2014-01-25
|
* python27: compile with tkinterp on darwinJason \"Don\" O'Conal2013-07-04
|
* tk: fix build on darwinJason \"Don\" O'Conal2013-07-04
|
* Tk version number is now 8.5 but at several places TK_LIBRARY is set ↵Marc Weber2010-05-28
| | | | | | | | | "${tk}/lib/tk8.4". As for Python, tk.libPrefix is introduced to match "tk8.5". contributed by David Guibert Signed-off-by: David Guibert <david.guibert@gmail.com> svn path=/nixpkgs/trunk/; revision=22041
* * Fix various broken URLs / mirrors.Eelco Dolstra2010-02-05
| | | | | | * Updated tcpdump, ImageMagick, lsof. svn path=/nixpkgs/trunk/; revision=19847
* * Removed selectVersion. There's no good reason to writeEelco Dolstra2009-11-18
| | | | | | | | | | | | `selectVersion ./foo "bar"' instead of `import ./foo/bar.nix'. * Replaced `with args' with formal function arguments in several packages. * Renamed several files to `default.nix'. As a general rule, version numbers should only be included in the filename when there is a reason to keep multiple versions of a package in Nixpkgs. Otherwise, it just makes it harder to update the package. svn path=/nixpkgs/trunk/; revision=18403
* removed all __primops from nixpkgsMarc Weber2009-05-24
| | | | svn path=/nixpkgs/trunk/; revision=15693
* I forgot a file for the new tk. Here it is.Lluís Batlle i Rossell2009-05-03
| | | | svn path=/nixpkgs/trunk/; revision=15435
* tk: update to 8.4.18Peter Simons2008-07-07
| | | | svn path=/nixpkgs/trunk/; revision=12295
* Fixed wish in TkMichael Raskin2008-02-04
| | | | svn path=/nixpkgs/trunk/; revision=10496
* Fixed stable socat (applied patch by Nicolas Pierron); updated Tk ↵Michael Raskin2008-02-03
| | | | | | installation step for XMaxima compatibility svn path=/nixpkgs/trunk/; revision=10482
* 8.4.16Armijn Hemel2007-12-31
| | | | svn path=/nixpkgs/trunk/; revision=10014
* * Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra2007-08-27
| | | | | | find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done svn path=/nixpkgs/trunk/; revision=9198
* * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra2007-08-24
| | | | | | | | | URLs to http://nix.cs.uu.nl/dist/tarballs. With content-addressable mirror support (r9190, NIXPKGS-70) this is no longer necessary: fetchurl will try to download from that location automatically. So we can keep the original URLs. svn path=/nixpkgs/trunk/; revision=9192
* * Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6711
* pass around right configuration optionsArmijn Hemel2006-07-22
| | | | svn path=/nixpkgs/trunk/; revision=5871
* add tkArmijn Hemel2006-07-22
svn path=/nixpkgs/trunk/; revision=5870