about summary refs log tree commit diff
path: root/pkgs/development
Commit message (Collapse)AuthorAge
* Revert "glfw3: apparently fix the build"Nikolay Amiantov2016-04-14
| | | | This reverts commit be90eb047c03c74ccd6ca03703fb69696fc288f8.
* cmake: add all glibc outputs to system prefixNikolay Amiantov2016-04-14
|
* cmake-2_8: fix for multiple outputsNikolay Amiantov2016-04-14
|
* Merge pull request #14649 from vbgl/coq_8.5.1Arseniy Seroka2016-04-13
|\ | | | | Coq 8.5pl1
| * coq-ext-lib: 0.9.0-beta3 -> 0.9.3Vincent Laporte2016-04-12
| |
* | glfw3: apparently fix the buildMichael Raskin2016-04-13
| |
* | gcc49 (gcj): do not create separate lib output (cyclical dependency), fix ↵Michael Raskin2016-04-13
| | | | | | | | ecj1 linking. Does not affect the hash of normal gcc49
* | julia: fix library path management after multiple-outputs/closure-size mergeMichael Raskin2016-04-13
| |
* | scons: 2.4.1 -> 2.5.0Michael Raskin2016-04-13
| |
* | libgphoto2: 2.5.9 -> 2.5.10Michael Raskin2016-04-13
| |
* | angelscript: 2.30.2 -> 2.31.0Michael 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.
| * | | | rustc: fix build with multiple outputsVladimír Čunát2016-04-08
| | | | |
| * | | | doxygen: fix finding libiconv after #13856Vladimír Čunát2016-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | The changed the build system to cmake, and it somehow won't find the includes. I'm lazy to investigate details ATM.
| * | | | 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.
| * | | | | | ghc-6.10.2-binary: fix evaluation error on DarwinThomas Tuegel2016-03-11
| | | | | | |
| * | | | | | qt48: fix evaluation error on DarwinThomas Tuegel2016-03-11
| | | | | | |
| * | | | | | luajit: fix evaluation on DarwinThomas Tuegel2016-03-11
| | | | | | |
| * | | | | | php: fixup build when configured with httpd via nixosVladimír Čunát2016-03-11
| |/ / / / /
| * | | | | perl merge fixupVladimír Čunát2016-03-08
| | | | | |
| * | | | | Merge master into closure-sizeVladimír Čunát2016-03-08
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems.
| * | | | | | kde5: move files around to simplify mergeVladimír Čunát2016-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It is analogous to 98d8e1a160d3.
| * | | | | | kde5.frameworks: 5.18 -> 5.19Thomas Tuegel2016-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will cause some merge conflicts, but the changes in closure-size will be overwritten by the upgrade in master otherwise.
| * | | | | | libva: use a cleaner installation methodVladimír Čunát2016-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (cherry-picked from commit 8ea5563011ee202eda146e2cc8f8754f239303cf) Tweaked not to cause a mass rebuild ATM.
| * | | | | | Merge branch 'master' into closure-sizeVladimír Čunát2016-02-14
| |\ \ \ \ \ \
| * | | | | | | python2: Fix on non-LinuxTuomas Tynkkynen2016-02-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The location of this 'regen' script (whatever is does) depends on the platform. AFAICT it always exists due to this: $(srcdir)/Lib/$(PLATDIR): mkdir $(srcdir)/Lib/$(PLATDIR) cp $(srcdir)/Lib/plat-generic/regen $(srcdir)/Lib/$(PLATDIR)/regen
| * | | | | | | python2: Fix on DarwinTuomas Tynkkynen2016-02-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Presumably $out/lib/python*/plat-linux2/ is a Linux-only thing.
| * | | | | | | haskell-double-conversion: add libstdc++ to inputsThomas Tuegel2016-02-05
| | | | | | | |
| * | | | | | | Merge #12779: Mass replace `pkg}/bin`-style stringsVladimír Čunát2016-02-03
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | ... to refer to correct outputs
| | * | | | | | | treewide: Mass replace 'openssl}/bin' to refer the 'bin' outputTuomas Tynkkynen2016-02-01
| | | | | | | | |
| | * | | | | | | treewide: Mass replace 'dbus_daemon}/bin' to refer the 'out' outputTuomas Tynkkynen2016-02-01
| | | | | | | | |
| * | | | | | | | add ensureNewerSourcesHook and apply to all pythonVladimír Čunát2016-02-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #12663: problems in python stuff due to old timestamps in sources. - Files in sources older than a certain year are set to that year. - Applied with 1980 for all python packages due to the way it often uses zip. (cherry picked from staging commit e4ab8aee62fe65252b40861900decc7e880517a7)
| * | | | | | | | Merge #12740: multiple outputs for Qt 5 and KDE 5Vladimír Čunát2016-02-03
| |\ \ \ \ \ \ \ \
| | * | | | | | | | qt54.qttools: move runtime executables to $outThomas Tuegel2016-01-31
| | | | | | | | | |
| | * | | | | | | | kde5.kservice: remove redundant propagatedUserEnvPkgsThomas Tuegel2016-01-31
| | | | | | | | | |
| | * | | | | | | | kde5.breeze-icons: remove redundant propagatedUserEnvPkgsThomas Tuegel2016-01-31
| | | | | | | | | |
| | * | | | | | | | qt55: don't set output flags by defaultThomas Tuegel2016-01-31
| | | | | | | | | |
| | * | | | | | | | qt55.qttools: move runtime executables to $outThomas Tuegel2016-01-31
| | | | | | | | | |
| | * | | | | | | | qt54.qtconnectivity: fix Qt module CMake config filesThomas Tuegel2016-01-31
| | | | | | | | | |