summary refs log tree commit diff
path: root/pkgs/development
Commit message (Collapse)AuthorAge
...
* | | | | | | | pythonPackages.pythondaemon: rename to pythonPackages.python-daemonBenjamin Hipple2018-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit renames the pythondaemon module to match its module name, github name, and pypi name, which makes it easier to find and reference. In order to avoid breaking any external users, I've left an alias with a deprecated warning.
* | | | | | | | beancount: fix buildCarlos Morera de la Chica2018-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pytest is now a runtime dependency
* | | | | | | | Merge pull request #49477 from obsidiansystems/haskell-shell-completionsJohn Ericson2018-10-30
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | haskell-lib: Factor out shell completion scripts helper
| * | | | | | | | haskell-lib: Factor out shell completion scripts helperJohn Ericson2018-10-30
| | | | | | | | |
* | | | | | | | | cppclean: init at 2018-05-12 (#49264)Niklas Thörne2018-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cppclean: init at 2018-05-12 * Updated according to review comments
* | | | | | | | | Merge pull request #49468 from worldofpeace/bamf-fixJan Tojnar2018-10-30
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | bamf: 0.5.3 -> 2018-02-07, fix build
| * | | | | | | | | bamf: 0.5.3 -> 2018-02-07, fix buildworldofpeace2018-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Technically this is 0.5.4 but it's unreleased
* | | | | | | | | | Merge pull request #49469 from Ekleog/self-as-maintainermarkuskowa2018-10-30
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add self as maintainer
| * | | | | | | | | | global-platform-pro: add self as maintainerLéo Gaspard2018-10-31
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #48286 from matthewbauer/avrgccMatthew Bauer2018-10-30
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | avr: use new cross compilation infrastructure
| * | | | | | | | | | | teensy-loader-cli: build on macosMatthew Bauer2018-10-30
| | | | | | | | | | | |
| * | | | | | | | | | | qmk_firmware: init at 0.6.144Matthew Bauer2018-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A convenient way to test embedded projects
| * | | | | | | | | | | mentorToolchains: removeMatthew Bauer2018-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mentorToolchains.armLinuxGnuEabi is replaced with: - pkgsCross.pogoplug4.buildPackages.gcc - pkgsCross.pogoplug4.buildPackages.binutils and mentorToolchains.armEabi is replaced with: - pkgsCross.arm-embedded.buildPackages.gcc - pkgsCross.arm-embedded.buildPackages.binutils Fixes #39087
| * | | | | | | | | | | gcc-arm-embedded: removeMatthew Bauer2018-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | replace with: - pkgsCross.arm-embedded.buildPackages.gcc - pkgsCross.arm-embedded.buildPackages.binutils
| * | | | | | | | | | | treewide: use gnu toolchain for avr/arm-embeddedMatthew Bauer2018-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These packages should in theory work with our GCC toolchains, but there are some definite breakages that need to be tracked down. Comparing output of these to old gcc-arm-embedded is important. Affected packages include: - axolooti - avrdudess - opentx - microscheme - betaflight - inav - blackmagic - simavr - gnuk
| * | | | | | | | | | | newlib: init at 3.0.0Matthew Bauer2018-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #47533 newlib seems to think it’s a compiler when it’s not. Anyway had to make host refer to build platform for things to work.
| * | | | | | | | | | | dfu-programmer: supports macosMatthew Bauer2018-10-29
| | | | | | | | | | | |
| * | | | | | | | | | | gcc: support avrMatthew Bauer2018-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - respect libc’s incdir and libdir - make non-unix systems single threaded - set LIMITS_H_TEST to false for avr - misc updates to support new libc’s - use multilib with avr For threads we want to use: - posix on unix systems - win32 on windows - single on everything else For avr: - add library directories for avrlibc - to disable relro and bind - avr5 should have precedence over avr3 - otherwise gcc uses the wrong one
| * | | | | | | | | | | avr: use new compilation infrastructureMatthew Bauer2018-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gets rid of: avrbinutils avrgcc to replace with: pkgsCross.avr.buildPackages.binutils pkgsCross.avr.buildPackages.gcc
* | | | | | | | | | | | nodePackages.git-ssb: add node-gyp-build dependencyPatrick Elliott2018-10-30
| |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
* | | | | | | | | | | python36Packages.cassandra-driver: 3.6.0 -> 3.15.1 (#49018)R. RyanTM2018-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-cassandra-driver/versions
* | | | | | | | | | | gmime3: 3.2.0 -> 3.2.1, enable tests, now uses libidn2 (#49390)Will Dietz2018-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NEWS: https://raw.githubusercontent.com/jstedfast/gmime/87405143bb870a6977b7170706a04d747341b425/NEWS
* | | | | | | | | | | python.pkgs.datadog: 0.20.0 -> 0.23.0Robert Schütz2018-10-30
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | pyo3-pack: init at 0.3.8 (#46754)Daniël de Kok2018-10-30
| | | | | | | | | |
* | | | | | | | | | libeditline: Use multiple outputsEelco Dolstra2018-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also disable static build by default per Nixpkgs policy. (Really static libraries should be moved to the 'dev' output, in which case it wouldn't be a problem to enable them by default.)
* | | | | | | | | | Merge pull request #48664 from alyssais/postgres11Lancelot SIX2018-10-30
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | | postgresql_11: init at 11.0
| * | | | | | | | | postgresql*: use underscores in version numbersAlyssa Ross2018-10-30
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #49452 from timokau/sympy-1.3Timo Kaufmann2018-10-30
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | pythonPackages.sympy: 1.2 -> 1.3
| * | | | | | | | | pythonPackages.sympy: 1.2 -> 1.3Timo Kaufmann2018-10-30
| | | | | | | | | |
* | | | | | | | | | Merge pull request #49394 from dtzWill/update/xapian-1.4.8xeji2018-10-30
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | xapian: 1.4.7 -> 1.4.8, drop included patch
| * | | | | | | | | | xapian: 1.4.7 -> 1.4.8, drop included patchWill Dietz2018-10-29
| | | | | | | | | | |
* | | | | | | | | | | verasco: remove unmaintained projectJörg Thalheim2018-10-30
| |_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Verasco is no longer maintained by upstream and blocks updates of some libraries. Removing it also makes it possible to remove coq 8.4.
* | | | | | | | | | Merge pull request #47594 from midchildan/add-sourcetrailJörg Thalheim2018-10-30
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | sourcetrail: init at 2018.3.55
| * | | | | | | | | | sourcetrail: init at 2018.3.55midchildan2018-10-23
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #49447 from timokau/memory_profiler-0.54.0Timo Kaufmann2018-10-30
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | pythonPackages.memory_profiler: add plotting dependency, enable checks
| * | | | | | | | | | | pythonPackages.memory_profiler: add plotting dependency, enable checksTimo Kaufmann2018-10-30
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #49389 from colemickens/ffmpegSarah Brofeldt2018-10-30
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ffmpeg: enable libdrm
| * | | | | | | | | | | ffmpeg: enable libdrmCole Mickens2018-10-29
| | | | | | | | | | | |
* | | | | | | | | | | | hy: 0.14.0 -> 0.15.0 (#49428)Andrew Miller2018-10-30
| |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #49003 from r-ryantm/auto-update/python3.6-django-classy-tagsRyan Mulligan2018-10-29
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | python36Packages.django_classytags: 0.6.1 -> 0.8.0
| * | | | | | | | | | | pythonPackages.django_classytags: clarify why tests are disabledUli Baum2018-10-29
| | | | | | | | | | | |
| * | | | | | | | | | | python36Packages.django_classytags: 0.6.1 -> 0.8.0R. RyanTM2018-10-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-django-classy-tags/versions
* | | | | | | | | | | | bundlerApp: take buildInputs (#45435)Alyssa Ross2018-10-29
| |_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It would be reasonable to have a Ruby program that depends on some other program being in the PATH. In this case, the obvious thing to do would be something like this: bundlerApp { # ... buildInputs = [ makeWrapper ]; postBuild = '' wrapProgram "$out/bin/foo" \ --prefix PATH : ${lib.makeBinPath [ dep ]} ''; } However, this doesn't work, because even though it just forwards most of its arguments to `runCommand`, `bundlerApp` won't take a `buildInputs` parameter. It doesn't even specify its own `buildInputs`, which means that the `scripts` parameter to `bundlerApp` (which depends on `makeWrapper`) is completely broken, and, as far as I can tell, has been since its inception. I've added a `makeWrapper` build input if the scripts parameter is present to fix this. I've added a `buildInputs` option to `bundlerApp`. It's also passed through to bundled-common because `postBuild` scripts are run there as well. This actually means that in this example we'd end up going through two layers of wrappers (one from `bundlerApp` and one from bundled-common), but that has always been the case and isn't likely to break anything. That oddity does suggest that it might be prudent to not forward `postBuild` to bundled-common (or to at least use a different option) though... FWIW, as far as I can tell no package in nixpkgs uses either the `scripts` or `postBuild` options to `bundlerApp`.
* | | | | | | | | | | Merge pull request #49070 from r-ryantm/auto-update/python3.6-dlibFrederik Rietdijk2018-10-29
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | python36Packages.dlib: 19.13 -> 19.16
| * | | | | | | | | | | pythonPackages.dlib: move expressionMaximilian Bosch2018-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Initially the expression was quite small (just inherited properties from `pkgs.dlib`), but the more it grows the better it is to store it into its own file.
| * | | | | | | | | | | python36Packages.dlib: 19.13 -> 19.16R. RyanTM2018-10-24
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-dlib/versions
* | | | | | | | | | | python36Packages.pip-tools: 2.0.2 -> 3.1.0 (#48986)R. RyanTM2018-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-pip-tools/versions
* | | | | | | | | | | Merge pull request #48892 from sveitser/update/pythonPackages.shRobert Schütz2018-10-29
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | pythonPackages.sh: 1.11 -> 1.12.14
| * | | | | | | | | | | python.pkgs.python-packer: remove dependency pinningRobert Schütz2018-10-29
| | | | | | | | | | | |
| * | | | | | | | | | | pythonPackages.sh: move to python-modulessveitser2018-10-24
| | | | | | | | | | | |