1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-29 09:02:46 +00:00
Commit graph

215908 commits

Author SHA1 Message Date
worldofpeace 66c169a235
Merge pull request #80323 from worldofpeace/gnome-tour
gnome-tour: init at 0.0.1
2020-03-04 02:03:36 +00:00
worldofpeace b2f7754e83
Merge pull request #79876 from mothsART/feature/new-package-drawing
drawing: init at 0.4.10
2020-03-04 01:47:49 +00:00
worldofpeace 50ad33cd02 gnome-tour: init at 0.0.1 2020-03-03 20:40:30 -05:00
Florian Klink d881de1e96
Merge pull request #81317 from eamsden/eamsden/nix23-fix-cross-compile
nix: Patch config.nix.in to reference host platform binaries
2020-03-03 17:35:31 -08:00
worldofpeace 9dc1cc507d pantheon.wingpanel-indicator-nightlight: 2.0.2 -> 2.0.3
https://github.com/elementary/wingpanel-indicator-nightlight/releases/tag/2.0.3
2020-03-03 20:11:46 -05:00
worldofpeace 7f7977e296 pantheon.elementary-files: 4.4.0 -> 4.4.1
https://github.com/elementary/files/releases/tag/4.4.1
2020-03-03 20:11:46 -05:00
worldofpeace 0e82b0e0ed ephemeral: 6.2.1 -> 6.3.0
https://github.com/cassidyjames/ephemeral/releases/tag/6.3.0
2020-03-03 20:11:46 -05:00
worldofpeace 5d31a94b11 lollypop: 1.2.16 -> 1.2.23 2020-03-03 20:11:46 -05:00
worldofpeace c10c96b991 lollypop: add missing deps
We need the GIO_EXTRA_MODULE from glib-networking
2020-03-03 20:11:46 -05:00
Jan Tojnar 699b2d40c9
joplin: clean up dependencies
vips now propagates the requirements correctly
2020-03-04 01:35:17 +01:00
Jan Tojnar 3aa9d99a0a
vips: split into multiple outputs 2020-03-04 01:32:41 +01:00
Jan Tojnar 658b4914f3
vips: propagate glib
The .pc file has gobject-2.0 in Requires
2020-03-04 01:28:09 +01:00
R. RyanTM 5e75ba3f42
act: 0.2.4 -> 0.2.5 2020-03-04 00:27:41 +00:00
Jan Tojnar 1829f233dc
vips: do not run configure twice 2020-03-04 01:27:23 +01:00
Jan Tojnar 9806a7638b
vips: clean up 2020-03-04 01:23:43 +01:00
Mario Rodas b7a94c332a
Merge pull request #81658 from zowoq/gh
gitAndTools.gh: 0.5.7 -> 0.6.0
2020-03-03 18:50:34 -05:00
Mario Rodas 9294305e1f
Merge pull request #80583 from marsam/update-du-dust
du-dust: 0.4.4 -> 0.5.0
2020-03-03 18:46:17 -05:00
Bignaux Ronan 04037d1e03 appimage: unify extract functions 2020-03-04 00:46:00 +01:00
worldofpeace fcdc5e3db0
pipewire: format 2020-03-04 00:35:36 +01:00
Jan Tojnar 2279ce310f
phpPackages.psalm: 3.7.2 → 3.9.3 2020-03-04 00:23:04 +01:00
Jan Tojnar 08d7cf5c86
phpPackages.phpstan: 0.12.4 → 0.12.14 2020-03-04 00:23:03 +01:00
Jan Tojnar 72a5256b1b
phpPackages.composer: 1.9.1 → 1.9.3 2020-03-04 00:23:01 +01:00
Edward Amsden 3b72c55fc5
nix: Drive-by cleanup: replace ifthenelse with lib.optionalString 2020-03-03 18:07:21 -05:00
Edward Amsden f1415f633c
nix: Patch config.nix.in to reference host platform binaries 2020-03-03 18:07:09 -05:00
zowoq 85a8d13017 gitAndTools.gh: 0.5.7 -> 0.6.0
https://github.com/cli/cli/releases/tag/v0.6.0
2020-03-04 08:16:42 +10:00
Jan Tojnar 1459b34afa
netpbm: fix wrappers 2020-03-03 22:30:52 +01:00
worldofpeace 539706cd04
Merge pull request #81217 from Kiwi/python-digitalocean-1.15.0
pythonPackages.digital-ocean: 1.13.2 -> 1.15.0
2020-03-03 21:09:09 +00:00
Sergey Lukjanov 7a749709c8 hugo: 0.65.3 -> 0.66.0 2020-03-03 13:00:56 -08:00
worldofpeace c5590dd9d7
Merge pull request #81616 from jtojnar/gom-update
gom: 0.3.3 → 0.4
2020-03-03 20:56:38 +00:00
talyz 74769b6799 gitaly: Copy gem files into bundler env instead of symlinking
This fixes issue #79374, where gitaly prints warning messages on the
client side when running push or fetch.
2020-03-03 21:19:01 +01:00
talyz affcf9ba1e bundlerEnv: Add option to copy gem files instead of symlinking
The way ruby loads gems and keeps track of their paths seems to not
always work very well when the gems are accessed through
symlinks. Ruby will then complain that the same files are loaded
multiple times; it relies on the file's full path to determine whether
the file is loaded or not.

