about summary refs log tree commit diff
path: root/pkgs/development/libraries/tk
AgeCommit message (Collapse)AuthorFilesLines
2022-02-15tk: rename name to pname&versionFelix Buehler1-1/+2
2021-09-23tk: fix missing definition in macOS headerRyan Burns2-3/+38
2021-09-02tk: enableParallelBuildingAlyssa Ross1-0/+2
Tested at -j48.
2021-06-06tk-8_6: fix hash after tcl-8_6 updateRicardo M. Correia1-1/+1
tcl-8_6 was updated in 4fb92ae60d68344254b2bb753c03fd72f3ffb35c from 8.6.9 -> 8.6.11 but tk's hash wasn't updated at the same time, which means the current hash was still from tk 8.6.9 rather than 8.6.11.
2021-05-21tk: Simplify package with tcl.mkTclDerivationAndrew Brooks1-3/+2
2021-04-21tk-8.6.6: demos/hello: exec: wish8.6: not found. fixes #31311nixinator1-0/+6
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob2-6/+6
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2020-08-15tk: fix build on darwinhannesweisbach1-1/+1
Installing libtk on macOS 10.15.5 resulted in a following warning: warning: skipping dangling symlink '/nix/store/3whl4256v6qf15dsm1d5mf0lzhfh6w06-user-environment/lib/libtk.so' which was caused by the following code in generic.nix of the tk derivation: ln -s $out/lib/libtk${super.tcl.release}.so $out/lib/libtk.so Shared libraries on macOS are suffixed `.dylib' not 'so' so libtk${version}.so does not actually exist. Consequently a symlink from libtk.dylib is never created and linking against tk fails.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-28treewide: remove redundant recvolth2-2/+2
2019-07-03tk: remove cf-privateDaiderd Jordan1-4/+2
2019-06-16treewide: remove unused variables (#63177)volth1-1/+1
* treewide: remove unused variables * making ofborg happy
2019-05-27tk: add missing headers for Darwin (#62125)Wael Nasreddine1-0/+3
2019-04-27tcl/tk: 8.6.6 -> 8.6.9c0bw3b2-4/+7
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
2019-04-26tk: propagate macos dependenciesMatthew Bauer1-2/+2
2019-04-09tk: use aqua backend on darwinMatthew Bauer1-6/+7
Most users don’t have xquartz, so let’s use the default window system for macOS.
2019-01-26treewide: remove wkennington as maintainerJörg Thalheim1-1/+1
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.
2018-04-25tree-wide: disable `doCheck` and `doInstallCheck` where it fails (the ↵Jan Malakhovski3-2/+2
trivial part)
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2017-01-04tk: add private headers to /includeSymphorien Gibol1-0/+1
those are necessary to build some extensions like tix
2016-09-01tk: Use a dev outputEelco Dolstra1-1/+1
This ensures that the propagated build inputs don't end up in tcl/tk's runtime closure, which is reduced by about 5 MiB.
2016-09-01tk: Separate man outputEelco Dolstra1-3/+8
This reduces the size of the main output by half a megabyte.
2016-07-28tcl/tk: 8.6.4 -> 8.6.6Rahul Gopinath2-2/+2
2016-06-20tk: propagate dependency on tcl & libXftTim Cuthbertson1-1/+3
2016-02-25tk: Fixes NixOS/nixpkgs#13377 (bad install_name)Josef Knedl2-2/+31
Patch is based on: https://trac.macports.org/changeset/100816 of bug report: https://trac.macports.org/ticket/37395
2015-06-19add tk-8_5 and fix xconq (XHF)Luca Bruno3-7/+26
2015-04-30tcl/tk: Refactor and add maintainersWilliam A. Kennington III1-6/+10
2015-04-26tcl/tk: Tie versioning together and propagateWilliam A. Kennington III1-4/+6
2015-03-29tk: 8.5.15 -> 8.6.4William A. Kennington III2-19/+22
2014-04-13tk on darwin: another attempt to fix buildVladimír Čunát1-0/+2
They add the -lfontconfig explicitly in macports, so hopefully it fixes it. https://trac.macports.org/browser/trunk/dports/x11/tk/Portfile
2014-04-12tk: attempt to fix build on darwinVladimír Čunát1-7/+8
It complained about missing fontconfig symbols. Also fix some white-space.
2014-01-25tk: fix issue #1479Song Wenwu2-0/+24
2014-01-25tk: update to 8.5.15, enable xft supportSong Wenwu1-5/+6
2013-07-04python27: compile with tkinterp on darwinJason \"Don\" O'Conal1-1/+1
2013-07-04tk: fix build on darwinJason \"Don\" O'Conal1-2/+9
2010-05-28Tk version number is now 8.5 but at several places TK_LIBRARY is set ↵Marc Weber1-0/+4
"${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
2010-02-05* Fix various broken URLs / mirrors. 0.13Eelco Dolstra1-0/+0
* Updated tcpdump, ImageMagick, lsof. svn path=/nixpkgs/trunk/; revision=19847
2009-11-18* Removed selectVersion. There's no good reason to writeEelco Dolstra3-40/+9
`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
2009-05-24removed all __primops from nixpkgsMarc Weber1-1/+1
svn path=/nixpkgs/trunk/; revision=15693
2009-05-03I forgot a file for the new tk. Here it is.Lluís Batlle i Rossell1-0/+17
svn path=/nixpkgs/trunk/; revision=15435
2008-07-07tk: update to 8.4.18Peter Simons1-0/+18
svn path=/nixpkgs/trunk/; revision=12295
2008-02-04Fixed wish in TkMichael Raskin1-1/+1
svn path=/nixpkgs/trunk/; revision=10496
2008-02-03Fixed stable socat (applied patch by Nicolas Pierron); updated Tk ↵Michael Raskin3-22/+18
installation step for XMaxima compatibility svn path=/nixpkgs/trunk/; revision=10482
2007-12-318.4.16Armijn Hemel1-3/+3
svn path=/nixpkgs/trunk/; revision=10014
2007-08-27* Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra1-1/+1
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
2007-08-24* Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra1-1/+1
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
2006-10-12* Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=6711
2006-07-22pass around right configuration optionsArmijn Hemel2-0/+2
svn path=/nixpkgs/trunk/; revision=5871
2006-07-22add tkArmijn Hemel2-0/+20
svn path=/nixpkgs/trunk/; revision=5870