Commit graph

218265 commits

Author SHA1 Message Date
Matthias Beyer f24538c570
xmage: init at 1.4.42V6 (#82655)
xmage: init at 1.4.42V6
2020-03-23 09:55:30 -07:00
Jonathan Ringer 2a56d98a99 unityhub: fix hash 2020-03-23 09:52:08 -07:00
R. RyanTM 7336a5de11 python27Packages.pid: 2.2.5 -> 3.0.0 2020-03-23 09:48:03 -07:00
R. RyanTM 1f00ff162f python37Packages.pyhcl: 0.4.0 -> 0.4.1 2020-03-23 09:46:14 -07:00
R. RyanTM 5542ea4287 python27Packages.fiona: 1.8.13 -> 1.8.13.post1 2020-03-23 09:43:13 -07:00
Orivej Desh (NixOS) aa049c802b
Merge pull request #83042 from aanderse/mysql-fixup
nixos/mysql: fix service so it works with mysql80 package
2020-03-23 16:37:58 +00:00
R. RyanTM af615af266 python27Packages.icalendar: 4.0.4 -> 4.0.5 2020-03-23 09:15:03 -07:00
Mario Rodas f85d4e96ca
Merge pull request #83179 from marsam/update-starship
starship: 0.37.0 -> 0.38.1
2020-03-23 11:08:45 -05:00
Anderson Torres 571b7226d5
Merge pull request #83165 from AndersonTorres/update-openshot-qt
Update openshot-qt and related packages
2020-03-23 12:58:22 -03:00
Peter Simons 81b18c3711 chromium: fix webrtc interaction with pulseaudio
The webrtc code suffered from a race condition when used
with Pulseaudio. This lead to audio input breaking every
couple of minutes during a webrtc session.
2020-03-23 16:56:08 +01:00
R. RyanTM 2a5ef17a63 python27Packages.azure-mgmt-web: 0.44.0 -> 0.45.0 2020-03-23 08:52:15 -07:00
R. RyanTM 820deb5a46 python27Packages.azure-mgmt-monitor: 0.7.0 -> 0.8.0 2020-03-23 08:50:15 -07:00
R. RyanTM b4ffaa9bc0 python27Packages.dropbox: 9.4.0 -> 9.5.0 2020-03-23 08:49:43 -07:00
Jan Tojnar 7d9e3877e1
Merge pull request #81924 from bachp/samba-4.12.0
samba: 4.11.5 -> 4.12.0
2020-03-23 15:26:39 +01:00
Michael Weiss 868f1ceb30
wev: 2019-08-11 -> 1.0.0 2020-03-23 14:50:21 +01:00
Florian Klink d7a3ee6daa
Merge pull request #83150 from mweinelt/pr/zsh-powerlevel10k/v1.5
zsh-powerlevel10k: v1.4.0 → v1.5.0
2020-03-23 14:43:15 +01:00
Michele Guerini Rocco cbc357141e
Merge pull request #83009 from bcdarwin/disable-python38-rope
python38Packages.rope: disable for Python>=3.8
2020-03-23 13:57:52 +01:00
Ben Darwin 3d0410e769 python38Packages.rope: disable for Python>=3.8
- browsing the github page suggests the upcoming 0.17 release should support 3.8
2020-03-23 08:40:29 -04:00
Peter Simons 793c1b5c72 obs-studio: update from version 25.0.0 to 25.0.2
The 25.0.0 version crashes every time one tries to save the settings.
2020-03-23 12:30:37 +01:00
José Romildo Malaquias 788c128553
Merge pull request #83069 from romildo/upd.greybird
greybird: 3.22.11 -> 3.22.12
2020-03-23 08:24:20 -03:00
José Romildo Malaquias f0ed641a65
Merge pull request #83001 from romildo/upd.volctl
volctl: 0.6.2 -> 0.6.3
2020-03-23 08:22:46 -03:00
Mario Rodas 53fa9f8ed3
Merge pull request #83187 from r-ryantm/auto-update/python2.7-cchardet
python27Packages.cchardet: 2.1.5 -> 2.1.6
2020-03-23 06:01:29 -05:00
Lancelot SIX cd8e4eaaf2
Merge pull request #83195 from jojosch/dbeaver_7.0.1
dbeaver: 7.0.0 -> 7.0.1
2020-03-23 11:59:36 +01:00
Mario Rodas 4603dcc462
Merge pull request #83177 from marsam/update-tflint
tflint: 0.15.2 -> 0.15.3
2020-03-23 05:55:42 -05:00
josephtheengineer 49f0b276f8
godot: 3.2 -> 3.2.1 2020-03-23 20:35:53 +10:00
markuskowa 3578bb5d85
Merge pull request #83129 from ck3d/unstable-vdr-xineliboutput-fix-opengl-and-2.2.0
vdr-xineliboutput fix build and 2.1.0 -> 2.2.0
2020-03-23 11:13:59 +01:00
Johannes Schleifenbaum b1de18e999
dbeaver: 7.0.0 -> 7.0.1 2020-03-23 11:02:58 +01:00
Jörg Thalheim c456803b1a
Merge pull request #83198 from Izorkin/netdata-fix
nixos/netdata: fix permissions for plugins
2020-03-23 10:00:40 +00:00
Michael Peyton Jones 07f363fae3
cleanSourceWith: don't use baseNameOf
Currently, not providing `name` to `cleanSourceWith` will use the name
of the imported directory. However, a common case is for this to be the
top level of some repository. In that case, the name will be the name of
the checkout on the current machine, which is not necessarily
reproducible across different settings, and can lead to e.g. cache
misses in CI.

This is documented in the comment on `cleanSourceWith`, but this does
not stop it being a subtle trap for users.

There are different tradeoffs in each case:

1. If `cleanSourceWith` defaults to `"source"`, then we may end up with a
user not knowing what directory a source store path corresponds to.
However, it being called "unnamed" may give them a clue that there is a
way for them to name it, and lead them to the definition of the
function, which has a clear `name` parameter.

2. If `cleanSoureWith` defaults to the directory name, then a user may face
occasional loss of caching, which is hard to notice, and hard to track
down. Tracking it down likely requires use of more advanced tools like
`nix-diff`, and reading the source of a lot of nix code.

I think the downside of the status quo is worse.

This is really another iteration of
https://github.com/NixOS/nix/issues/1305: that led to adding the `name`
argument in the first place, this just makes us use a better default
`name`.
2020-03-23 09:53:07 +00:00
Izorkin d508a2f366 nixos/netdata: fix permissions for perf.plugin 2020-03-23 12:24:49 +03:00
Izorkin a3c769fef6 nixos/netdata: fix permissions for slabinfo.plugin 2020-03-23 12:24:49 +03:00
Jörg Thalheim 50281a823f
Merge pull request #83189 from Mic92/fixes-build-go-package
Package fixes from buildGoPackage: enable strictDeps
2020-03-23 08:42:07 +00:00
Gabriel Ebner 5b48832fae
Merge pull request #83161 from marsam/update-lean
lean: 3.7.0 -> 3.7.2
2020-03-23 09:27:43 +01:00
Michael Raskin db4ccddb35
Merge pull request #83185 from idontgetoutmuch/octave-for-macos
Build octave on macos
2020-03-23 08:17:27 +00:00
Jörg Thalheim 5f3f4cb1be
terraform-libvirt: fix strict deps build 2020-03-23 08:16:46 +00:00
Jörg Thalheim 77b12146c9
coyim: fix strict deps build 2020-03-23 08:16:43 +00:00
Jörg Thalheim b4c2511eb8
gitea: fix strict deps build 2020-03-23 08:16:40 +00:00
Jörg Thalheim aa7b26fe29
singularity: fix build with strict deps 2020-03-23 08:16:38 +00:00
Jörg Thalheim 90b1dc12ea
wally-cli: fix build with strict deps 2020-03-23 08:16:35 +00:00
Jörg Thalheim adb623147a
livepeer: fix build with strict deps 2020-03-23 08:16:32 +00:00
Jörg Thalheim be283a97e5
gogs: fix build with strict deps 2020-03-23 08:15:04 +00:00
Jörg Thalheim c0c7c00f18
traefik: fix build with strict deps 2020-03-23 08:15:02 +00:00
Jörg Thalheim 72f4001e1e
kops: fix strict deps build 2020-03-23 08:14:59 +00:00
Jörg Thalheim 13c1938593
localetime: fix build with strict deps 2020-03-23 08:14:57 +00:00
Jörg Thalheim 4be2b7e826
morph: fix strict deps build 2020-03-23 08:14:54 +00:00
Jörg Thalheim 5b043ed82b
ngrok-1: fix strict deps build 2020-03-23 08:14:52 +00:00
Jörg Thalheim 676626a03f
meguca: fix strict deps build 2020-03-23 08:14:49 +00:00
Jörg Thalheim 9050cd5a5a
hydron: fix strict deps build 2020-03-23 08:14:47 +00:00
Jörg Thalheim b29aa1206d
go2nix: fix build with strict deps enabled 2020-03-23 08:14:45 +00:00
Jörg Thalheim 0d3f06bfbf
kubernetes: put build tools into nativeBuildInputs 2020-03-23 08:14:42 +00:00