summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
| * treewide: Make explicit that 'dev' output of libjpeg is usedTuomas Tynkkynen2016-05-19
| |
| * treewide: Make explicit that 'dev' output of libidn is usedTuomas Tynkkynen2016-05-19
| |
| * treewide: Make explicit that 'dev' output of libgcrypt is usedTuomas Tynkkynen2016-05-19
| |
| * treewide: Make explicit that 'dev' output of libffi is usedTuomas Tynkkynen2016-05-19
| |
| * treewide: Make explicit that 'dev' output of libevent is usedTuomas Tynkkynen2016-05-19
| |
| * treewide: Make explicit that 'dev' output of libdrm is usedTuomas Tynkkynen2016-05-19
| |
| * treewide: Make explicit that 'dev' output of json_c is usedTuomas Tynkkynen2016-05-19
| |
| * treewide: Make explicit that 'dev' output of gtk2 is usedTuomas Tynkkynen2016-05-19
| |
| * treewide: Make explicit that 'dev' output of gtk is usedTuomas Tynkkynen2016-05-19
| |
| * treewide: Make explicit that 'dev' output of gnome3.libsoup is usedTuomas Tynkkynen2016-05-19
| |
| * treewide: Make explicit that 'dev' output of gnome3.glib is usedTuomas Tynkkynen2016-05-19
| |
| * treewide: Make explicit that 'dev' output of gmp is usedTuomas Tynkkynen2016-05-19
| |
| * treewide: Make explicit that 'dev' output of glib is usedTuomas Tynkkynen2016-05-19
| |
| * treewide: Make explicit that 'dev' output of gdk_pixbuf is usedTuomas Tynkkynen2016-05-19
| |
| * treewide: Make explicit that 'dev' output of freetype is usedTuomas Tynkkynen2016-05-19
| |
| * treewide: Make explicit that 'dev' output of fftwSinglePrec is usedTuomas Tynkkynen2016-05-19
| |
| * treewide: Make explicit that 'dev' output of fftwLongDouble is usedTuomas Tynkkynen2016-05-19
| |
| * treewide: Make explicit that 'dev' output of fftwFloat is usedTuomas Tynkkynen2016-05-19
| |
| * treewide: Make explicit that 'dev' output of fftw is usedTuomas Tynkkynen2016-05-19
| |
| * treewide: Make explicit that 'dev' output of ffmpeg is usedTuomas Tynkkynen2016-05-19
| |
| * treewide: Make explicit that 'dev' output of expat is usedTuomas Tynkkynen2016-05-19
| |
| * treewide: Make explicit that 'dev' output of cyrus_sasl is usedTuomas Tynkkynen2016-05-19
| |
| * treewide: Make explicit that 'dev' output of curl is usedTuomas Tynkkynen2016-05-19
| |
| * treewide: Make explicit that 'dev' output of cairo is usedTuomas Tynkkynen2016-05-19
| |
| * treewide: Make explicit that 'dev' output of bzip2 is usedTuomas Tynkkynen2016-05-19
| |
| * treewide: Make explicit that 'dev' output of boehmgc is usedTuomas Tynkkynen2016-05-19
| |
| * treewide: Make explicit that 'dev' output of binutils-raw is usedTuomas Tynkkynen2016-05-19
| |
| * treewide: Make explicit that 'dev' output of binutils is usedTuomas Tynkkynen2016-05-19
| |
| * treewide: Make explicit that 'dev' output of atk is usedTuomas Tynkkynen2016-05-19
| |
| * treewide: Make explicit that 'dev' output of aprutil is usedTuomas Tynkkynen2016-05-19
| |
| * treewide: Make explicit that 'dev' output of apr is usedTuomas Tynkkynen2016-05-19
| |
| * treewide: Make explicit that 'dev' output of apacheHttpd is usedTuomas Tynkkynen2016-05-19
| |
* | setup-hooks: do not pass missing dirs to find (close #15405)Guillaume Maudoux2016-05-22
| | | | | | | | | | | | find fails when called with an inexistent search path. That situation may arise when the output is created after by a postFixup hook. vcunat amended the PR by clarifying one more `return` to `return 0`.
* | gcc: fix #15033: avoid lib64/ symlink to 32-bit lib/Vladimír Čunát2016-05-22
| | | | | | | | This was caused by me in 90ee003240.
* | Merge pull request #15567 from groxxda/bump/gnutarEelco Dolstra2016-05-20
|\ \ | | | | | | gnutar: 1.28 -> 1.29
| * | gnutar: 1.28 -> 1.29Alexander Ried2016-05-20
| | |
* | | Merge #15421: mariadb: wrap mysqld with --basedirVladimír Čunát2016-05-20
|\ \ \
| * | | mariadb: wrap mysqld with --basedirPhil Wetzel2016-05-12
| | | |
* | | | expat: patch CVE-2015-1283 and CVE-2016-0718 (close #15561)Robert Helgesson2016-05-20
| |/ / |/| | | | | | | | | | | Note, CVE-2015-1283 is already patched in expat version 2.1.1 but, as explained in the patch, the fix was insufficient.
* | | Merge branch 'master' into stagingVladimír Čunát2016-05-19
|\ \ \ | |_|/ |/| | | | | | | | ... to get expat mass rebuild. Hydra nixpkgs: ?compare=1272431
| * | gnome-terminal: enable GNOME Shell search provider (for 3.18)Bjørn Forsman2016-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [This is a re-application of the patch that was originally written for GNOME 3.16. It was lost during the transition to GNOME 3.18.] Silly ./configure, it looks for dbus file from gnome-shell in the installation tree of the package it is configuring. Fix by copying the needed file from gnome-shell before ./configure is run. This change makes gnome-shell a build time dependency (not runtime).
| * | linuxPackages.dpdk: force deterministic arch yet againNikolay Amiantov2016-05-19
| | |
| * | build python35Packages.{blaze, pandas, scikitlearn} on HydraFrederik Rietdijk2016-05-19
| | | | | | | | | | | | as these take a long time to build.
| * | Python 3 points to 3.5 instead of 3.4 (#15555)Frederik Rietdijk2016-05-19
| | | | | | | | | | | | Note that the documentation currently incorrectly states that 3 already points to 3.5.
| * | debian-build: fix checkinstall invocation (#15538)Profpatsch2016-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Checkinstall had two problems: 1. when it was called without a version (e.g. with a derivation created by fetchFromGitHub) it would use `src` as debian version, which caused dpkg to fail 2. when dpkg failed, it would invoke the pager with the log, which hangs the build So now 1. the default version is the dummy `0.0.0` 2. the used pager is `cat`
| * | Merge #15354: add tracefilegen and tracefilesimVladimír Čunát2016-05-19
| |\ \
| | * | tracefilegen, tracefilesim: fixup source hashesVladimír Čunát2016-05-19
| | | | | | | | | | | | | | | | and also whitespace. This is probably due to #15469.
| | * | Added cmcdragonkai to the list of maintainersRoger Qiu2016-05-19
| | | |
| | * | garcosim: Added tracefilegen and tracefilesimRoger Qiu2016-05-19
| | | |
| * | | Merge pull request #15544 from groxxda/fix/groovebasinJoachim Fasting2016-05-19
| |\ \ \ | | | | | | | | | | groovebasin: pin nodejs version