Commit Graph
161457 Commits
Author SHA1 Message Date
Jan Tojnar e29980b372 baobab: 3.28.0 → 3.30.0 2018-11-30 21:33:53 +01:00
Jan Tojnar 3c31467c9d atk: 2.28.1 → 2.30.0 2018-11-30 21:33:53 +01:00
Jan Tojnar e447800e5f gnome3.aisleriot: 3.22.5 → 3.22.7 2018-11-30 21:33:53 +01:00
Jan Tojnar 7ba6b65c43 gnome3.adwaita-icon-theme: 3.28.0 → 3.30.1 2018-11-30 21:33:52 +01:00
Jan Tojnar c5881ec2c9 Merge remote-tracking branch 'upstream/master' into staging 2018-11-30 20:09:45 +01:00
RenaudandGitHub 095544187a Merge pull request #51290 from romildo/upd.nordic
nordic: fix sha256 hash
2018-11-30 19:01:23 +01:00
Jörg ThalheimandGitHub e7a9fc2fca Merge pull request #49470 from grahamc/enable-mlx5core-by-default
kernel: enable MLX5_CORE_EN when possible
2018-11-30 17:55:45 +00:00
José Romildo Malaquias a8f1e430f2 nordic: fix sha256 hash 2018-11-30 15:42:11 -02:00
Ben WolsiefferandAustin Seipp 99a720d2bb reptyr: add homepage 2018-11-30 11:29:49 -06:00
Ben WolsiefferandAustin Seipp a47479ec7e reptyr: enable on 32-bit ARM Linux and x86 FreeBSD 2018-11-30 11:29:49 -06:00
Frederik RietdijkandGitHub 2c5f92a723 Merge staging-next into master 2018-11-30 18:03:49 +01:00
Matthew BauerandFrederik Rietdijk 28e2277305 make-derivation: remove selfConsistent check
version is set in lots of places but might not need to be in a name.

Alternative to #50364.
2018-11-30 17:58:33 +01:00
Frederik Rietdijk 1828a5c5ba Merge master into staging-next 2018-11-30 17:46:21 +01:00
Robert SchützandGitHub 74e283403c nixos/borgbackup: allow paths to be empty or relative (#51275)
This former necessary in order to exclusively use `--pattern` or `--patterns-from`.
Fixes #51267.
2018-11-30 17:37:50 +01:00
Vincent LaporteandVincent Laporte 66efb76c75 ocamlPackages.buildDunePackage: fix meta.platforms 2018-11-30 16:19:03 +00:00
Florian KlinkandGitHub b6708d49af Merge pull request #51277 from flokli/roundcube-1.3.8
roundcube: 1.3.7 -> 1.3.8
2018-11-30 15:02:56 +01:00
Michael Weiss 99d623850f wlroots: Fix the build on master
I was testing the build on nixos-unstable but
64d50a0099 added another patch. Since this
patch is already in 0.48.0 it can't be applied again (overriding Meson
isn't optimal but we can't build wlroots with 0.46.1).

I've also dropped the "-Dxcb-xkb=enabled" flag since it was removed
(replaced with Xinput).

