Commit graph

127957 commits

Author SHA1 Message Date
Will Fancher 627444cfc2 Use static cabal2nix in callCabal2nix 2018-02-11 18:33:20 -05:00
Hamish Mackenzie ca74ad35f4
rust: fix disabling of fragile test
Tests in the run-make directory are all in subdirectories
2018-02-12 12:10:29 +13:00
Jan Malakhovski b468f98b02 nixos: doc: trivial cleanup and docstring fix 2018-02-11 22:41:06 +00:00
Franz Pletz 54c7ca34c4
nixos/testing: use the same qemu in the test driver
The qemu_test package is also used for running a NixOS qemu VM.
2018-02-11 23:40:54 +01:00
Franz Pletz 74736f26c2
bird2: init at 2.0.1 2018-02-11 23:35:05 +01:00
Jan Malakhovski 252ec7da0a nixos: doc: make option sorting somewhat more efficient 2018-02-11 22:07:11 +00:00
Jan Malakhovski a3a8c1f54d lib: export option location in optionAttrSetToDocList 2018-02-11 22:04:09 +00:00
Vladimír Čunát 226d86a3c4
nodejs: 6.12.2 -> 6.12.3 (maintenance)
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V6.md#6.12.3
2018-02-11 22:47:58 +01:00
Will Dietz f090bbb248 Drop "isGlibc", but keep isMusl.
gnu "abi" doesn't mean glibc (mingw, apparently).
2018-02-11 14:55:17 -06:00
Will Dietz 2dfee94fe7 lib/systems: musl, libc predicates
Note this doesn't actually provide musl support yet,
just improves our "system" code to understand
musl-based triples and non-glibc linux configurations.
2018-02-11 14:20:14 -06:00
Andrew Dunham ac5e4d4990 lego: init at unstable-2018-02-02 2018-02-11 12:17:25 -08:00
Florian Klink b89aad4718 notmuch-addrlookup: 7 -> 9
This version bump contains the following fixes:

v8:
 - Avoid a segmentation fault when notmuch_message_get_header() returns NULL. (Patch by Víctor M. Jáquez <vjaquez@igalia.com>).

v9:
 - Do not use the deprecated notmuch_query_count_messages_st function when using Notmuch 0.25. (Patch by Adam Ruzicka <a.ruzicka@outlook.com>.)
   We already had this patch in our tree.
 - Fix crash in when running queries and the program is build with Notmuch 0.25. (Patch by Joshua Krusell <joshua.krusell@v-dem.net>).
 - Fix conditional compilation when using Notmuch 0.25. (Patch by David Bremner <bremner@debian.org>).
