Commit Graph
208671 Commits
Author SHA1 Message Date
Pascal Bach 76506ae42f nixos/matrix-synapse: fix empty user name 2020-01-08 23:18:26 +01:00
Will DietzandGitHub a0b86e3b64 Merge pull request #75022 from dtzWill/update/vnote-2.8
vnote: 2.7.2 -> 2.8.2
2020-01-08 16:03:05 -06:00
Sander van der Burg 3f0fee752d disnix: 0.9 -> 0.9.1 2020-01-08 22:12:16 +01:00
Jonathan RingerandJon 6074b17dad cookiecutter: use python3 2020-01-08 12:59:24 -08:00
Matthew BauerandGitHub 0ab7cf72c3 Merge pull request #77147 from hamishmack/email-sender-macos
perlPackages.EmailSender: Fix for macOS
2020-01-08 15:25:54 -05:00
Matthew BauerandGitHub 063935621c Merge pull request #77336 from matthewbauer/fix-missing-xmemdup-in-gnustep
gnustep/base: add libiberty to linker flags
2020-01-08 15:11:06 -05:00
Matthew Bauer 2c6eaef83e gnustep/base: add libiberty to linker flags
In https://github.com/NixOS/nixpkgs/issues/76927, we found that
xmemdup is missing when compiling some conftest for gnustep-base. It’s
unclear why this happens but it appears to be from the update to gcc9.
Adding libiberty gives us that symbol and fixes things. What’s less
clear is why this happens to begin with.