Thanks @kenogo for noticing this :)
2018-11-30 14:30:58 +01:00
Florian Klink 3b8d6ef293 roundcube: 1.3.7 -> 1.3.8
This is a service release to update the stable version 1.3 of Roundcube
Webmail.  It contains fixes to several bugs backported from the master
branch including a security fix for a reported XSS vulnerability plus
updates to ensure compatibility with PHP 7.3 and recent versions of
Courier-IMAP, Dovecot and MySQL 8. See the complete changelog at
https://github.com/roundcube/roundcubemail/releases/tag/1.3.8
2018-11-30 13:35:25 +01:00
Florian KlinkandGitHub aa490a543e Merge pull request #48049 from Vskilet/roundcube-module
nixos/roundcube: add roundcube module
2018-11-30 13:29:00 +01:00
RenaudandGitHub 22e95afea5 Merge pull request #50981 from ejpcmac/update-erlangR21
erlangR21: 21.1.2 -> 21.1.3
2018-11-30 11:42:59 +01:00
RenaudandGitHub 4088758a6b Merge pull request #51244 from uri-canva/perceptualdiff
perceptualdiff: init at 2.1
2018-11-30 09:29:50 +01:00
Dmitry KalinkinandTimo Kaufmann cf1fb28991 python3Packages.datrie: fix build (#51250) 2018-11-30 09:17:56 +01:00
Uri Baghin 3f806a0ae7 perceptualdiff: init at 2.1 2018-11-30 18:27:43 +11:00
Matthew BauerandGitHub 76c7a8bac0 Merge pull request #51205 from matthewbauer/more-setup-hooks
Add premake & imake setup hook
2018-11-29 19:36:25 -06:00
Matthew BauerandGitHub e6834171b9 Merge pull request #51183 from matthewbauer/make-derivation-no-assertions
Fix breaking changes to make-derivation
2018-11-29 19:35:55 -06:00
Matthew BauerandGitHub f435272ce3 Merge pull request #50212 from matthewbauer/host-emulator
Add "emulator" function to systems
2018-11-29 19:34:20 -06:00
Matthew Bauer 9c8fd41224 treewide: add emulator to platform
You can use stdenv.hostPlatform.emulator to get an executable that
runs cross-built binaries. This could be any emulator. For instance,
we use QEMU to emulate Linux targets and Wine to emulate Windows
targets. To work with qemu, we need to support custom targets.

I’ve reworked the cross tests in pkgs/test/cross to use this
functionality.

Also, I’ve used talloc to cross-execute with the emulator. There
appears to be a cross-execute for all waf builds. In the future, it
would be nice to set this for all waf builds.

Adds stdenv.hostPlatform.qemuArch attrbute to get the qemuArch for
each platform.
2018-11-29 19:15:30 -06:00
Matthew Bauer ce6d558c4d systems/examples.nix: move riscv function to let binding
Makes it easier to use mapAttrs with lib.systems.examples. Now every
entry in it are legitimate systems.
2018-11-29 19:15:28 -06:00
Matthew BauerandGitHub 1cd300e57b Merge pull request #51255 from vaibhavsagar/fix-musl
pkgs/stdenv/generic/make-derivation.nix: s/targetPlatform/hostPlatform/
2018-11-29 19:00:00 -06:00
Michael Weiss 9ac03eb811 sway-beta: 1.0-beta.1 -> 1.0-beta.2 2018-11-30 01:53:52 +01:00
Michael Weiss 80756cdb79 wlroots: 0.1 -> 0.2 2018-11-30 01:53:49 +01:00
Free PotionandTimo Kaufmann 3f90f52b07 boohu: 0.11 -> 0.11.1 (#51248) 2018-11-30 00:01:05 +01:00
Vaibhav Sagar b5504e26b0 pkgs/stdenv/generic/make-derivation.nix: s/targetPlatform/hostPlatform/ 2018-11-29 17:54:59 -05:00
RenaudandGitHub 70f5d64cb3 brave: version is just 0.56.15 2018-11-29 23:48:08 +01:00
RenaudandGitHub fe6a9a37b9 brave: version is just 0.56.15 2018-11-29 23:47:26 +01:00
Daiderd JordanandGitHub c506ad84b1 Merge pull request #51047 from dawehner/tychus
Add the tychus application
2018-11-29 23:10:01 +01:00
RenaudandGitHub da2e0b84c6 Merge pull request #51168 from nyanloutre/jackett-update
jackett: 0.10.446 -> 0.10.471
2018-11-29 23:08:06 +01:00
RenaudandGitHub fbb3c9c57b Merge pull request #51218 from volth/patch-289
tixati: 2.57 -> 2.58
2018-11-29 22:25:37 +01:00
Austin Seipp c90a45a383 cockroachdb: 2.0.0 -> 2.1.1, aarch64 support
This also splits the .bin output to have a separate .man attribute:
previously it contained both.

This also adds provisional support for aarch64-linux, which seems to
build easily. (Full testing will ideally come via NixOS tests later)

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-11-29 15:12:35 -06:00
John EricsonandGitHub 071eba26a4 Merge pull request #51204 from eburimu/fix/cross-f2fs-tools
f2fs-tools: fix cross compilation
2018-11-29 15:26:27 -05:00
John EricsonandGitHub ed71691a81 Merge pull request #51217 from mayflower/source-date-epoch-fix-warning
set-source-date-epoch-to-latest: fix warning
2018-11-29 15:20:22 -05:00
Florian KlinkandGitHub 43762227f8 Merge pull request #49385 from krav/gitlab-shell-authorized-keys
gitlab-shell: 8.3.3->8.4.1, fix hardcoded paths
2018-11-29 21:18:08 +01:00
Michael RaskinandGitHub 7b77c7ff93 Merge pull request #51237 from Mic92/osip
libosip_3: remove
2018-11-29 19:45:28 +00:00
Michael Weiss 79e15430b0 androidStudioPackages.{dev,canary}: 3.4.0.4 -> 3.4.0.5 2018-11-29 20:41:36 +01:00
Jörg ThalheimandGitHub 735fad9371 Merge pull request #51240 from charles-dyfis-net/buildMaven
buildMaven: Support metadata-only dependencies
2018-11-29 17:58:57 +00:00
eburimuandJörg Thalheim cfb184f2cb fix reiserfsprogs cross compilation 2018-11-29 17:52:20 +00:00
Charles Duffy 8f90b33240 buildMaven: Support metadata-only dependencies
The circumstances which can make this necessary are discussed in NixOS/mvn2nix-maven-plugin#17
2018-11-29 17:29:59 +00:00
Jörg ThalheimandGitHub 25487a3ad8 Merge pull request #51239 from eburimu/fix/perl-dbi
fix perl DBI package, missing \t in Makefile
2018-11-29 17:28:29 +00:00
Jan Tojnar ca11db894f python2.pkgs.gst-python: fix build 2018-11-29 18:24:55 +01:00
Jörg ThalheimandGitHub 9bba7c1cba Merge pull request #51233 from Mic92/inferno
inferno: remove
2018-11-29 17:22:03 +00:00