This adds an option to simply copy all gem files into the environment
instead, which gets rid of this issue, but may instead result in major
file duplication.
2020-03-03 21:19:01 +01:00
talyz 17721d3b33 gitaly: Add myself to maintainers 2020-03-03 21:19:01 +01:00
talyz a3b2828de3 gitlab-shell: Change name from gitlab-shell-go to gitlab-shell
This is left over from when gitlab-shell had a ruby part and a go
part. The ruby part is now gone, so let's call the go part
gitlab-shell.
2020-03-03 21:19:01 +01:00
talyz f2bb5238aa gitlab-workhorse: 8.20.0 -> 8.21.0 2020-03-03 21:19:01 +01:00
talyz facef28665 gitaly: 1.83.0 -> 12.8.1
In order to build gitaly, this locally overrides the version of
libgit2, since gitaly is not compatible with the latest version.
2020-03-03 21:19:01 +01:00
talyz 7d8a2004cf gitlab: 12.7.6 -> 12.8.1
https://about.gitlab.com/releases/2020/02/22/gitlab-12-8-released/
https://about.gitlab.com/releases/2020/02/24/gitlab-12-8-1-released/
2020-03-03 21:19:01 +01:00
Florian Klink 407be0a577
Merge pull request #81327 from flokli/add-cage
nixos/cage: init
2020-03-03 12:04:33 -08:00
R. RyanTM b66896f222 tribler: 7.4.1 -> 7.4.4 2020-03-03 19:29:13 +00:00
R. RyanTM e88113846c
gnomeExtensions.appindicator: 30 -> 32 (#81309) 2020-03-03 20:22:38 +01:00
worldofpeace 1bb8a2baaf
Merge pull request #81554 from ianmjones/snippetpixie-update-1.3.1
snippetpixie: 1.2.2 -> 1.3.1
2020-03-03 19:19:27 +00:00
R. RyanTM 43568a2f04 talloc: 2.1.16 -> 2.3.1 2020-03-03 19:10:15 +00:00
R. RyanTM 511ebca3a3 python27Packages.tomlkit: 0.5.8 -> 0.5.11 2020-03-03 20:02:41 +01:00
Aiken Cairncross 3db82f6fc3 python3Packages.monosat: Fix hash
PR #81562 inadvertently broke these builds
2020-03-03 11:02:23 -08:00
R. RyanTM 3a250de1d8 python37Packages.asdf: 2.5.0 -> 2.5.2 2020-03-03 20:02:01 +01:00
R. RyanTM 0b121e343d stress-ng: 0.10.19 -> 0.11.01 2020-03-03 18:59:55 +00:00
Daiderd Jordan 4c945ee64a
Merge pull request #81443 from tricktron/iterm2-fix
iterm2: 3.0.14 -> 3.3.9 & fix build
2020-03-03 19:21:16 +01:00
Dmitry Kalinkin 344d914a87
Merge pull request #80940 from veprbl/pr/ipykernel_darwin_fix2
python3Packages.ipykernel: fix build on darwin
2020-03-03 12:51:16 -05:00
Dmitry Kalinkin fa2546f1b9
tdlib: enable on darwin 2020-03-03 12:44:04 -05:00
R. RyanTM c7b428de3a python27Packages.ROPGadget: 6.0 -> 6.2 2020-03-03 17:19:45 +00:00
R. RyanTM ab4d825f3b rspamd: 2.3 -> 2.4 2020-03-03 17:08:22 +00:00