Alyssa Ross
0e374a1b9c
slack-cli: fix dirname hack
2018-08-15 16:59:05 +01:00
(cdep)illabout
e04e92d38b
Merge remote-tracking branch 'origin/master' into vbox-extpack
2018-08-16 00:40:09 +09:00
Profpatsch
d817452e29
lib/recursiveUpdateUntil: add a test & release note for fix
2018-08-15 17:16:56 +02:00
Mathijs Kwik
b63ec64521
lib/recursiveUpdateUntil: fix code to match documentation
...
$ nix repl lib
Welcome to Nix version 2.0.2. Type :? for help.
Loading 'lib'...
Added 350 variables.
-- this is the exact example from the function's documentation:
nix-repl> recursiveUpdateUntil (path: l: r: path == ["foo"]) {
# first attribute set
foo.bar = 1;
foo.baz = 2;
bar = 3;
} {
#second attribute set
foo.bar = 1;
foo.quz = 2;
baz = 4;
}
{ bar = 3; baz = 4; foo = { bar = 1; baz = 2; quz = 2; }; }
-- although the documentation says:
{
foo.bar = 1; # 'foo.*' from the second set
foo.quz = 2; #
bar = 3; # 'bar' from the first set
baz = 4; # 'baz' from the second set
}
2018-08-15 17:16:56 +02:00
Silvan Mosberger
b1cf86b8bb
Merge pull request #44966 from worldofpeace/imobile-updates
...
libimobiledevice updates
2018-08-15 17:05:10 +02:00
Alyssa Ross
026f49e28c
slack-cli: remove wrapper package
2018-08-15 15:48:23 +01:00
Alyssa Ross
0a57de6f5b
slack-cli: add metadata
2018-08-15 15:47:24 +01:00
Alyssa Ross
e276965a16
slack-cli: warn when not using SLACK_CLI_TOKEN
2018-08-15 15:47:19 +01:00
Dmitry Kalinkin
984e0e8c1d
rivet: 2.7.0 -> 2.7.1
2018-08-15 09:53:32 -04:00
Eric Wolf
fe6ebf85b7
ghc-8.0.2: Fix #44987 ( #45014 )
...
nix-env -f '<nixpkgs>' -qaP -A haskell.packages.ghc802
will run again, but the packages depending on ghc-compact will still not
build, as they have a constrain on base >= 4.10 and ghc 8.0.2 has base
4.9.1.0
2018-08-15 14:53:20 +01:00
Francesco Gazzetta
8fdab83dcf
twemoji-color-font: restrict platforms to linux
2018-08-15 15:36:49 +02:00
Alyssa Ross
3116e6e6b9
gem-config: add curses ( #45068 )
2018-08-15 14:32:50 +01:00
Francesco Gazzetta
f94d08a304
twemoji-color-font: 1.3 -> 1.4
2018-08-15 14:51:40 +02:00
Timo Kaufmann
86dc867803
Merge pull request #45062 from Ma27/fix-python-thumbor
...
pythonPackages.thumbor: 6.5.1 -> 6.5.2
2018-08-15 14:16:05 +02:00
Maximilian Bosch
cd21faff2b
pythonPackages.thumbor: 6.5.1 -> 6.5.2
...
6.5.2 allows Pillow==5.2.0 (see https://github.com/thumbor/thumbor/releases/tag/6.5.2 ).
See https://hydra.nixos.org/build/79403232 for further reference.
2018-08-15 13:59:35 +02:00
Alyssa Ross
dac2235c1a
slack-cli: quote shell variables
2018-08-15 12:32:19 +01:00
Alyssa Ross
d2eacdcd65
slack-cli: use nativeBuildInputs for makeWrapper
2018-08-15 12:32:00 +01:00
Alyssa Ross
838473d3c5
slack-cli: add version to name
2018-08-15 12:28:43 +01:00
Sarah Brofeldt
cc288eef07
Merge pull request #45050 from sjmackenzie/rink-rs
...
carnix overrides: add gmp to rink-rs buildInputs & correct crateBin
2018-08-15 12:43:37 +02:00
xeji
8238101f67
Merge pull request #45051 from typetetris/45049
...
ptask: remove usage of nonexistent function is_error
2018-08-15 12:41:31 +02:00
Alyssa Ross
ccc8dd222e
slack-cli: use fetchFromGitHub instead of fetchurl
2018-08-15 11:36:28 +01:00
Eric Wolf
ff9a38ee89
ptask: prevent building on darwin as this fails as of now
2018-08-15 12:00:43 +02:00
Timo Kaufmann
ad71d9b0d5
Merge pull request #45001 from jbaum98/givaro-darwin
...
givaro: Add darwin support
2018-08-15 11:58:00 +02:00
Benjamin Hipple
16d4753344
pythonPackages.fastcache: init at 1.0.2 ( #45048 )
2018-08-15 11:02:55 +02:00
Benjamin Hipple
cc8e4a5884
pythonPackages.multiprocess: 0.70.4 -> 0.70.6.1 ( #45047 )
2018-08-15 11:01:32 +02:00
Alyssa Ross
8d2ab1d914
slack-cli: init at 0.18.0
...
slack-cli must be configured using the SLACK_CLI_TOKEN environment
variable. Using `slack init` will not work because it tries to write to
the Nix store.
2018-08-15 09:56:04 +01:00
Ivan Jager
ef98b96356
atd: 1.12.0 -> 2.0.0 ( #45046 )
...
atdgen is now part of atd
2018-08-15 10:45:42 +02:00
Izorkin
e2c98528e9
qemu: add path to bin utilites
2018-08-15 11:17:44 +03:00
Uli Baum
6e3d0efdc4
python.pkgs.orderedset: fix ofborg checkMeta
...
broken by 44a4370b1f3aa2b1b2416d8c09b8df6900f5c449
2018-08-15 09:54:58 +02:00
adisbladis
2937e7367f
Merge pull request #45009 from jbaum98/ratpoints-darwin
...
ratpoints: 2.1.3 -> 2.1.3.p4; add darwin support
2018-08-15 15:28:39 +08:00
Eric Wolf
b2cf9529d6
ptask: remove usage of nonexistent function is_error
...
see https://github.com/json-c/json-c/issues/304
2018-08-15 08:00:55 +02:00
Jörg Thalheim
0ee6d7e3ab
Merge pull request #45011 from jbaum98/symmetrica-darwin
...
symmetrica: Add darwin support
2018-08-15 07:54:56 +02:00
Stewart Mackenzie
efac36aa88
carnix overrides: add gmp to rink-rs buildInputs & correct crateBin
2018-08-15 13:20:04 +08:00
Matthew Bauer
0c633ccf26
firefox: add default for execdir
...
not all of the browsers have this set
2018-08-14 22:34:46 -05:00
(cdep)illabout
2ae9907cc4
virtualbox: Add tests for the VirtualBox Extension Pack.
2018-08-15 10:09:15 +09:00
Jake Waksbaum
2ab014eb17
givaro: Add darwin support
2018-08-14 19:47:47 -04:00
Dmitry Kalinkin
b98faf680c
yoda: 1.7.0 -> 1.7.1
2018-08-14 17:49:21 -04:00
Jan Tojnar
44a4370b1f
python.pkgs.orderedset init at 2.0.1
2018-08-14 23:35:17 +02:00
Shea Levy
7372d3bf31
haskell.lib.getHaskellBuildInputs: Actually get the haskell build inputs.
...
5523ec8f3c78704c6e76b7675bfce41d24a3feb1 accidentally dropped the attribute lookup.
2018-08-14 17:05:36 -04:00
Daiderd Jordan
ea1542e9ee
Merge pull request #43140 from LnL7/macos-10.14
...
darwin: fix Libsystem compatibility for macOS 10.14
2018-08-14 23:02:04 +02:00
Pascal Wittmann
8251a3777f
Merge pull request #45040 from NixOS/update-intel-gpu-tools
...
intel-gpu-tools: 1.22 -> 1.23
2018-08-14 22:56:26 +02:00
Pascal Wittmann
6af971573a
intel-gpu-tools: 1.22 -> 1.23
2018-08-14 22:14:55 +02:00
Robert Helgesson
3727609834
msmtp: 1.6.6 -> 1.6.8
...
Also update homepage to match new project location.
2018-08-14 22:10:26 +02:00
Jan Tojnar
2f801195fc
gnome3.libgnome-games-support: propagate required dependencies
2018-08-14 22:02:20 +02:00
Jan Tojnar
5d62b6698a
gnome3.atomix: init at 3.29.3
2018-08-14 22:02:20 +02:00
Johannes Frankenau
53c265d0f9
rapid-photo-downloader: 0.9.9 -> 0.9.10
2018-08-14 20:56:22 +02:00
Silvan Mosberger
6e7b11dbb6
Merge pull request #45031 from stephengroat/patch-1
...
terragrunt: 0.14.6 -> 0.16.5
2018-08-14 20:10:54 +02:00
Silvan Mosberger
07c441d4dc
Merge pull request #45034 from Infinisil/update/translate-shell
...
translate-shell: 0.9.6.7 -> 0.9.6.8
2018-08-14 20:10:32 +02:00
Christoph Hrdinka
72a35533e0
postgresql: fix tzdata path
...
Signed-off-by: Christoph Hrdinka <c.github@hrdinka.at>
2018-08-14 19:07:32 +01:00
Silvan Mosberger
7b30b3fb14
Merge pull request #45028 from Infinisil/update/pdd
...
pdd: 1.3 -> 1.3.1
2018-08-14 19:58:24 +02:00