summary refs log tree commit diff
path: root/pkgs/development
Commit message (Collapse)AuthorAge
* clwrapper, buildLispPackage: compile fasls and store them for all systemsMichael Raskin2017-03-31
|
* Regenerate NPM expressions with node2nix 1.2.0Sander van der Burg2017-03-31
|
* esrap-peg: 20131029 -> 20170320Michael Raskin2017-03-31
|
* webkitgtk24x: Fix build on darwinShea Levy2017-03-31
|
* lispPackages: migrate to quicklispPackages where possibleMichael Raskin2017-03-31
|
* haskellPackages.tailfile-hinotify: Disable test suiteRickard Nilsson2017-03-31
|
* lispPackages.clwrapper: fix array expansion to produce no arguments when emptyMichael Raskin2017-03-31
|
* ponyc: 0.11.4 -> 0.12.2Kamil Chmielewski2017-03-31
| | | | https://github.com/ponylang/ponyc/issues/1786
* gnuapl: 1.6 -> 1.7Lancelot SIX2017-03-31
| | | | | See http://lists.gnu.org/archive/html/info-gnu/2017-03/msg00007.html for release announcement.
* libguestfs: add missing libapparmor buildInputPeter Hoeg2017-03-31
|
* quicklispPackages: add a basic set of packages, make sure that ↵Michael Raskin2017-03-30
| | | | quicklispPackages_asdf_3_1 can be built completely
* quicklisp-to-nix: check that the package is loadableMichael Raskin2017-03-30
|
* clwrapper: setup-hook: correctly handle multiple additions to registryMichael Raskin2017-03-30
|
* hackage-packages.nix: automatic Haskell package set updatePeter Simons2017-03-30
| | | | | This update was generated by hackage2nix v2.1.1 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/16a802d4af5c39b9b907d008fa74161fd7f2e9fa.
* qt-gstreamer: fix build and do not mark wrong pkgs as brokenRobin Gloster2017-03-30
|
* caf: fix on clang4Dan Peebles2017-03-30
| | | Also, enable parallel builds because I got sick of waiting :)
* qt4: fix to work on clang 4Dan Peebles2017-03-30
| | | | The new clang is more strict about signed comparisons against pointers, so this adds a couple of ad-hoc patches to appease it.
* tclgpg: removeRobin Gloster2017-03-30
|
* rustc: don't build on i686Robin Gloster2017-03-30
|
* qt-gstreamer: fix buildRobin Gloster2017-03-30
|
* nix-exec: fix buildRobin Gloster2017-03-30
|
* boomerang: mark as brokenRobin Gloster2017-03-30
|
* Merge pull request #24441 from dtzWill/fix/swift-64bit-onlyJoachim F2017-03-30
|\ | | | | swift: remove i686-linux from platforms, limit to x86-64-linux
| * swift: remove i686-linux from platforms, limit to x86-64-linuxWill Dietz2017-03-29
| | | | | | | | | | Don't know that other platforms will fail but it seems likely since we're using build profile intended for 64bit Ubuntu.
* | aliceml: mark as brokenJoachim Fasting2017-03-30
| | | | | | | | | | Tried fixing it, but gave up ... Has likely been non-functional for a while, without anybody noticing.
* | quicklispPackages.iolib: try loading the systemMichael Raskin2017-03-30
| |
* | clwrapper: better support for ensuring noninteractive executionMichael Raskin2017-03-30
| |
* | asdf: add pinned versions 2.26, 3.1; provide quicklispPackages with ASDF 3.1Michael Raskin2017-03-30
| |
* | quicklisp-to-nix: support / in the system nameMichael Raskin2017-03-30
| | | | | | | | Add some more packages
* | jclasslib: removeRobin Gloster2017-03-30
| |
* | guileLint: mark as brokenRobin Gloster2017-03-30
| |
* | Merge pull request #24455 from 8573/8573/pkg/update/rustfmt/0.8.1/1Jörg Thalheim2017-03-30
|\ \ | | | | | | rustfmt: 0.8 -> 0.8.1
| * | rustfmt: 0.8 -> 0.8.1c74d2017-03-29
| | | | | | | | | | | | | | | | | | | | | Update the `rustfmt` package from version 0.8 to version 0.8.1. I have tested this change per nixpkgs manual section 11.1 ("Making patches").
* | | Merge pull request #24465 from Ericson2314/no-with-literalJohn Ericson2017-03-30
|\ \ \ | | | | | | | | Get rid of all `with { inherit... }` and just used `let inherit...`
| * | | Get rid of all `with { inherit... }` and just used `let inherit...`John Ericson2017-03-30
| | | | | | | | | | | | | | | | | | | | | | | | The old forms presumably predates, or were made in ignorance of, `let inherit`. This way is better style as the scoping as more lexical, something which Nix can (or might already!) take advantage of.
* | | | slang: 2.3.0 -> 2.3.1aCharles Strahan2017-03-30
| | | |
* | | | ocamlPackages.higlo: init at 0.6regnat2017-03-30
| | | |
* | | | ocamlPackages.xtmpl: init at 0.16.0regnat2017-03-30
| | | |
* | | | ocamlPackages.ocf: init at 0.5.0regnat2017-03-30
| | | |
* | | | ocaml-async_ssl: 112.24.03 -> 113.33.07Matthew Maurer2017-03-30
| | | |
* | | | ctypes: 0.4.1 -> 0.11.2Matthew Maurer2017-03-30
| | | |
* | | | mesa: Enable imx gallium driver on ARMTuomas Tynkkynen2017-03-30
| |/ / |/| | | | | | | | | | | And lighten the aarch64 build by disabling drivers for hardware that doesn't run on aarch64 processors.
* | | ocamlPackages.extlib: 1.6.1 -> 1.7.2Vincent Laporte2017-03-29
| | |
* | | lispPackages.clwrapper: allow to replace the code to load ASDFMichael Raskin2017-03-29
| | |
* | | Merge pull request #24417 from edanaher/fix-vim-youcompletemeDaiderd Jordan2017-03-29
|\ \ \ | | | | | | | | Fix vim youcompleteme
| * | | ycmd: 2017-02-03 -> 2017-03-27Evan Danaher2017-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now works with newer version of vim youcompleteme plugin. Details: - The OS X patch is no longer necessary as that code was removed upstream. - It seems to want LLVM version 4 now. - It annoyingly wants to symlink libclang.4 to libclang.4.0; nix already did this.
* | | | haskell-QuickCheck: fix build with GHC 7.4.xPeter Simons2017-03-29
| | | |
* | | | haskell-void: fix build with GHC 7.8.xPeter Simons2017-03-29
| | | |
* | | | haskell-extra: disable failing test suite on GHC 7.8.xPeter Simons2017-03-29
| | | |
* | | | haskell-QuickCheck: fix build with GHC 7.8.xPeter Simons2017-03-29
| | | |