summary refs log tree commit diff
path: root/pkgs/development
Commit message (Collapse)AuthorAge
...
| | * | | | | | erlang support: Add 187 packages pulled from HexEric Merritt2016-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds 187 packages from Hex.pm and documents 100 more that could not be imported for various reasons. The packages where generated by hex2nix.
| | * | | | | | erlang support: seperate hex and rebar3 supportEric Merritt2016-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Building Hex packages is a superset of building with rebar3. There is no need to force folks that use rebar3 but not hex to build with hex. This commit seperates the rebar3 specific bits and the hex specific bits into seperate functions that can be used independently.
| | * | | | | | erlang support: remove broken buildErlang functionEric Merritt2016-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The buildErlang function is broken and and leads Engineers down a wrong path. For vanilla erlang that doesn't user rebar3, its better to simply use `stdenv.mkDerivation` along with a set setupHook then the existing functionality.
| | * | | | | | erlang support: move hex packages to hex namespaceEric Merritt2016-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit moves all the hex based packages to a single namespace. It also moves all the packages to a single file. This is in preparation for the move to a system to generate the hex packages from the hex package store.
| | * | | | | | erlang support: allow nix-shell to work correctlyEric Merritt2016-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes build-hex.nix so that the buildHex and related functions work correctly in a nix-shell.
| | * | | | | | move callPackage into the export set for 'Erlang'Eric Merritt2016-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows us to have a callPackages that includes erlang packages
| | * | | | | | rebar3-nix-boostrap: init at 0.0.1Eric Merritt2016-01-14
| | | | | | | |
| * | | | | | | elfutils: Fix header compatibility with glibc 2.21aszlig2016-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Regression introduced by df2b9b48cbf8eb765760c699843e43457d844bee. This breaks the build for ltrace and other programs using libelf, because the header file relies on features from glibc >= 2.22. Here is an excerpt from the log output of the configure script from ltrace: In file included from ...elfutils-0.165/include/gelf.h:32:0, from conftest.c:57: ...elfutils-0.165/include/libelf.h:280:8: error: unknown type name 'Elf32_Chdr' extern Elf32_Chdr *elf32_getchdr (Elf_Scn *__scn); ^ ...elfutils-0.165/include/libelf.h:281:8: error: unknown type name 'Elf64_Chdr' extern Elf64_Chdr *elf64_getchdr (Elf_Scn *__scn); ^ In file included from conftest.c:57:0: ...elfutils-0.165/include/gelf.h:89:9: error: unknown type name 'Elf64_Chdr' typedef Elf64_Chdr GElf_Chdr; ^ The issue has been reported in the Debian bug tracker at https://bugs.debian.org/810885 and I'm using the patch from Mark Wielaard that has been posted there which adds compatibility for older glibc versions. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * | | | | | | ghc-8.0.1: drop unused docbooc-related build inputsPeter Simons2016-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The documentation is now built via Sphinx (todo).
| * | | | | | | hackage-packages.nix: update Haskell package setPeter Simons2016-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This update was generated by hackage2nix v20151217-7-g3384c26 using the following inputs: - Nixpkgs: https://github.com/NixOS/nixpkgs/commit/65d4f18f9eb9bc571993cee3d45b863000828912 - Hackage: https://github.com/commercialhaskell/all-cabal-hashes/commit/03c5ce2cbc3e3b9a49135bb8909a486e83879117 - LTS Haskell: https://github.com/fpco/lts-haskell/commit/e72964a5535ea93cb5ce89d4f3bfb39e18b4e1b7 - Stackage Nightly: https://github.com/fpco/stackage-nightly/commit/23478137ac3c8019f651cc712de54bbcf7c53a3f
| * | | | | | | telepathy-qt: finish the of fix parallel buildVladimír Čunát2016-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Recommended by upstream https://bugs.freedesktop.org/show_bug.cgi?id=93707#c5
| * | | | | | | Merge pull request #11809 from mayflower/fix/libvirtd_serviceRobin Gloster2016-01-15
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libvirtd service: Move mutable configs to /var
| | * | | | | | | libvirtd service: Move mutable configs to /varTristan Helmich2016-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modifies libvirt package to search for configs in /var/lib and changes libvirtd service to copy the default configs to the new location. This enables the user to change e.g. the networking configuration with virsh or virt-manager and keep those settings.
| * | | | | | | | telepathy-qt: tiny update 0.9.6 -> 0.9.6.1Vladimír Čunát2016-01-15
| | | | | | | | |
| * | | | | | | | telepathy-qt: fix parallel build by upstream patchVladimír Čunát2016-01-15
| | | | | | | | |
| * | | | | | | | Merge pull request #12214 from FRidh/numpyFrederik Rietdijk2016-01-15
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | pythonPackages.numpy: 1.10.2 -> 1.10.4
| | * | | | | | | | pythonPackages.numpy: 1.10.2 -> 1.10.4Frederik Rietdijk2016-01-08
| | | | | | | | | |
| * | | | | | | | | elfutils: 163 -> 165Eelco Dolstra2016-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, install programs with the "eu-" prefix to prevent collisions with binutils (as recommended by upstream), enable xz support, and enable deterministic archives.
| * | | | | | | | | Revert "eigen: 3.2.5 -> 3.3-alpha1" to fix freecadVladimír Čunát2016-01-15
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit c8b975388235823322a0962f88f05594229435e3. Fixes #12401. It wasn't intended to have "alpha" version as default.
* | | | | | | | | ffmpeg(-2.8): security update to fix #12437Vladimír Čunát2016-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2.8.5 is claimed to fix CVE-2016-{1897,1898}.
* | | | | | | | | Merge branch 'master' into stagingVladimír Čunát2016-01-15
|\| | | | | | | |
| * | | | | | | | iozone: commit some forgotten fixups (/cc #12387)Vladimír Čunát2016-01-15
| | | | | | | | |
| * | | | | | | | goffice: 0.10.24 -> 0.10.26Vincent Laporte2016-01-15
| | | | | | | | |
| * | | | | | | | iozone: init at 3.434 (close #12387)Svein Ove Aas2016-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vcunat amended some $out/share/ install paths.
| * | | | | | | | pharo-vm: Refactor to introduce new VMs (close #12388)Damien Cassou2016-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Pharo community now has a Spur VM: this VM is the only one to open Pharo50 images.
| * | | | | | | | Merge #12299: make firefox-like browsers wrapped by defaultVladimír Čunát2016-01-15
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | all-packages: browserWrapper -> browserVladimír Čunát2016-01-15
| | | |_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - I chose to keep `browser-unwrapped` attributes so that it's much easier to override parameters for the browser (through `packageOverrides`). - Aliases `browserWrapper` are retained for now, as usual.
| * | | | | | | Merge pull request #12371 from otwieracz/masterArseniy Seroka2016-01-14
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | ccl updated to 1.11
| | * | | | | | | ccl: 1.10 -> 1.11Slawomir Gonet2016-01-14
| | | | | | | | |
| * | | | | | | | go: 1.5.2 -> 1.5.3Nathan Zadoks2016-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This addresses CVE-2015-8618 (a vulnerability in math/big) This issue can affect RSA computations in crypto/rsa, which is used by crypto/tls. TLS servers on 32-bit systems could plausibly leak their RSA private key due to this issue. Other protocol implementations that create many RSA signatures could also be impacted in the same way. https://groups.google.com/forum/#!topic/golang-dev/MEATuOi_ei4
| * | | | | | | | telepathy-qt: disable parallel makeVladimír Čunát2016-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://hydra.nixos.org/build/30377457/nixlog/1/raw https://bugs.freedesktop.org/show_bug.cgi?id=93707
| * | | | | | | | Add binary openjdk 8 build for x86_64-darwin, similar to the openjdk 7 build ↵Rob Vermaas2016-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for x86_64-darwin. (cherry picked from commit 5f3e33b8ec3eee16dbb6c3ec408ce85770930cd5)
| * | | | | | | | build jailbreak-cabal on GHC 8.0.xJude Taylor2016-01-13
| | | | | | | | |
| * | | | | | | | package GHC-8.0.1-rc1Jude Taylor2016-01-13
| | | | | | | | |
| * | | | | | | | vc: 1.0.0 -> 1.1.0Nikolay Amiantov2016-01-13
| | | | | | | | |
| * | | | | | | | cppzmq: 20150926 -> 20151203Nikolay Amiantov2016-01-13
| | | | | | | | |
| * | | | | | | | libtirpc: 0.3.2 -> 1.0.1Nikolay Amiantov2016-01-13
| | | | | | | | |
| * | | | | | | | libbluray: 0.9.0 -> 0.9.2Nikolay Amiantov2016-01-13
| | | | | | | | |
| * | | | | | | | Merge pull request #12062 from mogorman/platformiolethalman2016-01-13
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | platformio: init at 2.7.0
| | * | | | | | | | platformio: init at 2.7.0Matthew O'Gorman2016-01-06
| | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | titaniumsdk: bump to version 5.1.2Sander van der Burg2016-01-13
| | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | opendkim: adopt, cleanup and fix opendkim-genkeyNikolay Amiantov2016-01-13
| | | | | | | |
| * | | | | | | Merge pull request #12201 from otwieracz/masterPeter Simons2016-01-13
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | utox, libutoxcore and filter_audio version bump
| | * | | | | | utox, libutoxcore and filter_audio version bumpSlawomir Gonet2016-01-12
| | | | | | | |
| * | | | | | | phantomjs2: fix evaluation and refactorVladimír Čunát2016-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The error was due to the fact that with-introduced bindings have lower priority and we do have `darwin` in scope already. Fixes #12350. Closes #12351. (A slightly different fix. I chose this to lower the risk of people re-introducing the mistake.)
| * | | | | | | phantomjs2: build on darwinJude Taylor2016-01-12
| |/ / / / / /
| * | | | | | Merge pull request #12334 from couchemar/elixir-1.2.0Arseniy Seroka2016-01-12
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | elixir: 1.1.1 -> 1.2.0
| | * | | | | | elixir: 1.1.1 -> 1.2.0Andrey Pavlov2016-01-12
| | | | | | | |
| * | | | | | | Revert "libpcap: support static build"Nikolay Amiantov2016-01-12
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | This reverts commit ee6ca494d2427f13fc9bb09ef197f768b53b2637.
| * | | | | | libpcap: support static buildNikolay Amiantov2016-01-12
| | | | | | |