about summary refs log tree commit diff
path: root/pkgs/development
Commit message (Collapse)AuthorAge
* ocamlPackages.ocp-indent: remove at 1.5.2Vincent Laporte2018-06-26
|
* ocamlPackages.ocp-indent: fix attribute name (from ocpIndent)Vincent Laporte2018-06-26
|
* ocamlPackages.ocp-index: 1.1.5 -> 1.1.6Vincent Laporte2018-06-26
|
* ocamlPackages.ocp-build: remove spurious dependency to camlp4Vincent Laporte2018-06-26
| | | | Change attribute name from “ocpBuild” to “ocp-build”.
* ocamlPackages.ocp-indent: remove spurious dependency to opam and fix ↵Vincent Laporte2018-06-26
| | | | installPhase
* idrisPackages.bi: 2018-01-17 -> 2018-06-25 (#42621)Silvan Mosberger2018-06-26
|
* Merge pull request #42052 from makefu/pkgs/python-forecastio/initRobert Schütz2018-06-26
|\ | | | | pythonPackages.python-forecastio: init at 1.4.0
| * pythonPackages.python-forecastio: init at 1.4.0makefu2018-06-26
| |
* | Merge pull request #42609 from uri-canva/bazel-darwin-fixMatthew Justin Bauer2018-06-26
|\ \ | | | | | | bazel: fix darwin
| * | bazel: fix darwinUri Baghin2018-06-26
| | |
* | | Merge pull request #42616 from dtzWill/fix/remove-unused-glibc-patchesxeji2018-06-26
|\ \ \ | | | | | | | | glibc: remove unused 2.26 patch series
| * | | glibc: remove unused 2.26 patch seriesWill Dietz2018-06-26
| | | |
* | | | Merge pull request #42586 from Ma27/phonon-qt5-by-defaultxeji2018-06-26
|\ \ \ \ | | | | | | | | | | phonon-backend-vlc: use qt5 by default
| * | | | phonon-backend-vlc: use qt5 by defaultMaximilian Bosch2018-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `minitube` is currently broken transitively due to the broken `phonon-backend-qt4`: https://hydra.nixos.org/build/76523277 Although QT4 is fairly old, this package is still built with `qt4` ATM, however QT5 is available as well. After this change, QT5 will be built by default and in case anybody requires legacy QT4 it has to be enabled explicitly like this: ``` with import <nixpkgs> { }; phonon-backend-vlc.override { withQt4 = true; } ``` Now the QT5-only build can be used (which fixes `minitube`) and there are no confusions anymore with the build dependencies. Previously `phonon-backend-vlc` and `libsForQt5.phonon-backend-vlc` used `qt4` by default which was likely responsible for broken `minitube`.
* | | | | Merge pull request #42567 from vbgl/ocaml-psmt2-frontendxeji2018-06-26
|\ \ \ \ \ | | | | | | | | | | | | ocamlPackages.psmt2-frontend: init at 0.1
| * | | | | ocamlPackages.psmt2-frontend: init at 0.1Vincent Laporte2018-06-25
| | | | | |
* | | | | | Merge pull request #42551 from vbgl/ocaml-re-1.7.3xeji2018-06-26
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | ocamlPackages.re: 1.7.1 -> 1.7.3
| * | | | | ocamlPackages.bap: fix build with re-1.7.3Vincent Laporte2018-06-24
| | | | | |
| * | | | | ocamlPackages.re: 1.7.1 -> 1.7.3Vincent Laporte2018-06-24
| | | | | |
* | | | | | Merge pull request #42606 from pandaman64/qiskitFrederik Rietdijk2018-06-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | qiskit: fix build
| * | | | | | qiskit: fix buildpandaman642018-06-26
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #42565 from Lassulus/liefxeji2018-06-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | lief: init at 0.9.0
| * | | | | | lief: init at 0.9.0lassulus2018-06-26
| | | | | | |
* | | | | | | haskell-vector-sized: update override for the latest versionPeter Simons2018-06-26
| | | | | | |
* | | | | | | haskell-doctest: update override for ghc-8.4.x to latest versionPeter Simons2018-06-26
| | | | | | |
* | | | | | | hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This update was generated by hackage2nix v2.9.2-23-g7ccbd66 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/31a9e4f9aeda116ca917bae59082d98a92f475aa.
* | | | | | | libpfm: 4.10.0 -> 4.10.1 (#42489)R. RyanTM2018-06-26
| |/ / / / / |/| | | | |
* | | | | | mbedtls: 2.10.0 -> 2.11.0R. RyanTM2018-06-26
| | | | | |
* | | | | | cutelyst: init at 2.4.1Franz Pletz2018-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Maximilian Bosch <maximilian@mbosch.me> Co-authored-by: elseym <elseym@me.com>
* | | | | | Merge pull request #42412 from obsidiansystems/even-more-android-fixesMatthew Justin Bauer2018-06-25
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Even more android fixes
| * | | | | ghc843: don’t apply stripping in androidMatthew Bauer2018-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This breaks some library symbols apparently. ARM symbols must be incorrectly stripped. Also some very weird issues with patchelf.
| * | | | | android: define __ANDROID_API__ in cflagsMatthew Bauer2018-06-25
| | | | | | | | | | | | | | | | | | | | | | | | This is needed for targeting older apis.
| * | | | | ghc: build shared on androidMatthew Bauer2018-06-25
| | | | | | | | | | | | | | | | | | | | | | | | We run into issues otherwise
| * | | | | androidndk: add fullNDK optionMatthew Bauer2018-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Setting this to true will disable removing some of the unused parts of the NDK toolchain that is unused in Nixpkgs but may be used by others. /cc @bkchr
| * | | | | android: add --build-id to ldflagsMatthew Bauer2018-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the gcc in android does not have this on by default. Doing this will fix some of the errors in cross-trunk: https://hydra.nixos.org/build/76354538/nixlog/11 This is related to how separate debug info is handled in Nixpkgs.
| * | | | | libiconv: add "enableShared" optionMatthew Bauer2018-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When false, shared libraries will be disabled. also adds patch to *really* disable shared libiconv.
* | | | | | ghcHEAD: useLLVM needed for musl here as wellWill Dietz2018-06-25
| | | | | |
* | | | | | ghcHEAD: move hardeningDisable definition for cleaner diff against 8.4.3Will Dietz2018-06-25
| | | | | | | | | | | | | | | | | | | | | | | | NFCI (no functionality change intendend)
* | | | | | ghcHEAD: add musl and cross fixes recently applied to 8.4.3 and 8.2.2Will Dietz2018-06-25
|/ / / / /
* | | | | Merge pull request #42584 from Profpatsch/haskell-ghc-heap-size-profilingPeter Simons2018-06-25
|\ \ \ \ \ | |_|_|_|/ |/| | | | haskellPackages: disable profiling ghc-heap-view ghc-datasize
| * | | | haskellPackages: disable profiling ghc-heap-view ghc-datasizeProfpatsch2018-06-25
| | | | |
* | | | | ghc-8.4.3: minor fixes for cross-musl, same as used with 8.2.2Will Dietz2018-06-25
| | | | | | | | | | | | | | | | | | | | Patches are no longer needed, seem to be more or less upstreamed.
* | | | | Merge pull request #42570 from dtzWill/fix/glib-musl-quark_initWill Dietz2018-06-25
|\ \ \ \ \ | | | | | | | | | | | | glib: patch to fix w/musl, static ctor order assumptions (quark/gobject)
| * | | | | glib: also add gobject init patch to fix w/muslWill Dietz2018-06-25
| | | | | |
| * | | | | glib: patch to fix w/musl, quark static ctor order assumptionsWill Dietz2018-06-25
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | From [1] with prefix added, using local copy to avoid dep on fetchpatch. [1] https://raw.githubusercontent.com/void-linux/void-packages/master/srcpkgs/glib/patches/quark_init_on_demand.patch
* | | | | Merge pull request #42564 from volth/perl528Pascal Wittmann2018-06-25
|\ \ \ \ \ | | | | | | | | | | | | perl528: init at 5.28.0
| * | | | | perl528: init at 5.28.0volth2018-06-25
| | | | | |
* | | | | | multi-ghc-travis: update to current git HEADPeter Simons2018-06-25
| | | | | |
* | | | | | Merge pull request #42566 from dtzWill/update/fac-2.0.0Will Dietz2018-06-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | fac: 1.1.0 -> 2.0.0
| * | | | | | fac: 1.1.0 -> 2.0.0Will Dietz2018-06-25
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | * update deps (dep2nix) * seems to need $HOME/.fac.yml or emits warning (looks like even `touch ~/.fac.yml` appeases this)