summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Merge pull request #77725 from r-ryantm/auto-update/avocodeMario Rodas2020-01-17
|\ | | | | avocode: 4.2.1 -> 4.2.2
| * avocode: 4.2.1 -> 4.2.2R. RyanTM2020-01-15
| |
* | Merge pull request #77084 from r-ryantm/auto-update/gthumbNiklas Hambüchen2020-01-18
|\ \ | | | | | | gthumb: 3.8.2 -> 3.8.3
| * | gthumb: 3.8.2 -> 3.8.3R. RyanTM2020-01-06
| | |
* | | Merge pull request #77517 from McSinyx/ibus-table-others-1-3-11Niklas Hambüchen2020-01-18
|\ \ \ | | | | | | | | ibus-engines.table-others: 1.3.9 -> 1.3.11
| * | | ibus-engines.table-others: 1.3.9 -> 1.3.11Nguyễn Gia Phong2020-01-11
| | | |
* | | | Merge pull request #77616 from peterhoeg/u/calibre_4_8Niklas Hambüchen2020-01-18
|\ \ \ \ | | | | | | | | | | calibre: 3.48 -> 4.8
| * | | | calibre: 3.48 -> 4.8Peter Hoeg2020-01-13
| | | | |
* | | | | Merge pull request #77604 from srhb/ceph-14.2.6Niklas Hambüchen2020-01-18
|\ \ \ \ \ | | | | | | | | | | | | ceph: 14.2.5 -> 14.2.6
| * | | | | ceph: 14.2.5 -> 14.2.6Sarah Brofeldt2020-01-13
| | | | | |
* | | | | | Merge remote-tracking branch 'obsidiansystems/work-on-multi-shellFor'Matthew Bauer2020-01-17
|\ \ \ \ \ \
| * | | | | | release.nix: Make hydra build all unit testsJohn Ericson2020-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have just a few, and these are regular jobs not must-pass. The tests that were must-pass are left as is.
| * | | | | | shellFor: Refactor for consistency and crossJacquin Mininger2020-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes it work like work-on-multi from Reflex Platform. In particular, rather than making `.env` from `shellFor`, we make `.env` the primitive, and `shellFor` works by combining together the arguments of all the packages to `generic-builder` and taking the `.env` of the resulting mashup-package. There are 2 benefits of this: 1. The dependency logic is deduplicated. generic builder just concatted lists, whereas all the envs until now would sieve apart haskell and system build inputs. Now, they both decide haskell vs system the same way: according to the argument list and without reflection. Consistency is good, especially because it mean that if the build works, the shell is more likely to work. 2. Cross is handled better. For native builds, because the `ghcWithPackages` calls would shadow, we through both the regular component (lib, exe, test, bench) haskell deps and Setup.hs haskell deps in the same `ghcWithPackages` call. But for cross builds we use `buildPackages.ghcWithPackages` to get the setup deps. This ensures everything works correctly.
| | | | | | |
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge together merge bases of 19.09 and masterJohn Ericson2020-01-15
| |\ \ \ \ \ \ \
* | | | | | | | | wabt: 1.0.12 -> 1.0.13Maximilian Bosch2020-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/WebAssembly/wabt/releases/tag/1.0.13
* | | | | | | | | Merge pull request #77797 from marsam/update-timescaledbMario Rodas2020-01-17
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | postgresqlPackages.timescaledb: 1.5.1 -> 1.6.0
| * | | | | | | | | postgresqlPackages.timescaledb: 1.5.1 -> 1.6.0Mario Rodas2020-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://github.com/timescale/timescaledb/releases/tag/1.6.0
* | | | | | | | | | gns3: Fix python package not being pinned (#77701)Alan Hollis2020-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to https://github.com/NixOS/nixpkgs/issues/44426 the correct psutils package is not picked up, this commit changes the code so the correct version is always picked.
* | | | | | | | | | Merge pull request #77916 from r-ryantm/auto-update/wakatimeMario Rodas2020-01-17
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | wakatime: 13.0.2 -> 13.0.3
| * | | | | | | | | | wakatime: 13.0.2 -> 13.0.3R. RyanTM2020-01-17
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #77918 from r-ryantm/auto-update/wavemonMichael Raskin2020-01-17
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | wavemon: 0.9.0 -> 0.9.1
| * | | | | | | | | | | wavemon: 0.9.0 -> 0.9.1R. RyanTM2020-01-17
| |/ / / / / / / / / /
* | | | | | | | | | | signal-desktop: use autoPatchelfHook, wrap properly (#77850)worldofpeace2020-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most prominently we don't use `phases` because of https://github.com/NixOS/nixpkgs/issues/28910. This is also problematic when using wrapGAppsHook. In order to use wrapGAppsHook's automatic wrapping (this was done manually before because there was no fixupPhase) we need to install signal at lib/Signal instead of just into libexec. That's because it would try to wrap .so files.
* | | | | | | | | | | Merge pull request #77812 from NixOS/haskell-updatesPeter Simons2020-01-17
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update Haskell package set (plus other fixes)
| * | | | | | | | | | | all-cabal-hashes: update to Hackage at 2020-01-17T18:23:06ZPeter Simons2020-01-17
| | | | | | | | | | | |
| * | | | | | | | | | | haskell-ormolu: fix override for ghc-lib-parserPeter Simons2020-01-17
| | | | | | | | | | | |
| * | | | | | | | | | | haskell-dhall: update overrides for the new releasePeter Simons2020-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I dropped the override for dhall-to-cabal, because the package is marked as broken already.
| * | | | | | | | | | | haskell-tls-session-manager: fix build with ghc-8.8.xPeter Simons2020-01-17
| | | | | | | | | | | |
| * | | | | | | | | | | hackage-packages.nix: automatic Haskell package set updatePeter Simons2020-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This update was generated by hackage2nix v2.15.0-14-gb942b6a from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/d1d0ee229831bf9928e884344821c9a27aa4d3d5.
| * | | | | | | | | | | haskell-doctemplates: provide the latest version when building pandoc 2.9.xPeter Simons2020-01-17
| | | | | | | | | | | |
| * | | | | | | | | | | haskell-ghc-lib-parser: update to latest version for hlintPeter Simons2020-01-17
| | | | | | | | | | | |
| * | | | | | | | | | | hackage-packages.nix: automatic Haskell package set updatePeter Simons2020-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This update was generated by hackage2nix v2.15.0-14-gb942b6a from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/b2812edaaed9f9033e48dfbcd45e7e5fb56daccd.
| * | | | | | | | | | | hackage2nix: update list of broken packagesPeter Simons2020-01-17
| | | | | | | | | | | |
| * | | | | | | | | | | hackage2nix: honor LTS for lambdabot, but not for cabal2specPeter Simons2020-01-17
| | | | | | | | | | | |
| * | | | | | | | | | | spago: 0.13.0 -> 0.13.1(cdep)illabout2020-01-17
| | | | | | | | | | | |
* | | | | | | | | | | | bs-platform: don't build a development binary (#77726)Vladyslav M2020-01-17
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | bs-platform: don't build a development binary
| * | | | | | | | | | | bs-platform: don't build a development binaryAntonio Nuno Monteiro2020-01-15
| |/ / / / / / / / / /
* | | | | | | | | | | fish: fix systemctl completion (#77951)Gabriel Ebner2020-01-17
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | fish: fix systemctl completion
| * | | | | | | | | | | fish: fix systemctl completionGabriel Ebner2020-01-17
| | | | | | | | | | | |
* | | | | | | | | | | | dotnetPackages: Fix apphost binaryHerman Fries2020-01-17
| | | | | | | | | | | |
* | | | | | | | | | | | dotnetCorePakages.sdk_3_1: init at 3.1.100Herman Fries2020-01-17
| | | | | | | | | | | |
* | | | | | | | | | | | dotnetCorePackages.aspnetcore_2_1: init at 2.1.13Herman Fries2020-01-17
| | | | | | | | | | | |
* | | | | | | | | | | | dotnetCorePackages.netcore_2_1: init at 2.1.13Herman Fries2020-01-17
| | | | | | | | | | | |
* | | | | | | | | | | | dotnetCorePackages.sdk_3_0: init at 3.0.100Herman Fries2020-01-17
| | | | | | | | | | | |
* | | | | | | | | | | | dotnetCorePackages.sdk_2_1: init at 2.1.509Herman Fries2020-01-17
| | | | | | | | | | | |
* | | | | | | | | | | | dotnetCorePackages: Add function to combine SDK packagesHerman Fries2020-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixup assert Fixup: Move comment to top Fixup combine Fixup combine Fixup buildDotnet Fixup default.nix Fixup combine packages dotnetCorePackages: Fixup combinePackages Co-Authored-By: Jon <jonringer@users.noreply.github.com>
* | | | | | | | | | | | cargo-make: 0.26.0 -> 0.26.1Maximilian Bosch2020-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/sagiegurari/cargo-make/releases/tag/0.26.1
* | | | | | | | | | | | Merge pull request #77803 from gnidorah/openxrayworldofpeace2020-01-17
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | openxray: fix build
| * | | | | | | | | | | | openxray: fix buildgnidorah2020-01-15
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #77923 from Synthetica9/version-formatsworldofpeace2020-01-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | various: fix version formatting