summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* josm: 14289 -> 14382Robert Helgesson2018-11-02
|
* betaflight: don’t use nanoMatthew Bauer2018-11-02
| | | | not in newlib
* inav: don’t use nanoMatthew Bauer2018-11-02
| | | | not in newlib
* axoloti: don’t hardode pathsMatthew Bauer2018-11-02
| | | | Some of these paths are not in gcc-arm-embedded (instead binutils-arm-embedded).
* opentx: don’t use nanoMatthew Bauer2018-11-02
| | | | Vanilla newlib doesn’t install nano.
* avrlibc: set platforms to avr-noneMatthew Bauer2018-11-02
| | | | It will only build on avr architectures.
* Merge pull request #49560 from worldofpeace/eos-third-updateJan Tojnar2018-11-02
|\ | | | | update some elementary thirdparty apps
| * nasc: 0.4.7 -> 0.5.0worldofpeace2018-11-02
| |
| * spice-up: 1.3.2 -> 1.6.0worldofpeace2018-10-31
| |
| * regextester: 0.1.7 -> 1.0.1Will Dietz2018-10-31
| | | | | | | | | | | | | | | | * uses meson now * crashes on start complaining schema not installed, so I added a postInstall that compiles the schema? Fixes the problem but I'm not particularly familiar with these bits so review appreciated.
| * aesop: 1.0.5 -> 1.0.7worldofpeace2018-10-31
| |
| * hashit: 0.2.0 -> 1.0.0worldofpeace2018-10-31
| |
| * notejot: 1.4.5 -> 1.4.7worldofpeace2018-10-31
| |
| * bookworm: 1.0.0 -> 2018-10-21worldofpeace2018-10-31
| |
| * quilter: 1.6.3 -> 1.6.8worldofpeace2018-10-31
| |
* | Merge pull request #48697 from ElvishJerricco/jailbreak-cabal-helperPeter Simons2018-11-02
|\ \ | | | | | | haskellPackages.cabal-helper: Jailbreak restrictive bounds.
| * | haskellPackages.cabal-helper: Jailbreak restrictive bounds. [Fixes #45515]Will Fancher2018-10-19
| | |
* | | haskell-polyparse: use latest version for ghc-8.6.1Peter Simons2018-11-02
| | |
* | | timescaledb-parallel-copy: init at 2018-05-14Austin Seipp2018-11-02
| | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | haskell-brick: drop obsolete jailbreak for ghc-8.6.xPeter Simons2018-11-02
| | |
* | | nixpkgs: tidy up pgjwt packageAustin Seipp2018-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes pgjwt take a dummy 'postgresql' argument, which it does not *need* in the buildInputs (it is purely a SQL extension with no C code). However, this argument will be necessary for an upcoming change that will parameterize the extensions over a particular PostgreSQL version. It also does some tiny cleanup, setting a null build phase. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | nixos/postgresql: add myself as maintainerAustin Seipp2018-11-02
| | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | Merge pull request #49648 from worldofpeace/granite/5.2.0Jan Tojnar2018-11-02
|\ \ \ | | | | | | | | granite: 5.1.0 -> 5.2.0
| * | | granite: 5.1.0 -> 5.2.0worldofpeace2018-11-02
| | | | | | | | | | | | | | | | - Correct License to LGPLv3+
* | | | all-cabal-hashes: update to Hackage at 2018-11-02T16:36:33ZPeter Simons2018-11-02
| | | |
* | | | git-annex: update sha256 hash for new version 7.20181031Peter Simons2018-11-02
| | | |
* | | | hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-11-02
| | | | | | | | | | | | | | | | | | | | This update was generated by hackage2nix v2.11.1-2-g57c4f0f from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/98ec0eee2ddef5d4a00e2ac4a95e8add46d23b69.
* | | | haskellPackages: default to ghc 8.4.4 as per Stackage LTS 12.16Peter Simons2018-11-02
| | | |
* | | | r-nloptr: fix build by adding pkgconfigPeter Simons2018-11-02
| | | |
* | | | nlopt: update from 2.4.2 to 2.5.0Peter Simons2018-11-02
| | | |
* | | | r-rlang: patch shebang in configure script to fix the buildPeter Simons2018-11-02
| | | |
* | | | R: update CRAN and BIOC package setsTom McLaughlin2018-11-02
| | | | | | | | | | | | | | | | Closes https://github.com/NixOS/nixpkgs/pull/49430.
* | | | knot-resolver: 3.0.0 -> 3.1.0Vladimír Čunát2018-11-02
| | | | | | | | | | | | | | | | https://lists.nic.cz/pipermail/knot-resolver-users/2018/000086.html
* | | | .github/CODEOWNERS: add myself as the PostgreSQL ownerAustin Seipp2018-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the development of #38698, I have been radically overhauling the PostgreSQL support and plan on maintaining it in the long run, taking over from @ocharles, who authored most of it initially. However, while #38698 has not been merged (yet), I'm taking the time to go ahead and add myself as the owner of all the related code, so that I can be marked as a reviewer for things people submit in the mean time. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | Merge pull request #49547 from fadenb/simgrid_3.21Michael Raskin2018-11-02
|\ \ \ \ | | | | | | | | | | simgrid: 3.20 -> 3.21
| * | | | simgrid: 3.20 -> 3.21Tristan Helmich (omniIT)2018-11-02
| | | | |
* | | | | nixos: fix #48917 by setting SYSTEMD_TIMEDATED_NTP_SERVICESAustin Seipp2018-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Setting this variable in the environment of systemd-timedated allows 'timedatectl' to tell if an NTP service is running. Closes #48917. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | | Merge pull request #49347 from sjau/easysnap-initLinus Heckemann2018-11-02
|\ \ \ \ \ | | | | | | | | | | | | easysnap: init at 2018-10-28
| * | | | | easysnap: init at 2018-10-28sjau2018-10-31
| | | | | |
* | | | | | Revert "c-ares: 1.14.0 -> 1.15.0"Vladimír Čunát2018-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 5ace2703096f16fa924072f3743d6eaac35bec32. It's a mass rebuild, moving to staging.
* | | | | | Merge pull request #49641 from aanderse/openscenegraphMichael Raskin2018-11-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | openscenegraph: 3.6.2 -> 3.6.3
| * | | | | | openscenegraph: 3.6.2 -> 3.6.3Aaron Andersen2018-10-30
| | | | | | |
* | | | | | | Merge pull request #47526 from rnhmjoj/syncthingJoachim F2018-11-02
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nixos/syncthing: move configuration to condigDir
| * | | | | | | nixos/syncthing: move configuration to condigDirrnhmjoj2018-10-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes #47513 following the upstream recommended settings: https://github.com/syncthing/syncthing/issues/3434#issuecomment-235401876
* | | | | | | | kicad 5.0.0 -> 5.0.1 (#49561)ikarulus2018-11-02
| | | | | | | |
* | | | | | | | nixos/tests/chromium: Fix sandbox info matchingaszlig2018-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As reported by @andir, the regular expressions that match the sandbox output are no longer matching in the recent Chromium bump as of bb03fbc2c8b97ef5a4f4205eee51029155164b8a. Instead of a boolean field that determines whether namespace sandboxes are on, the namespace sandbox is now an enum within "Layer 1 Sandbox". I've modified the regular expressions accordingly and also ran the test for the stable branch, which now succeeds. Signed-off-by: aszlig <aszlig@nix.build> Issue: https://github.com/NixOS/nixpkgs/issues/49442 Cc: @bendlas, @andir
* | | | | | | | Merge pull request #49250 from royneary/nim-0.19Gabriel Ebner2018-11-02
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nim: 0.18.0 -> 0.19.0
| * | | | | | | | nrpl: fix compilation with nim 0.19royneary2018-10-31
| | | | | | | | |
| * | | | | | | | mosdeph: fix compilation with nim 0.19royneary2018-10-31
| | | | | | | | |
| * | | | | | | | nim: update nodejs-slimroyneary2018-10-31
| | | | | | | | |