Commit graph

206987 commits

Author SHA1 Message Date
Jan Tojnar
a6bb2ede23
python.pkgs.wrapPython: fix string makeWrapperArgs
Bash takes an assignment of a string to an array variable:

local -a user_args
user_args="(foo bar)"

to mean appending the string to the array, not parsing the string into
an array as is the case when on the same line as the declaration:

local -a user_args="(foo bar)"

b0633406cb extracted the declaration before
the newly branched code block, causing string makeWrapperArgs being added
to the array verbatim.

Since local is function scoped, it does not matter if we move it inside
each of the branches so we fix it this way.
2019-12-28 22:23:36 +01:00
Clemens Fruhwirth
2af9828ea6 linux-testing: 5.5-rc2 -> 5.5-rc3 2019-12-28 21:38:34 +01:00
zimbatm
f373ecec8f buildGoModule: support impure modules (#76532)
When modSha256 is null, disable the nix sandbox instead of using a
fixed-output derivation. This requires the nix-daemon to have
`sandbox = relaxed` set in their config to work properly.

Because the output is (hopefully) deterministic based on the inputs,
this should give a reproducible output. This is useful for development
outside of nixpkgs where re-generating the modSha256 on each mod.sum
changes is cumbersome.

Don't use this in nixpkgs! This is why null is not the default value.
2019-12-28 12:36:42 -08:00
Dmitry Kalinkin
596fa28448
Merge pull request #76549 from veprbl/pr/pyslurm_remove
pythonPackages.pyslurm: change maintainer
2019-12-28 15:11:07 -05:00
R. RyanTM
ff88885fe7 renoise: 3.2.0 -> 3.2.1 2019-12-28 20:36:08 +01:00
Jan Tojnar
332cfab4ce
Merge pull request #76591 from lourkeur/set_XKB_CONFIG_ROOT
Fix services.xserver.extraLayouts under GNOME 3
2019-12-28 20:34:56 +01:00
R. RyanTM
f139dc681c remotebox: 2.6 -> 2.7 2019-12-28 20:33:41 +01:00
R. RyanTM
78602c4a7b rednotebook: 2.14 -> 2.15 2019-12-28 20:32:45 +01:00
R. RyanTM
e7758b7981 tryton: 5.4.0 -> 5.4.1 2019-12-28 20:30:45 +01:00
gnidorah
2435e8bf22 mame: 0.216 -> 0.217 2019-12-28 20:09:29 +01:00
Doron Behar
7efc1c8c50 newsboat: 2.17.1 -> 2.18 2019-12-28 20:07:15 +01:00
Robert Hensing
71358c4f1e swapDevices.<name>.device can be a swap file. 2019-12-28 20:00:50 +01:00
Domen Kožar
0f85c5bc5f
Merge pull request #76582 from LnL7/darwin-remove-cf-references
darwin.cf-private: remove references
2019-12-28 19:53:05 +01:00
Maximilian Bosch
a9e86bbd83
Merge pull request #76613 from alyssais/kmymoney
kmymoney: fix build
2019-12-28 19:25:54 +01:00
Mikołaj Gałkowski
650a6354bb unityhub: init at 2.2.2 (#65391) 2019-12-28 13:16:18 -05:00
Jan Tojnar
59b0ab21e7
Merge pull request #68084 from lopsided98/gts-propagate-glib
gts: propagate glib
2019-12-28 18:29:43 +01:00
Maximilian Bosch
513c052cfb
Merge pull request #76614 from tadeokondrak/mpv-0.31
mpv: 0.30.0 -> 0.31.0
2019-12-28 18:04:58 +01:00
R. RyanTM
a86e5f8a37 offlineimap: 7.3.0 -> 7.3.2 (#76353) 2019-12-28 11:45:39 -05:00
Maximilian Bosch
749d51bf35
qgrep: fix darwin and aarch64-linux build
https://hydra.nixos.org/build/108321871
https://hydra.nixos.org/build/108556036

Things done:

* SSE2 isn't available for the aarch64-target of GCC (the package builds
  on aarch64 without those flags and works fine as well).

* Added missing darwin libraries.

* Applied a darwin-specific patch which disables i386 as target platform
  (breaks at least on MacOS catalina otherwise).
2019-12-28 17:20:06 +01:00
Tadeo Kondrak
85783b9eac
mpv: 0.30.0 -> 0.31.0 2019-12-28 09:10:30 -07:00
Alyssa Ross
53c4668e71
kmymoney: fix build
python2 used to be propagated in here, until
4e421aebfe.

Upstream bug to stop using Python 2:
https://bugs.kde.org/show_bug.cgi?id=405383
2019-12-28 15:46:48 +00:00
Jörg Thalheim
8bd736c789
age: init at v1.0.0-beta2 (#76608)
age: init at v1.0.0-beta2
2019-12-28 15:25:10 +00:00
Vincent Ambo
102fe729d3 age: init at v1.0.0-beta2
age is a new modern encryption tool with small explicit keys, no
config and UNIX-style composability.
2019-12-28 16:20:40 +01:00
Jean-Philippe Braun
a84185860c waybar: 0.8.0 -> 0.9.0 2019-12-28 16:09:15 +01:00
Jean-Philippe Braun
1612cf3560 gtk-layer-shell: init at 0.1.0 2019-12-28 16:08:46 +01:00
Matthieu Coudron
a3a0f1f489 unibilium: 2.0.0 -> 20190811
Main maintainer doesn't answer. Neovim is now the upstream see
https://github.com/neovim/neovim/issues/10302
2019-12-28 15:54:07 +01:00
Louis Bettens
0cebd5a0b7 libxklavier: honor $XKB_CONFIG_ROOT 2019-12-28 15:35:00 +01:00
zowoq
da32ab4405 wireshark: 3.0.5 -> 3.2.0 2019-12-28 15:30:49 +01:00
Maximilian Bosch
9aadb6391d
taizen: fix darwin build
https://hydra.nixos.org/build/108557016
2019-12-28 15:07:38 +01:00
Bernardo Meurer
5a3c1eda46 browsh: 1.5.2 -> 1.6.4 2019-12-28 14:23:42 +01:00
markuskowa
818b08ff4a
Merge pull request #76594 from alyssais/ekiga
ekiga: fix build
2019-12-28 13:49:29 +01:00
Louis Bettens
729bd0ba58 gnome3.gnome-desktop: honor $XKB_CONFIG_ROOT 2019-12-28 12:34:56 +01:00
Louis Bettens
636dabcf80 nixos/xserver: set $XKB_CONFIG_ROOT 2019-12-28 12:34:56 +01:00
Linus Heckemann
b9bf846080
Merge pull request #76189 from Ma27/nixos-install-verbosity-level
nixos/nixos-installer: add flags for verbosity and build logs
2019-12-28 11:50:25 +01:00
Alyssa Ross
6b24a1b8c1
emacsPackages.pod-mode: init at 1.04 (#76470) 2019-12-28 10:54:30 +01:00
Oleksii Filonenko
af57b17404 act: init at 0.1.3 2019-12-27 16:24:36 -08:00
Ben Wolsieffer
660345d9fe mavproxy: 1.8.17 -> 1.8.18 2019-12-27 16:23:20 -08:00
Ben Wolsieffer
a04a45e8a6 pythonPackages.pymavlink: 2.4.1 -> 2.4.2 2019-12-27 16:23:20 -08:00
Alyssa Ross
e515592141
ekiga: fix build 2019-12-27 23:51:13 +00:00
Aaron Andersen
c95aef92b9 nixos/awstats: add missing description to extraConfig option (#76575) 2019-12-28 01:09:47 +02:00
Dmitry Kalinkin
435b8862c6
Merge pull request #76528 from hamishmack/darktable-macos
darktable: Add openmp when cc.isClang to fix macos
2019-12-27 16:36:49 -05:00
Mario Rodas
38b41d86c2
Merge pull request #76559 from bcdarwin/update-parany
ocamlPackages.parany: 7.0.0 -> 8.0.0
2019-12-27 15:03:54 -05:00
Mario Rodas
ffa023d0c4
Merge pull request #76574 from zowoq/podman
podman: install completion
2019-12-27 15:03:14 -05:00
Peter Simons
4ba505b887
Merge pull request #75857 from NixOS/haskell-updates
Update Haskell Package Set
2019-12-27 20:59:21 +01:00
Peter Simons
525b8cd3f6 ghc: add 8.10.1-alpha2 2019-12-27 20:58:23 +01:00
Peter Simons
56f1127a42 ghc: add 8.8.2-rc1 2019-12-27 20:43:35 +01:00
Peter Simons
fdd64fbc37 haskell-servant-{ekg,blaze}: jailbreak to fix the build 2019-12-27 20:37:13 +01:00
Peter Simons
4d403a3a51 haskell-ghcide: drop broken overrides
We made an effort to support ghcide in Nixpkgs, but the complexity of the
problem is a bit too high, IMHO. We need to keep older versions of several
packages around in order to satisfy the build requirements, and some of those
older packages don't even build themselves (like hie-bios). We had ghcide
working at some point, but then it was broken again right away after a couple
of days. I fear that we'll run into that issue again and again with a setup of
that complexity.

Instead, I'd propose that we work with upstream to fix their build, i.e. let's
make sure that the proper ghcide build works with recent versions of its build
inputs.

Closes https://github.com/NixOS/nixpkgs/pull/75449.
Closes https://github.com/NixOS/nixpkgs/pull/76103.
2019-12-27 20:37:13 +01:00
Peter Simons
4979823e46 git-annex: update sha256 hash for version 7.20191218 2019-12-27 20:37:13 +01:00
Peter Simons
dbcb34900a haskell-lsp-test: update override to the latest version 2019-12-27 20:37:13 +01:00