summary refs log tree commit diff
path: root/pkgs/development
Commit message (Collapse)AuthorAge
* SDL: propagate X11 libs even when building statically against them on DarwinJan Malakhovski2018-03-08
| | | | | | Packages like SDL_image, SDL_mixer, SDL_net, SDL_ttf depend on this. This reverts a piece of 19130ebc5d05cc7720335c92d68a4fd1faf28dc0.
* SDL: build statically against x11 on DarwinJan Malakhovski2018-03-06
|
* SDL2: don't compile any static outputsJan Malakhovski2018-03-06
| | | | | | After the previous patch there's no reason to have them. But I didn't try to rebuild every single thing that depends on this, so try reverting this patch first if something does break and you can't fix it.
* SDL, SDL2: don't link statically to any of the inputsJan Malakhovski2018-03-06
|
* SDL, SDL2: cleanup and cross-pollinate with useful changes to either expressionJan Malakhovski2018-03-06
|
* SDL: add a patch to fix https://bugzilla.libsdl.org/show_bug.cgi?id=1769Jan Malakhovski2018-03-06
|
* gtkmm2: enable parallel buildingNikolay Amiantov2018-03-06
|
* Merge pull request #35116 from adisbladis/nodejs-update-scriptadisbladis2018-03-06
|\ | | | | nodejs: Add update script
| * nodejs: Add updater scriptadisbladis2018-02-18
| |
| * nodejs: Add release keys update scriptadisbladis2018-02-18
| |
| * nodejs: Set correct meta.position attributeadisbladis2018-02-18
| |
* | Merge pull request #35844 from adisbladis/jquery-mvadisbladis2018-03-06
|\ \ | | | | | | jquery & jquery-ui: Move to nixos/lib/testing/
| * | jquery & jquery-ui: Move to nixos/lib/testing/adisbladis2018-02-27
| | | | | | | | | | | | | | | | | | | | | These (outdated) derivations are only used by nixos/lib/testing.nix. If we want to provide jquery & jquery-ui packages this is better done in nodePackages.
* | | Merge pull request #36250 from sengaya/add-ansible-lintJörg Thalheim2018-03-06
|\ \ \ | | | | | | | | ansible-lint: init at 3.4.20
| * | | ansible-lint: fix testsJörg Thalheim2018-03-06
| | | |
| * | | ansible-lint: init at 3.4.20Thilo Uttendorfer2018-03-04
| | | |
* | | | Merge pull request #36323 from andrew-d/adunham/fix-pillowJörg Thalheim2018-03-05
|\ \ \ \ | | | | | | | | | | pillow: Fix build on non-NixOS systems
| * | | | pillow: Fix build on non-NixOS systemsAndrew Dunham2018-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Pillow install script will, by default, add paths like /usr/lib and /usr/include to the search paths. This can break things when building on a non-NixOS system that has some libraries installed that are not installed in Nix (for example, Arch Linux has jpeg2000 but Nix doesn't build Pillow with this support). We solve this by telling Pillow to knock it off 😄 Fixes #36317
* | | | | coqPackages.fiat_HEAD: Update 2016-10-24 -> 2018-02-27John Wiegley2018-03-05
| | | | |
* | | | | json-c-0-11: removeRobin Gloster2018-03-05
| | | | |
* | | | | postgis_2_3: removeRobin Gloster2018-03-05
| | | | | | | | | | | | | | | | | | | | 2.4 supports all packaged postgresql versions
* | | | | json_c: 0.12.1 -> 0.13.0Robin Gloster2018-03-05
| | | | |
* | | | | postgis: 2.4.0 -> 2.4.3Robin Gloster2018-03-05
| | | | |
* | | | | Merge pull request #35882 from rnhmjoj/vapoursynthlewo2018-03-05
|\ \ \ \ \ | | | | | | | | | | | | Update VapourSynth
| * | | | | vapoursynth: R40 -> R43rnhmjoj2018-03-05
| | | | | |
* | | | | | Merge pull request #36283 from aneeshusa/fix-vagrant-2.0.2zimbatm2018-03-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix vagrant 2.0.2
| * | | | | | vagrant: Fix dependencies for version 2.0.2Aneesh Agrawal2018-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The version was bumped in #36081, but the dependencies were not updated, causing Vagrant to fail at runtime. Fix the dependencies (via bundix), and add an `installCheckPhase` to the derviation to catch this in the future.
| * | | | | | buildRubyGem: Make testing easierAneesh Agrawal2018-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't default `doCheck` to false, and use the default set of phases so the phases list does not need to be overriden in order to add checkPhase or installCheckPhase.
* | | | | | | pythonPackages.wsproto: init at 0.11.0Franz Pletz2018-03-05
| | | | | | |
* | | | | | | pythonPackages.h11: init at 0.7.0Franz Pletz2018-03-05
| | | | | | |
* | | | | | | hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This update was generated by hackage2nix v2.8.2-8-g0aa23ac from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/4caf6826b10e060e1a6bd126e208a44a99d773a9.
* | | | | | | LTS Haskell 10.8Peter Simons2018-03-05
| | | | | | |
* | | | | | | ghcjs: mark build brokenPeter Simons2018-03-05
| | | | | | |
* | | | | | | haskell: cosmetic changes to the generic builderPeter Simons2018-03-05
| | | | | | |
* | | | | | | mbedtls: 2.6.1 -> 2.7.1Franz Pletz2018-03-05
| | | | | | |
* | | | | | | Merge #34461: mesa -> libGL* renameVladimír Čunát2018-03-05
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | This will just bit rot otherwise. Almost nothing gets rebuilt.
| * | | | | | | libGL rename: fallout after a week on masterVladimír Čunát2018-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and a few nitpicks.
| * | | | | | | Merge branch 'master'Vladimír Čunát2018-03-05
| |\ \ \ \ \ \ \
| * | | | | | | | qt-3: fix build after libGL transitionAlexander V. Nikolaev2018-02-24
| | | | | | | | |
| * | | | | | | | libglvnd: refer to driversLink via libGL_driverAlexander V. Nikolaev2018-02-24
| | | | | | | | |
| * | | | | | | | treewide: transition libGL/libGLU for qtAlexander V. Nikolaev2018-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also rename mesaSupported to libGLSupported
| * | | | | | | | treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev2018-02-24
| | | | | | | | |
| * | | | | | | | treewide: transition from mesa_glu to libGLUAlexander V. Nikolaev2018-02-24
| | | | | | | | |
| * | | | | | | | treewide: transition from mesa_noglu to libGLAlexander V. Nikolaev2018-02-24
| | | | | | | | |
* | | | | | | | | libcdio082: removePiotr Bogdan2018-03-05
| | | | | | | | |
* | | | | | | | | libcdio-paranoia: init at release-10.2+0.94+2Piotr Bogdan2018-03-05
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #36334 from chrisburr/patch-2Jörg Thalheim2018-03-05
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libpqxx: Add dependency on doxygen and xmlto
| * | | | | | | | libpqxx: Add dependency on doxygen and xmltoChris Burr2018-03-05
| | | | | | | | |
* | | | | | | | | pythonPackages.python-ptrace: init at 0.9.3Jörg Thalheim2018-03-05
|/ / / / / / / /
* | | | | | | | Merge pull request #36316 from DougBurke/fix/cfitsio-3430-updateadisbladis2018-03-05
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | cfitsio: 3.41 -> 3.43