nixpkgs/pkgs
hannesweisbach 371e2622c0
tk: fix build on darwin
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-08-15 17:37:13 +02:00
..
applications Merge pull request #96072 from r-ryantm/auto-update/nextdns 2020-08-23 09:29:49 -07:00
build-support
common-updater
data Merge pull request #94747 from ptrhlm/kanji-stroke-order-font-4.003 2020-08-22 16:58:53 +02:00
desktops gnome3.gnome-shell: 3.36.4 -> 3.36.5 (#95694) 2020-08-23 18:14:26 +02:00
development tk: fix build on darwin 2020-08-15 17:37:13 +02:00
games Merge pull request #86982 from rardiol/tome4 2020-08-23 13:24:12 +02:00
misc pipes: fix dependencies 2020-08-21 16:37:24 -07:00
os-specific linuxPackages.rtl8821cu: init at 2020-05-16 2020-08-22 23:09:45 +08:00
pkgs-lib
servers Merge pull request #94261 from r-ryantm/auto-update/bazarr 2020-08-23 18:31:50 +02:00
shells oh-my-zsh: 2020-08-18 -> 2020-08-20 2020-08-20 08:18:29 -04:00
stdenv
test
tools Merge pull request #96066 from r-ryantm/auto-update/mutagen 2020-08-23 12:10:10 -05:00
top-level Merge pull request #90190 from phunehehe/html5validator 2020-08-23 17:18:27 +02:00