summary refs log tree commit diff
path: root/pkgs/development/libraries
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-04-18
|\
| * Fixing ogre-paged build.Lluís Batlle i Rossell2016-04-18
| | | | | | | | I update to a tree maintained by rigsofrods people.
| * Merge pull request #14780 from womfoo/update-facterTuomas Tynkkynen2016-04-18
| |\ | | | | | | Update facter: 3.1.3 -> 3.1.5 and add new library dependency leatherman 0.4.2
| | * leatherman: init at 0.4.2Kranium Gikos Mendoza2016-04-18
| | |
| * | libpsl: list 2016-04-05 -> 2016-04-16Tobias Geerinckx-Rice2016-04-17
| |/
| * swt: repair shared objects and refactorPascal Wittmann2016-04-17
| |
| * bullet: 2.80 -> 2.83Nikolay Amiantov2016-04-17
| |
| * Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2016-04-16
| |\
| | * nghttp2: more stable url (hopefully)Domen Kožar2016-04-16
| | |
| * | Merge #14754: libgcrypt: 1.6.5 -> 1.7.0Vladimír Čunát2016-04-16
| |\ \ | | | | | | | | | | | | | | | | | | | | http://lists.gnu.org/archive/html/info-gnu/2016-04/msg00005.html > This is a new stable version of Libgcrypt with full API > and ABI compatibiliy to the 1.6 series.
| | * | libgcrypt: 1.6.5 -> 1.7.0Aneesh Agrawal2016-04-15
| | |/
| | * Merge pull request #14708 from aneeshusa/use-multiple-outputs-for-libressl-2.3Franz Pletz2016-04-15
| | |\ | | | | | | | | libressl: enable multiple outputs
| | | * libressl 2.2: enable multiple outputsAneesh Agrawal2016-04-15
| | | |
| | | * libressl 2.3: enable multiple outputsAneesh Agrawal2016-04-14
| | | |
| * | | Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2016-04-15
| |\| |
| | * | Merge pull request #14713 from ericsagnes/fix/libpinyinjoachifm2016-04-15
| | |\ \ | | | | | | | | | | libpinyin: move to libraries
| | | * | libpinyin: move to librariesEric Sagnes2016-04-15
| | | |/
| | * | signon: Fix running of {pre,post}Configureaszlig2016-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 0055c6a introduced a new preConfigure hook that sets the right qmake path. Unfortunately the mkDerivation attributes of signon override the whole configurePhase, so this hook isn't run at all. This fixes the build of signon and it now successfully compiles on my machine. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| | * | libkeyfinder: Fix running of {pre,post}Configureaszlig2016-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 0055c6a introduced a new preConfigure hook that sets the right qmake path. Unfortunately the mkDerivation attributes of libkeyfinder override the whole configurePhase, so this hook isn't run at all. This fixes the build of libkeyfinder and it now successfully compiles on my machine. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| | * | accounts-qt: Fix running of {pre,post}Configureaszlig2016-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 0055c6a introduced a new preConfigure hook that sets the right qmake path. Unfortunately the mkDerivation attributes of accounts-qt override the whole configurePhase, so this hook isn't run at all. This fixes the build of accounts-qt and it now successfully compiles on my machine. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| | * | libcommuni: Fix finding qmakeaszlig2016-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 0055c6a introduced a new preConfigure hook that sets the right qmake path. As the configurePhase is replaced by a qmake path directly from qtbase, it won't work because the setup-hook from qtbase needs to do some setup in order for qmake to find its own data files. So instead of hardcoding that path, we just go for setting the configureFlags attribute and replacing which with "type -P" so that the configure script can figure out the right path to qmake on its own. This fixes the build of libcommuni and it now successfully compiles on my machine. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| | * | qmltermwidget: Fix running of {pre,post}Configureaszlig2016-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 0055c6a introduced a new preConfigure hook that sets the right qmake path. Unfortunately the mkDerivation attributes of qmltermwidget override the whole configurePhase, so this hook isn't run at all. This fixes the build of qmltermwidget and it now successfully compiles on my machine. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| | * | qt5.qwt: Fix running of {pre,post}Configureaszlig2016-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 0055c6a introduced a new preConfigure hook that sets the right qmake path. Unfortunately the mkDerivation attributes of qwt override the whole configurePhase, so this hook isn't run at all. This fixes the build of qwt and it now successfully compiles on my machine. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| | * | qt5.quazip: Fix running of {pre,post}Configureaszlig2016-04-15
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 0055c6a introduced a new preConfigure hook that sets the right qmake path. Unfortunately the mkDerivation attributes of quazip override the whole configurePhase, so this hook isn't run at all. This fixes the build of quazip and it now successfully compiles on my machine. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| | * webgitgtk 2.12: fix evaluationTobias Geerinckx-Rice2016-04-14
| | | | | | | | | | | | Remove reference to unknown maintainer @iyzsong.
| | * Merge pull request #13545 from bendlas/init-webkitgtk-212Michael Raskin2016-04-14
| | |\ | | | | | | | | webkitgtk: init at 2.12
| | | * webkitgtk: init at 2.12.0Herwig Hochleitner2016-04-13
| | | | | | | | | | | | | | | | this has the b3 jit activated
| | * | protobuf: split to multiple outputsNikolay Amiantov2016-04-14
| | | |
| | * | treewide: Mass replace 'hunspell}/bin' to refer to the correct outputsTuomas Tynkkynen2016-04-14
| | | |
| | * | openssl-chacha: Split into multiple outputsTuomas Tynkkynen2016-04-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mainly done because of this in all-packages.nix: ```` cipherscan = callPackage ../tools/security/cipherscan { openssl = if stdenv.system == "x86_64-linux" then openssl-chacha else openssl; }; ```` ... and inside cipherscan we want to refer to `openssl.bin`
| * | | uid_wrapper: Remove glibc from build inputs hackTuomas Tynkkynen2016-04-15
| | | | | | | | | | | | | | | | Not needed anymore after #14668
| * | | socket_wrapper: Remove glibc from build inputs hackTuomas Tynkkynen2016-04-15
| | | | | | | | | | | | | | | | Not needed anymore after #14668
| * | | nss_wrapper: Remove glibc from linker flags hackTuomas Tynkkynen2016-04-15
| | | | | | | | | | | | | | | | Not needed anymore after #14668
| * | | nss_wrapper: Remove glibc from build inputs hackTuomas Tynkkynen2016-04-15
| | | | | | | | | | | | | | | | Not needed anymore after #14668
| * | | Revert "glfw3: apparently fix the build"Nikolay Amiantov2016-04-14
| |/ / | | | | | | | | | This reverts commit be90eb047c03c74ccd6ca03703fb69696fc288f8.
| * | glfw3: apparently fix the buildMichael Raskin2016-04-13
| | |
| * | libgphoto2: 2.5.9 -> 2.5.10Michael Raskin2016-04-13
| | |
| * | Merge branch 'staging', containing closure-size #7701Vladimír Čunát2016-04-13
| |\ \
| | * \ Merge pull request #14563 from micxjo/update-sndfilejoachifm2016-04-10
| | |\ \ | | | | | | | | | | libsndfile: 1.0.25 -> 1.0.26 (security)
| | | * | libsndfile: 1.0.25 -> 1.0.26 (security)Micxjo Funkcio2016-04-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release contains fixes for * CVE-2014-9496 * CVE-2014-9756 * CVE-2015-7805
| | * | | Merge branch 'master' into closure-sizeVladimír Čunát2016-04-10
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Comparison to master evaluations on Hydra: - 1255515 for nixos - 1255502 for nixpkgs
| | * \ \ \ Merge branch 'staging' into closure-sizeVladimír Čunát2016-04-10
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | pcre: cleanup a littleNikolay Amiantov2016-04-09
| | | | | |
| | | * | | pcre: patch CVE-2016-1283Micxjo Funkcio2016-04-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes CVE-2016-1283, which allows remote attackers to cause a denial of service (heap-based buffer overflow) or possibly have unspecified other impact via a crafted regular expression. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1283
| | * | | | qt54.qttools: fix buildVladimír Čunát2016-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This one particular cmake directory seems not created by the build. Skimming Hydra's status, this probably never worked since 35f33b438c. /cc @ttuegel.
| | * | | | Merge 'staging' into closure-sizeVladimír Čunát2016-04-07
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is mainly to get the update of bootstrap tools. Otherwise there were mysterious segfaults: https://github.com/NixOS/nixpkgs/pull/7701#issuecomment-203389817
| | * | | | Merge branch 'master' into closure-sizeVladimír Čunát2016-04-01
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Beware that stdenv doesn't build. It seems something more will be needed than just resolution of merge conflicts.
| | * \ \ \ \ Merge #13950: move ncurses utilities to $outVladimír Čunát2016-03-16
| | |\ \ \ \ \
| | | * | | | | ncurses: move runtime utilities to $outThomas Tuegel2016-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All the programs provided by ncurses were being installed to the $dev output, but several of them are intended for runtime use, e.g. to operate on the running terminal. These user-facing programs are moved to the $bin output. Several packages referred to "${ncurses}/bin" or "${ncurses.dev}/bin" at runtime; these paths are also updated to refer to "${ncurses.bin}/bin".
| | | * | | | | ncurses: combine $lib and $out outputsThomas Tuegel2016-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The $lib output refers to the terminfo database in $out, which is about 10x larger than the ncurses shared library. Splitting these outputs saves a small amount of space for any derivations that use the terminfo database but not the ncurses library, but we do not have evidence that any such exist.