1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-06 23:31:34 +00:00
nixpkgs/pkgs
Thomas Tuegel 75d2a7dc4d
qt5: reduce closure size
First, closure size is reduced by including the static libraries in $out instead
of trying to move them to $dev. The Qt build system cannot handle libraries
being split between different prefixes. Previously, the static libraries were
moved into $dev and the shared libraries were symlinked from $out to $dev to
fool the build system. However, this causes $dev to be retained at
runtime. Instead, we now keep the static libraries in $out. Fortunately, the
static libraries are not very large anyway.

Second, we build with QT_NO_DEBUG defined unless debugging is enabled. This
causes some assertions to be removed; when assertions are included, they pull
paths from $dev into the runtime closure by using the __FILE__ macro. We also
now patch qtbase to remove even more assertions when QT_NO_DEBUG is defined.
2018-01-15 18:48:37 -06:00
..
applications sway: 0.15.0 -> 0.15.1 2017-12-28 14:25:34 +01:00
build-support chrootenv: resolve potential race condition 2017-12-28 00:25:02 +00:00
common-updater update-source-version: Name part of name can contain dashes 2017-12-26 20:02:01 +02:00
data Merge pull request #32861 from romildo/new.ibm-plex 2017-12-24 13:36:08 +00:00
desktops Merge pull request #32927 from peterhoeg/u/kdeapp 2017-12-28 08:22:27 +08:00
development qt5: reduce closure size 2018-01-15 18:48:37 -06:00
games scummvm: add support for FluidSynth 2017-12-27 09:10:34 +08:00
misc dolphinEmuMaster: 20170902 -> 20171218 2017-12-23 22:31:15 -08:00
os-specific bbswitch: add libelf to buildInputs 2017-12-28 13:28:39 +01:00
servers nsd: 4.1.16 -> 4.1.19 2017-12-28 14:34:06 +01:00
shells fish: 2.7.0 -> 2.7.1 2017-12-25 14:56:25 -06:00
stdenv darwin stdenv boostrap tools: use curl without kerberos 2017-12-24 11:10:10 +01:00
test Add clang multilib variants (x64_64-only, 64/32bit), basic multilib tests 2017-12-05 07:17:14 -06:00
tools Merge pull request #33112 from KaiHa/nitrokey-1.2 2017-12-28 18:02:27 +08:00
top-level Qt5: 5.9.3 -> 5.10.0 2018-01-02 14:01:37 +01:00