2018-02-11 20:59:43 +01:00
Andreas Rammhold 7fad46051e
Merge pull request #34681 from xurei/master
postman: init at 5.5.2
2018-02-11 20:43:53 +01:00
Vladimír Čunát 169216fe14
linuxPackages: build by kernel's stdenv 2018-02-11 18:55:21 +01:00
Vladimír Čunát ae040525d8
linux-*: build with gcc7, but allow overriding it
I expect we will revert this after general upgrade to gcc7.
See https://github.com/NixOS/nixpkgs/issues/34383
2018-02-11 18:55:18 +01:00
Jörg Thalheim 1f4ac3bc79
Merge pull request #34853 from catern/master
pythonPackages.aioconsole: init at 0.1.7
2018-02-11 17:45:34 +00:00
Olivier Bourdoux 63a4cbfb43 postman: init at 5.5.2 2018-02-11 18:39:44 +01:00
Jörg Thalheim 78ab1b0a17
Merge pull request #34845 from yesbox/bfs_init
bfs: init at 1.2.1
2018-02-11 17:37:06 +00:00
Daiderd Jordan 69779a5f7e
Merge pull request #33374 from dtzWill/update/llvm-5-default
Update LLVM default 4 -> 5
2018-02-11 18:29:26 +01:00
Spencer Baugh 600d0afc4f pythonPackages.aioconsole: init at 0.1.7 2018-02-11 17:23:52 +00:00
Jan Malakhovski 5e41e65f5f tor-browser: remove outdated 6.5.2 2018-02-11 16:19:11 +00:00
Jan Malakhovski 21080e627b tor-browser: 7.0.1 -> 7.5.2 2018-02-11 16:19:10 +00:00
Jan Malakhovski 97c43bf285 firefox: common: cleanup configure phase 2018-02-11 16:19:10 +00:00
Jan Malakhovski a2cf5577c2 firefox: common: tiny cleanup 2018-02-11 16:19:04 +00:00
Jesper Geertsen Jonsson 0312fe4882 bfs: init at 1.2.1 2018-02-11 16:19:02 +01:00
Jesper Geertsen Jonsson 4cb393cf12 Adds license "BSD Zero Clause License" 2018-02-11 16:19:01 +01:00
Jesper Geertsen Jonsson 559047c67f Adds Jesper as maintainer :) 2018-02-11 16:18:19 +01:00
Frederik Rietdijk 3933b60bae
Merge pull request #34847 from va1entin/pynacl
pythonPackages.pynacl: fix tests
2018-02-11 15:15:42 +00:00
Valentin Heidelberger 92d68b0656 pythonPackages.pynacl: fix tests 2018-02-11 16:10:37 +01:00
Bjørn Forsman 8ea7a302bd make-fonts-cache: remove CACHEDIR.TAG file from Nix store
A CACHEDIR.TAG file indicates that the contents can be automatically
re-generated. This is not really true for Nix store paths. (Well _Nix_
can recreate them, but that's different.)

I noticed this issue as I was restoring full system backup that "for
some reason" always missed /nix/store/*-fc-cache (found by `nix-store
--verify --repair`). Turns out I was excluding caches from my backup...
2018-02-11 16:07:43 +01:00
Frederik Rietdijk b101148337
Merge pull request #34835 from vanzef/i3ipc
pythonPackages.i3ipc: init at 1.4.0
2018-02-11 14:10:27 +00:00
Andreas Rammhold 160d24087c
Merge pull request #34814 from bkchr/teamspeak_3_1_8
teamspeak_client: 3.1.7 -> 3.1.8
2018-02-11 14:37:34 +01:00
Ivan Solyankin eb3611a8f3 pythonPackages.i3ipc: init at 1.4.0
closes #34828
2018-02-11 16:34:31 +03:00
Andreas Rammhold 026719f5c2
teamspeak_client: restrict platforms to i686 & x86_64 linux 2018-02-11 14:25:34 +01:00
Pascal Wittmann b0047a527c
fswatch: 1.9.3 -> 1.11.2 2018-02-11 13:29:43 +01:00
Pascal Wittmann 63c97b946e
udunits: 2.2.24 -> 2.2.26 2018-02-11 13:22:19 +01:00
Jörg Thalheim a42cea1a65
Merge pull request #34468 from grwlf/xfce4-weather
Fix and update xfce4-panel weather plugin
2018-02-11 11:56:53 +00:00
Pascal Wittmann 2d6d52b60c
icmake: 9.02.04 -> 9.02.06 2018-02-11 12:02:27 +01:00
Pascal Wittmann 2e7e318ffd
unibilium: 1.2.1 -> 2.0.0 2018-02-11 12:00:21 +01:00
Robert Helgesson 0e2ec65b0a
perl-Cpanel-JSON-XS: 4.00 -> 4.01 2018-02-11 10:30:32 +01:00
Frederik Rietdijk 27217271e1
Merge pull request #34826 from va1entin/pynacl
pythonPackages.pynacl: 0.3.0 -> 1.2.1
2018-02-11 08:48:56 +00:00
Frederik Rietdijk d8b8c6be9d
Merge pull request #33128 from peterhoeg/u/qst
qsyncthingtray: build with native browser to allow for Qt > 5.6
2018-02-11 08:38:47 +00:00
Luke Adams 677aa175a7 platformio-python: add git 2018-02-11 09:20:13 +01:00
Luke Adams 4da3c294f6 platformio-fhs: minor changes 2018-02-11 09:19:53 +01:00
Nadrieril ad7ab43448 pythonPackages.weboob: 1.1 -> 1.3 2018-02-11 09:14:42 +01:00
Frederik Rietdijk 89467cf144 python.pkgs.pytest_32: init at 3.2.5
Bring it back as it is needed.
2018-02-11 09:06:31 +01:00
Lancelot SIX 45b9cf2659 pythonPackages.celery: 4.0.2 -> 4.1.0 2018-02-11 09:00:18 +01:00
Frederik Rietdijk 06a7281d0f Merge master into staging 2018-02-11 08:55:28 +01:00
Frederik Rietdijk 9d69ebe5a8 Merge staging at '256ba86' into master 2018-02-11 08:54:49 +01:00
Frederik Rietdijk 773aca9632
Merge pull request #34825 from dotlambda/home-assistant-0.63.0
home-assistant: 0.62.1 -> 0.63
2018-02-11 07:30:02 +00:00