about summary refs log tree commit diff
path: root/pkgs/development
Commit message (Collapse)AuthorAge
* OCaml modules: make explicit some dependencies to ocamlbuildVincent Laporte2016-10-09
|
* camlp4: fix for OCaml-4.03Vincent Laporte2016-10-09
|
* Merge pull request #19368 from lsix/update_matplotlibJörg Thalheim2016-10-09
|\ | | | | pythonPackages.matplotlib: 1.5.1 -> 1.5.3
| * pythonPackages.matplotlib: 1.5.1 -> 1.5.3Lancelot SIX2016-10-08
| |
* | kotlin: 1.0.3 -> 1.0.4Tim Steinbach2016-10-08
| |
* | capstone: use Makefile build (for pkg-config files)Benno Fünfstück2016-10-08
|/ | | | | | The cmake based build system did not install the pkg-config files for capstone, which made builds depending on capstone harder to write as they cannot automatically find the location of the capstone library.
* Revert "Extend Haskell generic builder to use new --ipid flag."Peter Simons2016-10-08
| | | | | | | | | | | | | This reverts commit ec8b81615462625338d76f002d92accd6eb4cf6a. The change told the Cabal build system to use the hash-part of $out as the internal identifier for the library it's building (rather than generating such an ID itself). While a good idea in theory, this choice had an unfortunate side-effect: When Cabal links libraries X, Y, and Z into an executable, then the generated binary contains their respective IDs. Now, Nix finds those strings and treats them as an indication that there is a *run-time dependency* on the corresponding store paths. This means that the generated executable will always depend on the store paths of all the Haskell libraries that went into it, even when linked statically.
* libqmi: 1.12.6 -> 1.16.0 (#19305)Alexander Ried2016-10-08
|
* libmbim: 1.12.2 -> 1.14.0 (#19304)Alexander Ried2016-10-08
|
* Merge pull request #19285 from acowley/pcl-darwin-openglDaiderd Jordan2016-10-07
|\ | | | | pcl: fix problem finding OpenGL on darwin
| * pcl: fix problem finding OpenGL on darwinAnthony Cowley2016-10-06
| |
* | simavr: init at 1.3Andrey Trachenko2016-10-07
| | | | | | | | Closes https://github.com/NixOS/nixpkgs/pull/15961
* | nimble: Do not use patchelf.Maciek Starzyk2016-10-07
| |
* | Merge pull request #19320 from kamilchm/vagrantGraham Christensen2016-10-07
|\ \ | | | | | | vagrant: 1.8.5 -> 1.8.6
| * | vagrant: 1.8.5 -> 1.8.6Kamil Chmielewski2016-10-07
| | |
* | | Merge pull request #19167 from abbradar/java-guiNikolay Amiantov2016-10-07
|\ \ \ | |/ / |/| | jre8: minimize minimal build and add more GUI dependencies to the regular one
| * | openjdk8: add a patch to use GTK when available by defaultNikolay Amiantov2016-10-02
| | |
| * | openjdk8: rework dependenciesNikolay Amiantov2016-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes several adjustments around what is linked into JRE. * system giflib, libjpeg, zlib are now used unconditionally; * libstdc++ is linked dynamically. For full version: * GTK+ and GNOME libraries are linked; * Extra X11 libraries are linked; * CUPS is linked; * libmagic (file) is linked. For minimal version: * All X11 support is removed; * Sound support is removed. * Fonts and their support are not lined. jre8_headless is added as a minimal build. Overall this adds support for all things GUI into the default Java build and removes them from the minimal build.
* | | cpp-netlib: propagate asio.Shea Levy2016-10-06
| | | | | | | | | | | | See cpp-netlib/cpp-netlib#629
* | | Merge pull request #19222 from jhhuh/jhDaiderd Jordan2016-10-06
|\ \ \ | | | | | | | | lsof: fixed for darwin
| * | | lsof-4.89 : change 'stdenv.libc' to 'stdenv.cc.libc'Ji-Haeng Huh2016-10-06
| | | |
| * | | Merge remote-tracking branch 'upstream/master' into jhJi-Haeng Huh2016-10-06
| |\ \ \
| * | | | corretions for PR commentsJi-Haeng Huh2016-10-05
| | | | |
| * | | | Fixing lsof-4.89 for DarwinJi-Haeng Huh2016-10-04
| | | | |
* | | | | obliv-c: init at 0.0pre20161001Michael Raskin2016-10-06
| | | | |
* | | | | Merge branch 'staging'Thomas Tuegel2016-10-06
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | qt55.kdeFrameworks: mark brokenThomas Tuegel2016-10-05
| | | | | | | | | | | | | | | | | | | | | | | | | KDE Frameworks 5.26 requires Qt 5.6. Qt 5.6 is a designated LTS release; only proprietary packages should use older versions.
| * | | | gtkmm: fix build error by patching missing operatorThomas Tuegel2016-10-05
| | | | |
| * | | | libsigcxx 2.8.0 -> 2.10.0Alexander Ried2016-10-05
| | | | |
| * | | | Merge branch 'master' into stagingVladimír Čunát2016-10-05
| |\ \ \ \
| * \ \ \ \ Merge branch 'kde-5' into stagingThomas Tuegel2016-10-04
| |\ \ \ \ \
| | * | | | | qt5.qtbase: ruby is no longer a dependencyThomas Tuegel2016-10-04
| | | | | | |
| | * | | | | kde5.frameworks: 5.24 -> 5.26Thomas Tuegel2016-10-04
| | | | | | |
| * | | | | | libusb: 1.0.19 -> 1.0.20Alexander Ried2016-10-03
| | | | | | |
| * | | | | | Merge pull request #19199 from wizeman/u/fix-help2man-hashJörg Thalheim2016-10-03
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | help2man: fix hash
| | * | | | | | help2man: fix hashRicardo M. Correia2016-10-03
| | | | | | | |
| * | | | | | | Merge pull request #19131 from ↵Jörg Thalheim2016-10-03
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | aneeshusa/remove-redundant-cmake-build-type-release-args-part2 llvm3.9: Remove -DCMAKE_BUILD_TYPE=Release flags
| | * | | | | | | llvm3.9: Remove -DCMAKE_BUILD_TYPE=Release flagsAneesh Agrawal2016-10-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since commit 183d05a in 2012, this is the default.
| * | | | | | | | Merge pull request #19120 from groxxda/gtk+Jörg Thalheim2016-10-03
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | gtk+3: 3.22.0 -> 3.22.1 [=> staging]
| | * | | | | | | | gtk+3: 3.22.0 -> 3.22.1Alexander Ried2016-10-01
| | |/ / / / / / /
| * | | | | | | | Merge pull request #19121 from groxxda/glibJörg Thalheim2016-10-03
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | glib{mm,-networking} -> 2.50.0 [-> staging]
| | * | | | | | | | glibmm: 2.48.1 -> 2.50.0Alexander Ried2016-10-01
| | | | | | | | | |
| | * | | | | | | | glib-networking: 2.46.1 -> 2.50.0Alexander Ried2016-10-01
| | |/ / / / / / /
| * | | | | | | | Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2016-10-02
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2016-09-29
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge #18848: gtk+3: 3.20.9 -> 3.22.0Vladimír Čunát2016-09-28
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | gtk+3: 3.20.9 -> 3.22.0Alexander Ried2016-09-22
| | | | | | | | | | |
| * | | | | | | | | | Merge #19041: libxslt: 1.1.28 -> 1.1.29Vladimír Čunát2016-09-28
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | libxslt: drop patch already included in releaseVladimír Čunát2016-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I didn't test building on MinGW, but this commit can't make it worse.
| | * | | | | | | | | | libxslt: 1.1.28 -> 1.1.29Jörg Thalheim2016-09-28
| | | | | | | | | | | |