Commit Graph
263568 Commits
Author SHA1 Message Date
MilanandGitHub 0d724ba2fc dockerTools: fix build (#109420) 2021-01-15 03:56:38 +01:00
MilanandGitHub f634c149e4 nixos/tests/docker: wait for docker service (#109418)
Previously the Docker daemon was started by systemd socket activation.
Thus, the Docker test waited for the sockets.target unit.
But when the docker module was changed to start the Docker daemon at
boot instead of by socket activation, the test was left untouched.
With the Docker 20.10 update this lead to a timing issue, where the
docker command is run before the Docker daemon has started and hangs.

Fixes #109416
2021-01-15 03:38:15 +01:00
MilanandGitHub 4171cd53d6 redis: make masterAuth option optional (#109417) 2021-01-15 03:21:27 +01:00
Jan TojnarandGitHub bfb91bc57f Merge pull request #109363 from rhoriguchi/gnome-shell-extension-clock-override
gnomeExtensions.clock-override: init at 12
2021-01-15 02:56:37 +01:00
Mikołaj GałkowskiandGitHub 5525440dd6 unityhub: add mising icu and clang libraries (#109413)
Compilation of c# scripts with L2CPP for would fail, due to
missing icu and clang libs
2021-01-14 19:38:36 -05:00
Andreas RammholdandGitHub 3be09b94fb Merge pull request #108860 from endocrimes/dani/fix-tmp
modules/boot: Specify the type for tmpfs mounts
2021-01-15 00:31:14 +01:00
Maximilian BoschandGitHub f08a59befc Merge pull request #109313 from yoctocell/tor-browser-bundle-bin-10.0.8
tor-browser-bundle-bin: 10.0.7 -> 10.0.8
2021-01-15 00:17:14 +01:00
Maximilian BoschandGitHub 9c099f6420 Merge pull request #109263 from erictapen/contributing-mention-backported-commits
contributing.md: change labels on backported PRs
2021-01-15 00:10:01 +01:00
Maximilian BoschandGitHub 6b3a546f9f Merge pull request #109377 from WilliButz/update/grafana/v7.3.7
grafana: 7.3.6 -> 7.3.7
2021-01-15 00:06:11 +01:00
Maximilian BoschandGitHub a426eafc20 Merge pull request #109265 from Ma27/matrix-synapse
matrix-synapse: 1.24.0 -> 1.25.0
2021-01-15 00:00:57 +01:00
Martin WeineltandGitHub 60a8a5cf8c Merge pull request #109398 from mweinelt/home-assistant
home-assistant: 2021.1.1 -> 2021.1.2
2021-01-15 00:00:27 +01:00
Martin Weinelt c5a3874a4c home-assistant: 2021.1.1 -> 2021.1.2 2021-01-14 23:53:44 +01:00
Martin Weinelt db1cc4704d python3Packages.pyhaversion: disable < 3.8, not >= 3.8 2021-01-14 23:53:44 +01:00
Kevin CoxandGitHub ddad87f26a Merge pull request #108940 from Atemu/zfs-test-with-stable-linuxPackages
tests/zfs: test stable with stable linuxPackages
2021-01-14 17:09:02 -05:00
Kevin CoxandGitHub 5666f34b28 Merge pull request #91813 from Mic92/types1
nixos/*: Add types to the database module options
2021-01-14 17:04:54 -05:00
John EricsonandGitHub 3d9a14f76c Merge pull request #109326 from HectorAE/hdf5-blosc-init
hdf5-blosc: init at 1.0.0
2021-01-14 17:03:07 -05:00
Alyssa Ross 3893d6c6d7 gitAndTools: move everything to the top level
The comment at the top of git-and-tools/default.nix said:

    /* All git-relates tools live here, in a separate attribute set so that users
     * can get a fast overview over what's available.

but unfortunately that hasn't actually held up in practice.

Git-related packages have continued to be added to the top level, or
into gitAndTools, or sometimes both, basically at random, so having
gitAndTools is just confusing.  In fact, until I looked as part of
working on getting rid of gitAndTools, one program (ydiff) was
packaged twice independently, once in gitAndTools and once at the top
level (I fixed this in 98c3490196).

So I think it's for the best if we move away from gitAndTools, and
just put all the packages it previously contained at the top level.
I've implemented this here by just making gitAndTools an alias for the
top level -- this saves having loads of lines in aliases.nix.  This
means that people can keep referring to gitAndTools in their
configuration, but it won't be allowed to be used within Nixpkgs, and
it won't be presented to new users by e.g. nix search.

The only other change here that I'm aware of is that
appendToName "minimal" is not longer called on the default git
package, because doing that would have necessitated having a private
gitBase variable like before.  I think it makes more sense not to do
that anyway, and reserve the "minimal" suffix only for gitMinimal.
2021-01-14 21:27:48 +00:00
Hector Escobedo 741aab97c4 hdf5-blosc: init at 1.0.0 2021-01-14 12:55:26 -08:00
SandroandGitHub 0f0c250967 Merge pull request #109284 from fabaff/gps3 2021-01-14 21:18:55 +01:00
SandroandGitHub 22d184ae8d Merge pull request #108866 from markuskowa/new-targetisns
target-isns: init at 0.6.8
2021-01-14 21:06:59 +01:00
SandroandGitHub 7cb3bffc34 Merge pull request #103030 from tadfisher/remarkable-2-toolchain
remarkable2-toolchain: init at 2.5.2
2021-01-14 21:03:32 +01:00
Michael Weiss 76fe724675 chromium: Extend update.py to print a summary of the updates
As a first step to automate the commit messages as well.
2021-01-14 21:02:16 +01:00
SandroandGitHub 1fa1ae39f5 Merge pull request #108563 from mkuettel/plantuml-1.2020.26
plantuml: 1.2020.19 -> 1.2020.26
2021-01-14 20:58:38 +01:00
SandroandGitHub aa39134ed5 Merge pull request #109053 from astro/json-schema-for-humans
python3Packages.json-schema-for-humans: 0.27.0 -> 0.27.1
2021-01-14 20:57:48 +01:00
SandroandGitHub 6e7846bc89 Merge pull request #105843 from HectorAE/quickfix-init 2021-01-14 20:56:02 +01:00
Michael Weiss c0e177d09f chromiumBeta: 88.0.4324.79 -> 88.0.4324.87 2021-01-14 20:36:28 +01:00
zowoq 2299a66b88 gdu: 2.2.0 -> 2.3.0
https://github.com/dundee/gdu/releases/tag/v2.3.0
2021-01-15 05:36:04 +10:00
Michael Weiss 7fb79605a7 inxi: 3.2.02-1 -> 3.2.02-2 2021-01-14 20:32:59 +01:00
Michael RaskinandGitHub 983cd52d2f Merge pull request #108225 from avnik/wine-update
Wine update
2021-01-14 19:22:06 +00:00
Jörg ThalheimandGitHub 257170ca27 Merge pull request #109387 from fabaff/waterfurnace
python3Packages.waterfurnace: init at 1.1.0
2021-01-14 19:15:18 +00:00
zowoq 8a4b39330f Revert "conmon: 2.0.22 -> 2.0.23"
This reverts commit 59d4583cf3.

Broken release.
2021-01-15 04:44:13 +10:00
Jörg ThalheimandGitHub 4d3e71cc9e Merge pull request #109388 from jumper149/master
idris2: 0.2.2 -> 0.3.0
2021-01-14 18:38:45 +00:00
SandroandGitHub cbadccb0cf Merge pull request #109376 from B4dM4n/nixpart0-eval-error
nixpart0: stdenv.lib -> lib
2021-01-14 19:38:15 +01:00
Jörg ThalheimandGitHub e1ac6eba34 Merge pull request #109324 from tpwrules/lxqt-fix-locations
lxqt: fix themes and translations
2021-01-14 18:25:26 +00:00
Felix Springer b77c2c5a89 idris2: 0.2.2 -> 0.3.0 2021-01-14 19:11:36 +01:00
SandroandGitHub 2416b9da70 Merge pull request #109381 from lucasew/fix/zgrviewer
zgrviewer: fix java jre binary path
2021-01-14 19:05:49 +01:00
Fabian Affolter c5bcd25773 home-assistant: update component-packages 2021-01-14 19:05:02 +01:00
Fabian Affolter 3a072e45b9 python3Packages.waterfurnace: init at 1.1.0 2021-01-14 19:02:47 +01:00
Thomas Watson b6779d541a lxqt: fix themes and translations
LXQt binaries look for their themes and translations based on the name of the binary, which is changed by the wrapper script. This patches liblxqt to recover the original name from the wrapped binary name.
2021-01-14 11:21:36 -06:00
Eduardo Sánchez MuñozandJonathan Ringer 80badc893d webbrowser: mark as broken
https://github.com/NixOS/nixpkgs/issues/108615
2021-01-14 09:00:19 -08:00
SandroandGitHub cad4d1cd38 Merge pull request #109379 from B4dM4n/salut-a-toi-eval-error 2021-01-14 17:59:25 +01:00
Lucas EduardoandGitHub ebdf3cf3cb zgrviewer: fix java jre binary path
Signed-off-by: GitHub <noreply@github.com>
2021-01-14 16:50:34 +00:00
superherointjandJonathan Ringer ec2681260f vscode-extensions.ocamllabs.ocaml-platform: init at 1.5.1 2021-01-14 08:37:13 -08:00
superherointjandJonathan Ringer 09576efea7 vscode-extensions.jnoortheen.nix-ide: updated metadata 2021-01-14 08:37:13 -08:00
superherointjandJonathan Ringer 81897656f2 vscode-extensions.freebroccolo.reasonml: init at 1.0.38 2021-01-14 08:37:13 -08:00
superherointjandJonathan Ringer 108b471a83 vscode-extensions.file-icons.file-icons: init at 1.0.28 2021-01-14 08:37:13 -08:00
superherointjandJonathan Ringer 232120d32b vscode-extensions.esbenp.prettier-vscode: init at 5.8.0 2021-01-14 08:37:13 -08:00
superherointjandJonathan Ringer 75af2699b5 vscode-extensions.donjayamanne.githistory: init at 0.6.14 2021-01-14 08:37:13 -08:00
superherointjandJonathan Ringer 161a9d16b2 vscode-extensions.CoenraadS.bracket-pair-colorizer: init at 1.0.61 2021-01-14 08:37:13 -08:00
superherointjandJonathan Ringer 160df52c0f maintainers: add superherointj 2021-01-14 08:37:13 -08:00