summary refs log tree commit diff
path: root/pkgs/development
Commit message (Collapse)AuthorAge
* jenkins: 2.85 -> 2.86James Earl Douglas2017-10-23
|
* libfilezilla: 0.10.1 -> 0.11.0Pascal Wittmann2017-10-23
|
* ammonite: 1.0.2 -> 1.0.3Tim Steinbach2017-10-23
|
* haskell-ltk: fix build by providing haskell-gi-overloading-0.0Peter Simons2017-10-23
| | | | Closes https://github.com/NixOS/nixpkgs/pull/30462.
* haskell: ghcjs packages: fix build of failBas van Dijk2017-10-23
|
* git-annex: update shaMichael Alan Dorman2017-10-23
|
* liquidhaskell: use latest aesonPeter Simons2017-10-23
|
* haskell-fluid-idl-scotty: disable broken buildPeter Simons2017-10-23
|
* hackage-packages.nix: automatic Haskell package set updatePeter Simons2017-10-23
| | | | | This update was generated by hackage2nix v2.6-11-g74d58ee from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/4932dd52cbb0f9bb843dfffcac595c5c0a0d61c5.
* LTS Haskell 9.10Peter Simons2017-10-23
|
* libx86: Supports only x86Tuomas Tynkkynen2017-10-23
| | | | | In theory it builds for 32-bit ARM but the result probably doesn't work in a meaningful manner...
* fix evalRobin Gloster2017-10-23
| | | | | | cc @zimbatm (https://nix-cache.s3.amazonaws.com/log/iyn9cwk0kymi4mzva0dzpqwnzm3cg4a4-nixpkgs-tarball-18.03pre118395.891c3721ed.drv)
* nodePackages.web-ext: init at 2.2.2Joerg Thalheim2017-10-23
|
* cargo: fix darwin buildDaiderd Jordan2017-10-23
|
* Merge pull request #30234 from deedrah/aspell-data-dirs-from-nix-profilesFrederik Rietdijk2017-10-23
|\ | | | | aspell: added new patch data-dirs-from-nix-profiles.patch
| * aspell: added new patch data-dirs-from-nix-profiles.patchRostislav Beneš2017-10-22
| | | | | | | | | | Aspell will search for dictionaries in all nix profiles even when used as library. Setting data-dir or dict-dir in ASPELL_CONF will disable this behavior.
* | cargo: 0.21.1 -> 0.22.0zimbatm2017-10-23
| |
* | rust: update cargo builder to fetch registry dynamicallyKevin Cox2017-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The biggest benefit is that we no longer have to update the registry package. This means that just about any cargo package can be built by nix. No longer does `cargo update` need to be feared because it will update to packages newer then what is available in nixpkgs. Instead of fetching the cargo registry this bundles all the source code into a "vendor/" folder. This also uses the new --frozen and --locked flags which is nice. Currently cargo-vendor only provides binaries for Linux and macOS 64-bit. This can be solved by building it for the other architectures and uploading it somewhere (like the NixOS cache). This also has the downside that it requires a change to everyone's deps hash. And if the old one is used because it was cached it will fail to build as it will attempt to use the old version. For this reason the attribute has been renamed to `cargoSha256`. Authors: * Kevin Cox <kevincox@kevincox.ca> * Jörg Thalheim <Mic92@users.noreply.github.com> * zimbatm <zimbatm@zimbatm.com>
* | cargo: use fetchFromGitHubzimbatm2017-10-23
| |
* | rust: 1.17.0 -> 1.20.0zimbatm2017-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | simplify the boostrap hashes a bit build with bundled llvm: the rust project has forked the llvm compiler to solve some issues. With pkgs.llvm the test suite fails. See https://github.com/rust-lang/rust/pull/43026 And PR #30088
* | rust: unbreak building with bundled LLVMMaximilian Güntner2017-10-23
| |
* | rust: remove beta and nightly releaseszimbatm2017-10-23
| | | | | | | | | | nixpkgs is for stable software. If you want beta and nightly, use the nixpkgs-mozilla overlay.
* | ocamlPackages.merlin: fix homepage URLVincent Laporte2017-10-22
| |
* | coqPackages.fiat_HEAD: mark as broken with Coq ≥ 8.6Vincent Laporte2017-10-22
| |
* | Merge pull request #30208 from zraexy/massif-visualizerThomas Tuegel2017-10-22
|\ \ | | | | | | massif-visualizer: 0.4.0 -> 0.7.0
| * | massif-visualizer: 0.4.0 -> 0.7.0Unknown2017-10-07
| | |
* | | coqPackages_8_7: New expression, but don't make it the default yetJohn Wiegley2017-10-22
| | |
* | | souffle: Disable parallel buildingTuomas Tynkkynen2017-10-22
| | | | | | | | | | | | https://hydra.nixos.org/build/62750790
* | | Merge remote-tracking branch 'upstream/staging' into masterTuomas Tynkkynen2017-10-22
|\ \ \
| * | | libbsd: 0.8.5 -> 0.8.6Tuomas Tynkkynen2017-10-22
| | | |
| * | | gnu-efi: 3.0.5 -> 3.0.6Tuomas Tynkkynen2017-10-22
| | | |
* | | | iniparser: 3.1 -> 4.0Michael Weiss2017-10-22
| | | |
* | | | pythonPackages.phonenumbers: 8.8.2 -> 8.8.4Tristan Helmich2017-10-22
| | | |
* | | | buildNodePackage: fix issue with impure version handling (#30577)b1234002017-10-22
| | | |
* | | | ocamlPackages.yojson: 1.2.3 -> 1.3.3Vincent Laporte2017-10-22
| | | |
* | | | ocamlPackages.merlin: 3.0.2 -> 3.0.3Vincent Laporte2017-10-22
| | | |
* | | | unibilium: 1.2.0 -> 1.2.1Pascal Wittmann2017-10-22
| |_|/ |/| |
* | | python.pkgs.uranium: 2.6.1 -> 3.0.3Nikolay Amiantov2017-10-22
| | |
* | | python.pkgs.libarcus: 2.6.1 -> 3.0.3Nikolay Amiantov2017-10-22
| | |
* | | python.pkgs.numpy-stl: init at 2.3.2Nikolay Amiantov2017-10-22
| | |
* | | python.pkgs.python-utils: init at 2.2.0Nikolay Amiantov2017-10-22
| | |
* | | szip: 2.1 -> 2.1.1Guillaume Bouchard2017-10-22
| | | | | | | | | | | | | | | Version bump because version 2.1 is now unavailable on the official source, replaced by version 2.1.1.
* | | nodejs: 6.11.1 -> 6.11.4Fatih Altinok2017-10-22
|/ /
* | Merge pull request #30598 from andrewrk/zigJoachim F2017-10-21
|\ \ | | | | | | zig: init at 0.1.1
| * | zig: init at 0.1.1Andrew Kelley2017-10-21
| | |
* | | haskellPackages.amqp-utils: fix dependenciesFrank Doepper2017-10-21
| | |
* | | bazel_0_4: additonal fix for DarwinNikolay Amiantov2017-10-21
| | |
* | | bazel_0_4: try to fix on DarwinNikolay Amiantov2017-10-21
| | | | | | | | | | | | First round of fixes -- let's see how Hydra reacts.
* | | ocamlPackages.omd: 1.3.0 -> 1.3.1Vincent Laporte2017-10-21
| | |
* | | ghcjs: Do not mark as brokenMoritz Kiefer2017-10-21
| | | | | | | | | | | | This has been fixed in #30214