summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Revert "Revert "stage.nix: pkgsi686Linux only works on x86 family""Matthew Bauer2018-11-03
| | | | This reverts commit 08b5cffe878bcc7ea230043332db53a0ef8d2758.
* Revert "stage.nix: pkgsi686Linux only works on x86 family"Matthew Bauer2018-11-03
| | | | | | This reverts commit 78ca6d885ffbeba8b2cfe1fe68c3980e74fd4e5d. Broke eval on aarch64
* Merge pull request #49629 from marsam/feature/fixes-pyreJörg Thalheim2018-11-03
|\ | | | | pyre: 0.0.14 -> 0.0.17
| * pyre: 0.0.14 -> 0.0.17Mario Rodas2018-11-02
| |
| * pyre: enable testsMario Rodas2018-11-01
| |
| * pyre: fix darwin buildMario Rodas2018-11-01
| |
* | stage.nix: pkgsi686Linux only works on x86 familyMatthew Bauer2018-11-02
| | | | | | | | | | | | | | | | aarch64 cpus are going to break on pkgsi686Linux packages. See this error: https://hydra.nixos.org/build/82962379/
* | grpc: disable werror for unknown warning optionMatthew Bauer2018-11-02
| | | | | | | | This seems silly to do an error for. It breaks clang builds.
* | libobjc2: mark aarch64 as bad platformMatthew Bauer2018-11-02
| | | | | | | | | | | | | | | | | | Apparently some assembly has not been ported. This commit should fix it: https://github.com/gnustep/libobjc2/commit/b952a21abe8b0f9878b1ec5161ea530058512f4a#diff-e49aa4e60f8ccec1be46afc5e6ffcee5 But no release has been made by the gnustep team yet!
* | gsasl: disable check on darwinMatthew Bauer2018-11-02
| |
* | gemrb: add libiconvMatthew Bauer2018-11-02
| | | | | | https://hydra.nixos.org/build/83508053/
* | Merge pull request #49658 from mayflower/gitlab-refactorFlorian Klink2018-11-03
|\ \ | | | | | | gitlab: refactor and fix test
| * | gitlab: refactor and fix testRobin Gloster2018-11-02
| | |
* | | Merge pull request #49661 from dywedir/batJörg Thalheim2018-11-03
|\ \ \ | | | | | | | | bat: fix build on darwin
| * | | bat: fix build on darwinVladyslav Mykhailichenko2018-11-03
| | | |
* | | | Add myself to a few CODEOWNERS pathsMatthew Bauer2018-11-02
| | | |
* | | | nixos/dockerPreloader: preload docker images (#49379)lewo2018-11-03
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This module permits to preload Docker image in a VM in order to reduce OIs on file copies. This module has to be only used in testing environments, when the test requires several Docker images such as in Kubernetes tests. In this case, `virtualisation.dockerPreloader.images` can replace the `services.kubernetes.kubelet.seedDockerImages` options. The idea is to populate the /var/lib/docker directory by mounting qcow files (we uses qcow file to avoid permission issues) that contain images. For each image specified in config.virtualisation.dockerPreloader.images: 1. The image is loaded by Docker in a VM 2. The resulting /var/lib/docker is written to a QCOW file This set of QCOW files can then be used to populate the /var/lib/docker: 1. Each QCOW is mounted in the VM 2. Symlink are created from these mount points to /var/lib/docker 3. A /var/lib/docker/image/overlay2/repositories.json file is generated 4. The docker daemon is started.
* | | terraform_0_11: 0.11.8 -> 0.11.10zimbatm2018-11-03
| | |
* | | terraform-providers: Bump all releases (#49582)Arian van Putten2018-11-03
| | | | | | | | | Does what it says on the tin. Auto-generated.
* | | release-corss.nix: fix ppc-embedded nameMatthew Bauer2018-11-02
| | | | | | | | | | | | s/powerpc-embedded/ppc-embedded
* | | Merge pull request #49352 from talyz/masterRenaud2018-11-03
|\ \ \ | | | | | | | | nomachine-client: init at 6.3.6_1
| * | | nomachine-client: init at 6.3.6_1talyz2018-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Packages mainly the nxplayer part of the client, since the tray doesn't work very well without the server / a complete installation. Use the shipped libs, since nxplayer really doesn't like any others. I believe they use internally modified versions of many libs. Audio doesn't work: the libasound.so shipped looks for the alsa config files in the wrong place, and even if it finds them, it still doesn't work. Using the one from alsaLib doesn't work either and adds instability.
* | | | comfortaa: 2.004 -> 3.001Robert Helgesson2018-11-02
| | | |
* | | | open-dyslexic: 2014-11-11 -> 2016-06-23Robert Helgesson2018-11-02
| | | |
* | | | overpass: 3.0.2 -> 3.0.3Robert Helgesson2018-11-02
| | | |
* | | | pythonPackages.PyICU: 2.0.3 -> 2.2Robert Helgesson2018-11-02
| | | |
* | | | abcmidi: 2018.06.23 -> 2018.10.25Robert Helgesson2018-11-02
| | | |
* | | | 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