summary refs log tree commit diff
path: root/pkgs/development
Commit message (Collapse)AuthorAge
* treewide: Some EOF-whitespace fixesTuomas Tynkkynen2016-08-02
|
* treewide: Lots of meta.hydraPlatforms -> meta.platformsTuomas Tynkkynen2016-08-02
| | | | | | In all of these files, there is no meta.platforms but only meta.hydraPlatforms, which doesn't seem to have any purpose except being inconsistent.
* treewide: Fix meta.platforms related typosTuomas Tynkkynen2016-08-02
|
* pythonPackages.setuptools: specify priorityFrederik Rietdijk2016-08-02
| | | | | | Both python3 and setuptools come with easy-install. For some magic reason this hasn't caused any collisions yet, but it does with #17428. We hereby prioritize the version that comes with setuptools.
* Merge pull request #17140 from michelk/gdal/updateFrederik Rietdijk2016-08-02
|\ | | | | gdal: 2.0.2 -> 2.1.1
| * gdal: 2.0.2 -> 2.1.1Michel Kuhlmann2016-07-27
| |
* | ponyc: 0.2.1 -> 2016-07-26Ricardo M. Correia2016-08-02
| |
* | qt57.poppler: fix buildThomas Tuegel2016-08-01
| | | | | | | | Packages that depend on Qt >= 5.7 must build using the C++11 standard.
* | Merge pull request #17422 from womfoo/fix/leatherman-disable-curl-testFrederik Rietdijk2016-08-01
|\ \ | | | | | | leatherman: disable curl test to fix build
| * | leatherman: disable curl test to fix buildKranium Gikos Mendoza2016-08-01
| | |
* | | Merge pull request #17339 from FRidh/renameFrederik Rietdijk2016-08-01
|\ \ \ | |/ / |/| | Python: move interpreters
| * | Python: move interpretersFrederik Rietdijk2016-07-28
| | | | | | | | | | | | | | | Move Python interpreters (CPython, PyPy) to same folder and share layout.
* | | Merge pull request #17402 from ttuegel/plasma-closure-sizeThomas Tuegel2016-07-31
|\ \ \ | | | | | | | | Plasma closure size
| * | | kdeWrapper: assume empty path list by defaultThomas Tuegel2016-07-30
| | | |
| * | | breeze-icons: don't propagate qtsvg build inputThomas Tuegel2016-07-30
| | | | | | | | | | | | | | | | | | | | breeze-icons does not have a separate dev output, so this pulls qtsvg.dev into the closure.
| * | | kdeWrapper: include wrappers in pathThomas Tuegel2016-07-30
| | | |
| * | | kdeEnv: use package version, not ecm versionThomas Tuegel2016-07-30
| | | |
| * | | kdeDerivation: don't fail by default on library-only packagesThomas Tuegel2016-07-30
| | | |
| * | | Add kdeEnv and kdeWrapperThomas Tuegel2016-07-30
| | | |
| * | | kde5: avoid propagating dev outputs to reduce closure sizeThomas Tuegel2016-07-30
| | | |
* | | | aws-sdk-cpp: add compile flag -fpermissive due to libcurl upgradeobadz2016-07-31
|/ / / | | | | | | | | | | | | curl upgrade to 7.50.0 (#17152) changes the libcurl headers slightly and therefore requires the followin flag until this package gets updated
* | | kde5: rename extra-cmake-modules variantsThomas Tuegel2016-07-30
| | | | | | | | | | | | | | | | | | | | | Instead of one package `extra-cmake-modules`, there is now `ecm` and `ecmNoHooks`. The latter is used when one does not want to incur a Qt 5 dependency; it is also available as a top-level package `extra-cmake-modules`.
* | | kde5: fix extra-cmake-modules hooksThomas Tuegel2016-07-30
| | |
* | | hackage-packages.nix: update Haskell package setPeter Simons2016-07-30
| | | | | | | | | | | | | | | | | | | | | | | | This update was generated by hackage2nix v2.0-18-g8001337 using the following inputs: - Hackage: https://github.com/commercialhaskell/all-cabal-hashes/commit/0be8ef7fab9f2eb97345b51ff54db7844167ab60 - LTS Haskell: https://github.com/fpco/lts-haskell/commit/d085132b77bbce029ad6835e933c84700ac9a0b3 - Stackage Nightly: https://github.com/fpco/stackage-nightly/commit/84fc6fbee78cd897580614b74bba1d1ad08f46b2
* | | Merge pull request #17367 from Profpatsch/haskellPackages-cereal-overridePeter Simons2016-07-30
|\ \ \ | | | | | | | | haskellPackages.cereal: fix for pre-GHC8
| * | | haskellPackages.Glob: remove superfluous overrideProfpatsch2016-07-30
| | | | | | | | | | | | | | | | | | | | The override is already in the 7.10.x file, and we’d like to explicitely override for every version that needs it.
| * | | haskellPackages.cereal: fix for pre-GHC 8.0Profpatsch2016-07-30
| | | |
* | | | gnutls-3.3: make it build againVladimír Čunát2016-07-30
| | | | | | | | | | | | | | | | At least without tests. We only have two packages using it ATM.
* | | | Merge #17354: tcl/tk: 8.6.4 -> 8.6.6Vladimír Čunát2016-07-30
|\ \ \ \
| * | | | tcl/tk: 8.6.4 -> 8.6.6Rahul Gopinath2016-07-28
| | | | |
* | | | | kde5: fix all the Qt version dependenciesThomas Tuegel2016-07-29
| | | | |
* | | | | Merge pull request #17369 from ttuegel/qt-5.7Thomas Tuegel2016-07-29
|\ \ \ \ \ | | | | | | | | | | | | qt57: init at 5.7.0
| * | | | | qt57: init at 5.7.0Thomas Tuegel2016-07-29
| | | | | |
* | | | | | qt56: purge all refrences to gtk, solves all of the theme problemsmichael bishop2016-07-29
|/ / / / /
* | | | | phonon: explicitly select Qt 4 vs. Qt 5Thomas Tuegel2016-07-29
| | | | |
* | | | | extra-cmake-modules: separate setup hook from packageThomas Tuegel2016-07-29
| | | | |
* | | | | pythonPackages.scipy: 0.17.1 -> 0.18.0Frederik Rietdijk2016-07-29
| | | | |
* | | | | menhir: 20160303 -> 20160526 (#17343)Ricardo M. Correia2016-07-29
| |/ / / |/| | |
* | | | Merge branch 'kde-frameworks-qt55'Thomas Tuegel2016-07-28
|\ \ \ \
| * | | | build KDE Frameworks with each Qt versionThomas Tuegel2016-07-28
| | | | |
| * | | | qt55: fix CMake module pathsThomas Tuegel2016-07-28
| | | | |
* | | | | Merge branch 'staging'Vladimír Čunát2016-07-28
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | It includes a security update of libidn.
| * \ \ \ \ Merge branch 'master' into stagingVladimír Čunát2016-07-26
| |\ \ \ \ \
| * \ \ \ \ \ Merge #17141: libidn: security 1.32 -> 1.33Vladimír Čunát2016-07-26
| |\ \ \ \ \ \
| | * | | | | | libidn: 1.32 -> 1.33Lancelot SIX2016-07-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See http://lists.gnu.org/archive/html/info-gnu/2016-07/msg00011.html for announcement.
| * | | | | | | binutils: 2.26 -> 2.26.1Lancelot SIX2016-07-22
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | See announcement at http://lists.gnu.org/archive/html/info-gnu/2016-07/msg00000.html
| * | | | | | Merge branch 'master' into stagingNikolay Amiantov2016-07-16
| |\ \ \ \ \ \
| * | | | | | | libgpg-error: 1.23 -> 1.24Lancelot SIX2016-07-16
| | | | | | | |
| * | | | | | | libassuan: 2.4.2 -> 2.4.3Lancelot SIX2016-07-16
| | | | | | | |
| * | | | | | | libgcrypt: 1.7.1 -> 1.7.2Lancelot SIX2016-07-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See http://lists.gnu.org/archive/html/info-gnu/2016-07/msg00006.html for release announcement