Fixes #76927
2020-01-08 15:05:57 -05:00
Gürkan GürandJon 0def56c8ee pythonPackages.pysnooper: init at 0.3.0 2020-01-08 11:46:48 -08:00
Gürkan GürandJon 08f1be27b5 pythonPackages.python-toolbox: init at 0.9.4 2020-01-08 11:46:48 -08:00
Franz PletzandGitHub d01cc96e0a Merge pull request #77331 from andir/firefox72
firefox: 71.0 -> 72.0 (and other firefox packages as well)
2020-01-08 19:39:50 +00:00
Franz PletzandGitHub 6c4b128985 Merge pull request #77322 from filalex77/lazygit-0.12.3
lazygit: 0.11.3 -> 0.12.3
2020-01-08 19:03:22 +00:00
Jörg ThalheimandGitHub a3c8a81e2d Merge pull request #77323 from worldofpeace/nox-not-in-release
release: drop nox for nixpkgs-review
2020-01-08 18:04:40 +00:00
Marek MahutandGitHub 1bf1da0ff5 Merge pull request #77329 from mmahut/ledger-live-desktop
ledger-live-desktop: 1.19.2 -> 1.20.0
2020-01-08 18:37:51 +01:00
Graham ChristensenandGitHub 3de5266b25 Merge pull request #77327 from curiousleo/toplevel-clippy
clippy: expose as top-level package
2020-01-08 12:13:51 -05:00
Marek Mahut dcd6e6c94a ledger-live-desktop: 1.19.2 -> 1.20.0 2020-01-08 18:10:26 +01:00
Silvan MosbergerandGitHub b46776d14e Clarify error message of 'assigning to top-level attribute' (#76702)
Clarify error message of 'assigning to top-level attribute'
2020-01-08 17:36:43 +01:00
worldofpeaceandGitHub f4654713a3 Merge pull request #77325 from worldofpeace/tpm2-tss-fixbuild
tpm2-tss: fix build
2020-01-08 11:30:28 -05:00
worldofpeace dfd115a116 swiftclient: add setuptools
Traceback (most recent call last):
  File "/nix/store/8qkdlyv2ckrimvi50qvl0anzv66jcp2j-python-swiftclient-3.6.0/bin/.swift-wrapped", line 7, in <module>
    from swiftclient.shell import main
  File "/nix/store/8qkdlyv2ckrimvi50qvl0anzv66jcp2j-python-swiftclient-3.6.0/lib/python3.7/site-packages/swiftclient/__init__.py", line 20, in <module>
    from .client import *  # noqa
  File "/nix/store/8qkdlyv2ckrimvi50qvl0anzv66jcp2j-python-swiftclient-3.6.0/lib/python3.7/site-packages/swiftclient/client.py", line 33, in <module>
    from swiftclient import version as swiftclient_version
  File "/nix/store/8qkdlyv2ckrimvi50qvl0anzv66jcp2j-python-swiftclient-3.6.0/lib/python3.7/site-packages/swiftclient/version.py", line 15, in <module>
    import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
2020-01-08 11:06:47 -05:00
Andreas RammholdandFranz Pletz 40018e5987 firefox: 71.0 -> 72.0 2020-01-08 17:06:35 +01:00
Leonhard Markert 4f2aa54cb9 clippy: expose as top-level package 2020-01-08 16:59:50 +01:00
squalusandBjørn Forsman 9314327dee keepassxc: fix darwin build
- Removed the unnecessary libmicrohttpd dependency, which doesn't
  build on macOS. KeepassXC removed this dependency in 2.1.2
- Fixed a compiler error related to the Touch ID feature by adding a
  dependency on the LocalAuthentication framework
2020-01-08 16:44:14 +01:00
worldofpeace 5b0c0bbc08 tpm2-tss: fix build
Channel blocker https://hydra.nixos.org/build/109901320
2020-01-08 10:38:28 -05:00
Antonio Nuno MonteiroandVincent Laporte ccce14ed53 ocamlPackages.lwt_ppx: use independent source from lwt 2020-01-08 15:53:53 +01:00
worldofpeace 9404009d0c release: drop nox for nixpkgs-review
The comment in this file about why nox is here
was "Needed by travis-ci to test PRs", and we
for sure don't use travis-ci anymore.
Instead we're making nixpkgs-review a deliverable
because it's included in the PR template as a tool
to use. We also swapped out nox for nixpkgs-review
in the PR template, so I believe this makes sense
here because it was changed.
2020-01-08 09:47:49 -05:00
Andreas RammholdandGitHub 366dc671a9 Merge pull request #76820 from andir/buildRustCrate-tests
buildRustCrate: add `buildTests` flag to tell rustc to build tests instead of binaries
2020-01-08 15:39:54 +01:00
worldofpeaceandGitHub a408bcbe44 Merge pull request #73938 from worldofpeace/port-gnome3-xorg-test
nixosTests.gnome3-xorg: port to python/rewrite
2020-01-08 09:38:29 -05:00
adisbladis 61a92baf35 melpa-packages: 2020-01-08 2020-01-08 14:34:35 +00:00
adisbladis 04c9af7d11 elpa-packages: 2020-01-08 2020-01-08 14:33:14 +00:00
Ryan MulliganandGitHub 1eb5d0c091 Merge pull request #77197 from r-ryantm/auto-update/python3.7-pikepdf
python37Packages.pikepdf: 1.8.1 -> 1.8.2
2020-01-08 06:14:25 -08:00
adisbladisandGitHub dd6970c824 Merge pull request #77319 from adisbladis/python-eggs
python: Add support for installing Python eggs
2020-01-08 14:13:03 +00:00
Oleksii Filonenko 82364512fd lazygit: add filalex77 to maintainers 2020-01-08 16:11:29 +02:00
Oleksii Filonenko 86946704e6 lazygit: 0.11.3 -> 0.12.3 2020-01-08 16:10:19 +02:00
adisbladis 2d6f1ff4dd python: Add support for installing Python eggs 2020-01-08 13:59:04 +00:00
Andreas Rammhold 2ad59bdf8c firefox-esr-68: 68.3.0esr -> 68.4.0esr 2020-01-08 14:48:30 +01:00
Andreas Rammhold a36a9127bb firefox-devedition-bin: 72.0b11 -> 73.0b2 2020-01-08 14:48:30 +01:00
Andreas Rammhold 47804d55b4 firefox-beta-bin: 72.0b4 -> 73.0b2 2020-01-08 14:48:30 +01:00
Andreas Rammhold 1064ac96b9 firefix-bin: 71.0 -> 72.0 2020-01-08 14:48:30 +01:00
Andreas Rammhold 6d8208e373 firefox: prepare for firefox 72 2020-01-08 14:48:30 +01:00
Andreas Rammhold 6da3b5e8b7 nss: 3.47.1 -> 3.48.1 2020-01-08 14:48:30 +01:00
José Romildo MalaquiasandGitHub 380220c237 Merge pull request #77045 from romildo/upd.mate
mate.engrampa: 1.22.2 -> 1.22.3
2020-01-08 10:29:36 -03:00
José Romildo MalaquiasandGitHub 4b725eafbe Merge pull request #76984 from romildo/upd.greybird
greybird: 3.22.10 -> 3.22.11
2020-01-08 10:28:38 -03:00
Domen KožarandGitHub 5243f9e4ed Merge pull request #77311 from domenkozar/cachix-channel
Add cachix as a blocker for channel updates
2020-01-08 14:18:45 +01:00
Tim Steinbach 74e75a8964 linux_latest-libre: 17169 -> 17174 2020-01-08 08:03:28 -05:00
Domen Kožar 3eb9f9d83b Add cachix as a blocker for channel updates 2020-01-08 13:17:54 +01:00
Mario RodasandGitHub 77a6737b7a Merge pull request #77250 from filalex77/topgrade-3.7.0
topgrade: 3.6.0 -> 3.7.1
2020-01-08 06:19:02 -05:00
Mario RodasandGitHub 86e82f9d9f Merge pull request #76856 from anmonteiro/patch-2
ocaml rresult: Add the `result` compatibility package as a build input
2020-01-08 06:18:03 -05:00
Mario RodasandGitHub 223c8b6e32 Merge pull request #77302 from marsam/update-heroku
heroku: 7.33.1 -> 7.35.1
2020-01-08 06:12:45 -05:00
Daiderd JordanandGitHub e0b00eda58 Merge pull request #77306 from gpevnev/reattach-to-user-namespace-2.8
reattach-to-user-namespace: 2.7 -> 2.8
2020-01-08 12:06:59 +01:00
Mario RodasandGitHub dd80b19cb6 Merge pull request #76835 from jerith666/flyway-jardirs
flyway: fix jarDirs option
2020-01-08 06:04:45 -05:00
Mario RodasandGitHub d1dbdf0bf4 Merge pull request #77192 from r-ryantm/auto-update/python2.7-awkward
python27Packages.awkward: 0.12.18 -> 0.12.19
2020-01-08 05:56:06 -05:00