summary refs log tree commit diff
path: root/pkgs/top-level/all-packages.nix
Commit message (Collapse)AuthorAge
* Revert "linux: patch CVE-2017-1000364 (stack clash)"Franz Pletz2017-06-26
| | | | | | This reverts commit aab71b31d5030bea94804d3677a3ffbc60e1876a. This was integrated into the stable 4.9 and 4.11 kernels.
* Merge branch 'master' into stagingFranz Pletz2017-06-26
|\
| * Merge pull request #26831 from volth/plv8-init-2.0.3Jörg Thalheim2017-06-25
| |\ | | | | | | plv8: init at 2.0.3
| | * plv8: init at 2.0.3Volth2017-06-25
| | |
| * | Merge pull request #26835 from unaizalakain/init_qgoJörg Thalheim2017-06-25
| |\ \ | | | | | | | | qgo: init at unstable-2016-06-23
| | * | qgo: init at unstable-2016-06-23Unai Zalakain2017-06-25
| | | |
| * | | rustRegistry: switch to mkDerivationJörg Thalheim2017-06-25
| | | | | | | | | | | | | | | | fixes #26582
| * | | Expose custom Rust registry versionstilpner2017-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows users to specify a custom registry src, because currently every packager would need to create an outdated Cargo.lock just to be compatible with the probably outdated rustRegistry in nixpkgs. Currently there is no easy way to convince cargo to do that, so this makes that workaround unnecessary.
| * | | Merge pull request #26690 from DIzFer/telegram-updateJörg Thalheim2017-06-25
| |\ \ \ | | |/ / | |/| | tdesktop: 1.0.27 -> 1.1.7
| | * | tdesktop: 1.0.27 -> 1.1.7David Izquierdo2017-06-22
| | | |
| * | | Merge pull request #26828 from rvolosatovs/init/mopidy-local-imagesJörg Thalheim2017-06-25
| |\ \ \ | | | | | | | | | | mopidy-local-images: init at 1.0.0
| | * | | mopidy-local-images: init at 1.0.0Roman Volosatovs2017-06-25
| | | |/ | | |/|
| * / | nailgun: init at 0.9.1Volth2017-06-25
| |/ /
| * | Merge pull request #26817 from ttuegel/qt-5.9Thomas Tuegel2017-06-24
| |\ \ | | | | | | | | Qt 5.9
| | * | qt5: 5.8.0 -> 5.9.0Thomas Tuegel2017-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Qt 5.8 is immediately removed because its support window is ended. The qtlocation module is built with `enableParallelBuilding = false` so that the clipper library will be built before the components which link to it. kjs now depends directly on pcre. The dependency was previously propagated from qtbase, which now depends on pcre2.
| * | | Merge pull request #26762 from dtzWill/update/creduceJörg Thalheim2017-06-24
| |\ \ \ | | | | | | | | | | creduce: 2.6.0 -> 2.7.0, now uses LLVM 4
| | * | | creduce: 2.6.0 -> 2.7.0, now uses LLVM 4Will Dietz2017-06-22
| | | | |
| * | | | Merge pull request #26594 from jchildren/masterJörg Thalheim2017-06-24
| |\ \ \ \ | | | | | | | | | | | | antlr4_7: init at 4.7
| | * | | | antlr4_7: init at 4.7John Children2017-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes a more recent version of antlr to nixpkgs. Previous versions exist already, but version 4 brings many changes to the generated code and runtime targets. The install location has been changed from previous versions of antlr to make use of the set-java-classpath hook, which is required to make use of both the runtime and the binary. Also includes the testing rig as a script to allow graphical inspection of parse trees.
| * | | | | mailhog: init at 1.0.0 (#26821)Samuel Leathers2017-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mailhog: init at 1.0.0 * formatting nitpicks
| * | | | | heimdall: 1.4.1 -> 1.4.2Peter Hoeg2017-06-24
| | | | | |
| * | | | | krita: Fix build dependenciesaszlig2017-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First of all, we need a newer version of Vc, because at least version 1.1.0 is required for Krita 3.1.3. Also, qtmultimedia and qtx11extras were missing. Built and tested successfully on my machine. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @abbradar
| * | | | | Merge pull request #26764 from mdaiter/erlangR20Daiderd Jordan2017-06-23
| |\ \ \ \ \ | | | | | | | | | | | | | | erlangR20: init
| | * | | | | erlangR20: initMatthew Daiter2017-06-23
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #26007 from obsidiansystems/cc-wrapper-prefixJohn Ericson2017-06-23
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | Get rid of gcc-cross-wrapper
| * | | | | Merge pull request #26668 from gleber/fixpoint-erlang-packagesDaiderd Jordan2017-06-22
| |\ \ \ \ \ | | | | | | | | | | | | | | erlang: refactor: build packages per Erlang/OTP version.
| | * | | | | erlang: refactor: build packages per Erlang/OTP.Gleb Peregud2017-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change introduces a fixpoint, which allows to do deep override when building packages defined in pkgs/development/beam-modules/default.hex. This allows to provide beam.packages.erlang{,R16,R17,R18,R19} which contains the same packages built with different Erlang/OTP versions. Top-level attribute beamPackages points at beam.packages.erlangR18, the same applies to other top-level Erlang packages. TODO: - beam.packages.erlang{R16,R17} is almost useless, since rebar/rebar3 does not build using these versions; - all packages in beam.packages which use buildMix are actually built with erlangR18; - update documentation.
| * | | | | | arelle: init at 2017-06-01Robert Hensing2017-06-22
| | |_|/ / / | |/| | | |
* | | | | | Merge some merged cross-compilation PRs into into stagingJohn Ericson2017-06-23
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | xbursttools: Fix eval at least so tests passJohn Ericson2017-06-22
| | | | | |
| * | | | | mingw-w64: Clean up, especially clarifying stagingJohn Ericson2017-06-22
| | | | | |
| * | | | | cross stdenv adaptor: Support --host --build --target across the boardJohn Ericson2017-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Packages get --host and --target by default, but can explicitly request any subset to be passed as needed. See docs for more info. rustc: Avoid hash breakage by using the old (ignored) dontSetConfigureCross when not cross building
| * | | | | cross stdenv adaptor: Remove `ccCross` `binutils` attrs and binutils extra ↵John Ericson2017-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | buildDepends It now has the correct wrapped tools and nothing else is needed.
| * | | | | gcc-cross-wrapper: Remove in favor of newly-cross-supporting `cc-wrapper`John Ericson2017-06-22
| | |/ / / | |/| | |
* | | | | linux: patch CVE-2017-1000364 (stack clash)Franz Pletz2017-06-22
| |/ / / |/| | |
* | | | linux_hardened_copperhead: init at 4.11.6.cFranz Pletz2017-06-21
|/ / /
* | | Merge pull request #26626 from magnetophon/jackaudiogoibhniu2017-06-19
|\ \ \ | |_|/ |/| | jackaudio: 1.9.10 -> 1.9.11-RC1
| * | jackaudio: 1.9.10 -> 1.9.11-RC1Bart Brouns2017-06-19
| |/
* | Merge pull request #26663 from vandenoever/musescoreJoachim F2017-06-19
|\ \ | | | | | | musescore: 2.0.3 -> 2.1.0
| * | musescore: 2.0.3 -> 2.1.0Jos van den Oever2017-06-16
| |/
* | cabal-install: fix closure size on OSXDomen Kožar2017-06-19
| |
* | Merge pull request #26655 from gnidorah/master3Jörg Thalheim2017-06-18
|\ \ | | | | | | pythonPackages.ps_mem: init at 3.9
| * | ps_mem: init at 3.9gnidorah2017-06-18
| |/
* | Revert "gdbGuile: mark as broken"Jörg Thalheim2017-06-18
| | | | | | | | This reverts commit 08d25152b85fb24f7b5b85efe25d6be4deb12227.
* | prison: init at 5.33.0Thomas Tuegel2017-06-18
| |
* | qgpgme: init at 1.9.0Thomas Tuegel2017-06-18
| |
* | qt5: remove makeQtWrapperThomas Tuegel2017-06-18
| |
* | sddm: take themes from system environmentThomas Tuegel2017-06-18
| |
* | Remove kdeWrapperThomas Tuegel2017-06-18
| |
* | qt5: move kdeDerivation to qt5.mkDerivationThomas Tuegel2017-06-18
| |