about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* flacon: change maintainer to snglthIllia Shestakov2019-12-30
|
* flacon: improvementsIllia Shestakov2019-12-30
| | | | | | | | | | | | | 1. Use libsForQt5.callPackage instead of raw callPackage` (this adds ability to import qtbase and qttools directly instead of importing whole qt5) 2. Include wrapQtAppsHook in nativeBuildInputs The major point of this changes is to provide support for running support flacon under wayland session, but it may help in some other use cases Closes #76588
* Merge pull request #76528 from hamishmack/darktable-macosDmitry Kalinkin2019-12-27
|\ | | | | darktable: Add openmp when cc.isClang to fix macos
| * darktable: Add openmp when cc.isClang to fix macosHamish Mackenzie2019-12-26
| |
* | Merge pull request #76559 from bcdarwin/update-paranyMario Rodas2019-12-27
|\ \ | | | | | | ocamlPackages.parany: 7.0.0 -> 8.0.0
| * | ocamlPackages.parany: 7.0.0 -> 8.0.0Ben Darwin2019-12-26
| | |
| * | ocamlPackages.cpu: setcore 1.0.1 -> cpu 2.0.0Ben Darwin2019-12-26
| | |
* | | Merge pull request #76574 from zowoq/podmanMario Rodas2019-12-27
|\ \ \ | | | | | | | | podman: install completion
| * | | podman: install completionzowoq2019-12-27
| | | |
* | | | Merge pull request #75857 from NixOS/haskell-updatesPeter Simons2019-12-27
|\ \ \ \ | | | | | | | | | | Update Haskell Package Set
| * | | | ghc: add 8.10.1-alpha2Peter Simons2019-12-27
| | | | |
| * | | | ghc: add 8.8.2-rc1Peter Simons2019-12-27
| | | | |
| * | | | haskell-servant-{ekg,blaze}: jailbreak to fix the buildPeter Simons2019-12-27
| | | | |
| * | | | haskell-ghcide: drop broken overridesPeter Simons2019-12-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We made an effort to support ghcide in Nixpkgs, but the complexity of the problem is a bit too high, IMHO. We need to keep older versions of several packages around in order to satisfy the build requirements, and some of those older packages don't even build themselves (like hie-bios). We had ghcide working at some point, but then it was broken again right away after a couple of days. I fear that we'll run into that issue again and again with a setup of that complexity. Instead, I'd propose that we work with upstream to fix their build, i.e. let's make sure that the proper ghcide build works with recent versions of its build inputs. Closes https://github.com/NixOS/nixpkgs/pull/75449. Closes https://github.com/NixOS/nixpkgs/pull/76103.
| * | | | git-annex: update sha256 hash for version 7.20191218Peter Simons2019-12-27
| | | | |
| * | | | haskell-lsp-test: update override to the latest versionPeter Simons2019-12-27
| | | | |
| * | | | pandoc: update override for the ghc-8.8.x to the latest versionPeter Simons2019-12-27
| | | | |
| * | | | gitAndTools.git-annex: fix darwin buildDmitry Kalinkin2019-12-27
| | | | | | | | | | | | | | | | | | | | | | | | | Closes: #76342 Fixes: #73435
| * | | | spago: 0.12.1.0 -> 0.13.0(cdep)illabout2019-12-27
| | | | |
| * | | | haskellPackages.dhall_1_27_0: fix build(cdep)illabout2019-12-27
| | | | |
| * | | | haskell-lsp: Added 0.18.* to extra-packages for ghcideMerlin Göttlinger2019-12-27
| | | | |
| * | | | haskellPackages.dhall_1_28_0: fix overrides so it builds(cdep)illabout2019-12-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This PR fixes dhall_1_28_0, dhall-bash_1_0_25, and dhall-json_1_6_0 so they build. They all require a newer version of prettyprinter than we get from the LTS package set. This is from https://github.com/NixOS/nixpkgs/pull/75931 by @ijaketak. Co-authored-by: Keito Kajitani <ijaketak@gmail.com>
| * | | | spago: add update script for automatically updating to new versions(cdep)illabout2019-12-27
| | | | |
| * | | | haskellPackages.snap-server: patch for network >= 3.0Matt McHenry2019-12-27
| | | | |
| * | | | glirc: init at 2.33.1Robert Djubek2019-12-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | haskellPackages.glirc is a "Console IRC Client." I've added a doJailbreak to fix the build (thanks @infinisil) and added it to top-level/all-packages.nix so people can find and install it as they would normally. Would be nice to make this build in a way that allows the OTR extension to be enabled. One thing at a time....
| * | | | hackage-packages.nix: automatic Haskell package set updatePeter Simons2019-12-27
| | | | | | | | | | | | | | | | | | | | | | | | | This update was generated by hackage2nix v2.15.0-11-g2fb6f7e from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/16e46fea2e9cbfff5c7fc813a1f32caee385e8a9.
| * | | | haskellPackages.dhall_1_27_0: generate this package(cdep)illabout2019-12-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds dhall-1.27.0 to extra-packages in configuration-hackage2nix.yaml. dhall-1.27.0 is used by spago, so this package needs to be available.
| * | | | hackage2nix: disable broken buildsPeter Simons2019-12-27
| | | | |
| * | | | haskellPackages.postgresql-simple-url: mark unbrokenAditya Manthramurthy2019-12-27
| | | | | | | | | | | | | | | | | | | | Builds fine now.
| * | | | haskellPackages.stack2cabal: mark unbroken(cdep)illabout2019-12-27
| | | | |
| * | | | LTS Haskell 14.18Peter Simons2019-12-27
|/ / / /
* | | | josm: 15492 -> 15553R. RyanTM2019-12-27
| | | |
* | | | linuxPackages.digimend: fix build with linux 5.4Gabriel Ebner2019-12-27
| | | |
* | | | structured-haskell-mode: update github repo locationPeter Simons2019-12-27
| | | |
* | | | haskell-descriptive: use the proper release version instead of the one from gitPeter Simons2019-12-27
| | | | | | | | | | | | | | | | The released version has all the fixes we needed.
* | | | zookeper_mt: fix darwin buildMaximilian Bosch2019-12-27
| | | | | | | | | | | | | | | | https://hydra.nixos.org/build/108500112
* | | | stress-ng: 0.10.11 -> 0.10.14 (#76436)R. RyanTM2019-12-27
| | | |
* | | | Merge #75803: kresd service: unify listen declarationsVladimír Čunát2019-12-27
|\ \ \ \ | |/ / / |/| | |
| * | | kresd: Unified listen declarationsDustin Frisch2019-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Deperecates the interfaces option which was used to generate a host:port list whereas the port was always hardcoded to 53. This unifies the listen configuration for plain and TLS sockets and allows to specify a port without an address for wildcard binds.
* | | | Merge pull request #76209 from r-ryantm/auto-update/bindPeter Simons2019-12-27
|\ \ \ \ | | | | | | | | | | bind: 9.14.8 -> 9.14.9
| * | | | bind: 9.14.8 -> 9.14.9R. RyanTM2019-12-22
| | | | |
* | | | | rambox: fix node_modules sha256zimbatm2019-12-27
| | | | |
* | | | | Merge pull request #76224 from r-ryantm/auto-update/dhcpcdlewo2019-12-27
|\ \ \ \ \ | | | | | | | | | | | | dhcpcd: 8.1.2 -> 8.1.4
| * | | | | dhcpcd: 8.1.2 -> 8.1.4R. RyanTM2019-12-22
| |/ / / /
* | | | | Merge pull request #76297 from ruuda/acme-client-0.2.5lewo2019-12-27
|\ \ \ \ \ | | | | | | | | | | | | acme-client: 0.2.4 -> 0.2.5
| * | | | | acme-client: 0.2.4 -> 0.2.5Ruud van Asseldonk2019-12-23
| | | | | |
* | | | | | Merge pull request #76309 from mehlon/gnunetlewo2019-12-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | gnunet: 0.11.8 -> 0.12.0
| * | | | | | gnunet: 0.11.8 -> 0.12.0mehlon2019-12-23
| | | | | | |
* | | | | | | Merge pull request #76510 from alyssais/mikutterJan Tojnar2019-12-27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | mikutter: 3.8.7 -> 4.0.0
| * | | | | | | mikutter: 3.8.7 -> 4.0.0; mark brokenAlyssa Ross2019-12-27
| | | | | | | |