Commit Graph

231945 Commits

Author SHA1 Message Date
Florian Klink
4cdd64d907
Merge pull request #91177 from Ericson2314/fix-zstd-cross
zstd: Fix cross
2020-06-20 17:54:19 +02:00
Pierre Bourdon
b092390ce2 pythonPackages.pyatmo: add missing dependencies 2020-06-20 08:45:48 -07:00
John Ericson
a997afb7da zstd: Fix cross
CMake is a build-time dep, so we need to override it with
`buildPackages`, explicitly.
2020-06-20 15:21:19 +00:00
Marek Mahut
3c14632da2 CODEOWNERS: adding mmahut to blockchains 2020-06-20 17:03:37 +02:00
Timo Kaufmann
40178ea3a2
Merge pull request #90515 from fgaz/evilpixie/init
impy,evilpixie: init
2020-06-20 16:04:30 +02:00
Michele Guerini Rocco
bc5843f8d1
Merge pull request #88928 from aciceri/navidrome
navidrome: init at 0.23.1
2020-06-20 16:04:04 +02:00
Vladimír Čunát
b59fbf76d2
Merge #91157: mesa.drivers: build with patchelf 0.9 2020-06-20 15:47:38 +02:00
Marek Mahut
847ddfc867
Merge pull request #91117 from mmahut/bitcoin-knots
bitcoind-knots: init at 0.20.0
2020-06-20 15:31:09 +02:00
Marek Mahut
0ff1bdb7c0
Merge pull request #90884 from mmahut/wasabi
nixos/wasabibackend: init 1.1.11.1
2020-06-20 15:30:32 +02:00
aciceri
70fa933bf1
navidrome: init at 0.23.1 2020-06-20 15:10:27 +02:00
aciceri
a04315f38b
maintainers: added aciceri 2020-06-20 14:56:55 +02:00
Graham Christensen
740fa4dc5b
Merge pull request #91165 from NixOS/revert-91160-nixos-hardware-merge
Revert "Merge nixos-hardware into nixpkgs under `/nixos/hardware`"
2020-06-20 08:34:57 -04:00
Graham Christensen
5d0725a063
Revert "Merge nixos-hardware into nixpkgs under /nixos/hardware" 2020-06-20 08:21:15 -04:00
Profpatsch
cc0bf76d2f
Merge pull request #91160 from Profpatsch/nixos-hardware-merge
Merge nixos-hardware into nixpkgs under `/nixos/hardware`
2020-06-20 14:02:35 +02:00
lewo
2fd146f6ae
Merge pull request #89427 from Ma27/nextcloud19
nextcloud19: init at 19.0.0
2020-06-20 13:59:47 +02:00
Daniël de Kok
2c0ea9594f
Merge pull request #90694 from sikmir/whitebox
whitebox-tools: 1.2.0 -> 1.3.0
2020-06-20 13:58:32 +02:00
Profpatsch
2c282fb537 nixos/hardware: remove .travis.yml
We are going to have to integrate the tests differently, but it’s fine
for now.
2020-06-20 13:26:51 +02:00
Jörg Thalheim
d248e8a13b
home-assistant: 0.111.0 -> 0.111.4 2020-06-20 12:14:19 +01:00
Profpatsch
b89f6adb84 nixos/hardware: remove .gitignore
It’s a full subset of the toplevel .gitignore.
2020-06-20 13:06:18 +02:00
Profpatsch
ba2dcbce23 nixos/hardware: move CODEOWNERS to toplevel 2020-06-20 13:05:20 +02:00
Profpatsch
ef3f3a4eb0 Merge branch 'nixos-hardware-merge-preparations' into nixos-hardware-merge
Merges https://github.com/NixOS/nixos-hardware into nixpkgs.

This will give better discoverability, and considering the low
turnover (less than 100 commits in the last year and only 350 total)
it won’t make any dent on the size of nixpkgs.

We have a monorepo, let’s use it
2020-06-20 12:57:47 +02:00
Profpatsch
b9a7e21ef6 nixos-hardware: prepare for merge by moving to nixos/hardware
It is going to be merged into nixpkgs, under `nixos/hardware`.

This will give better discoverability, and considering the low
turnover (less than 100 commits in the last year and only 350 total)
it won’t make any dent on the size of nixpkgs.

We have a monorepo, let’s use it.
2020-06-20 12:55:55 +02:00
Vladimír Čunát
a52ec56637
mesa.drivers: build with patchelf 0.9, as a quick hack 2020-06-20 12:30:58 +02:00
Simon Chatterjee
3eea039a96 python: entrance: 1.1.12 -> 1.1.13
Required by the ujson update in #89723
2020-06-20 12:30:50 +02:00
Vladimír Čunát
e3ef6f60ab
patchelf_0_9: bring this version back 2020-06-20 12:17:42 +02:00
Jörg Thalheim
6c1aea69c6
python3.pkgs.pyicloud: fix build 2020-06-20 10:31:31 +01:00
Jörg Thalheim
d690aa8ecd
python3.pkgs.influxdb: fix build 2020-06-20 10:31:29 +01:00
Jörg Thalheim
26e9a3498b
nixos/home-assistant: make service reloadable
This allows quick reloads using the following trick:

$(nix-build --show-trace --no-out-link \
  -E '(with import <nixpkgs/nixos> {};
       pkgs.writeScript "update-hass-config"
       config.systemd.services.home-assistant.preStart)')
systemctl reload home-assistant
2020-06-20 10:31:27 +01:00
Maximilian Bosch
f326e5a35e
nixos/nextcloud: update upgrade-path for nextcloud19
Enhance the heuristics to make sure that a user doesn't accidentally
upgrade across two major versions of Nextcloud (e.g. from v17 to v19).

The original idea/discussion has been documented in the nixpkgs manual[1].

This includes the following changes:

* `nextcloud19` will be selected automatically when having a stateVersion
  greater or equal than 20.09. For existing setups, the package has to
  be selected manually to avoid accidental upgrades.

* When using `nextcloud18` or older, a warning will be thrown which recommends
  upgrading to `nextcloud19`.

* Added a brief paragraph about `nextcloud19` in the NixOS 19.09 release
  notes.

* Restart `phpfpm` if the Nextcloud-package (`cfg.package`) changes[2].

[1] https://nixos.org/nixos/manual/index.html#module-services-nextcloud-maintainer-info
[2] https://github.com/NixOS/nixpkgs/pull/89427#issuecomment-638885727
2020-06-20 11:30:11 +02:00
Mario Rodas
cb11ab3bf6
alacritty: fix build on darwin 2020-06-20 04:20:00 -05:00
Daniël de Kok
e2e115c03c python3Packages.srsly: disable on Python older than 3.6
Also add an import check.
2020-06-20 11:08:21 +02:00
lewo
e0ece5aebe
Merge pull request #91136 from zowoq/skopeo
skopeo: 1.0.0 -> 1.1.0
2020-06-20 10:17:18 +02:00
Florian Klink
8276081651
Merge pull request #91139 from Ericson2314/libgpg-error-cross
libgpg-error: Fix cross build
2020-06-20 10:16:23 +02:00
Michele Guerini Rocco
34f19a4686
Merge pull request #86253 from erictapen/printers-example
nixos/printers: fix example for hardware.printers.ensurePrinters.*.model
2020-06-20 10:15:30 +02:00
Michele Guerini Rocco
fe1245d555
Merge pull request #87270 from martinetd/mpd-fluidsynth
mpd: add services.mpd.fluidsynth option
2020-06-20 10:14:06 +02:00
Antoine Eiche
7d994ad445 nixos/nextcloud: add occ internal option
This option exposes the prefconfigured nextcloud-occ
program. nextcloud-occ can then be used in other systemd services or
added in environment.systemPackages.

The nextcloud test shows how it can be add in
environment.systemPackages.
2020-06-20 09:59:27 +02:00
Michele Guerini Rocco
41e1bd6021
Merge pull request #90635 from Twey/libinput-touchpad
libinput: ensure that we only apply touchpad options to touchpads
2020-06-20 09:58:47 +02:00
Florian Klink
3a105d5882
Merge pull request #91134 from flokli/perlpackages-net-dbus-cross
perlPackages.NetDBus: fix cross compilation
2020-06-20 09:57:32 +02:00
Michele Guerini Rocco
003bf184c0
Merge pull request #91116 from bbigras/rslsync-group
nixos/resilio: fix group name in documentation
2020-06-20 09:54:17 +02:00
Florian Klink
993ca7678c perlPackages.NetDBus: fix cross compilation
Make Makefile.PL read the location to the `pkgconfig` binary from the
`PKG_CONFIG` environment variable.
2020-06-20 09:51:09 +02:00
Michele Guerini Rocco
2fb254c338
Merge pull request #91135 from Luflosi/update/ipfs
ipfs: 0.5.1 -> 0.6.0
2020-06-20 09:46:02 +02:00
Pierre Bourdon
6b719544c6 home-assistant: pin the 'astral' dependency version 2020-06-20 08:19:13 +02:00
Frederik Rietdijk
a48adb3511
Merge pull request #91118 from simonchatts/darwin-fixes
python: aiohttp/psutil/uvloop Darwin fixes
2020-06-20 07:40:35 +02:00
Frederik Rietdijk
39626dcc2a python3.pkgs.fsspec: fix build 2020-06-20 07:37:58 +02:00
Jörg Thalheim
c6efab9b60
Merge pull request #90049 from r-ryantm/auto-update/matterbridge
matterbridge: 1.17.1 -> 1.17.5
2020-06-20 05:35:49 +01:00
Benjamin Hipple
45ad5b6505
Merge pull request #91137 from zowoq/cri-o
cri-o: 1.18.1 -> 1.18.2
2020-06-20 00:32:30 -04:00
Jörg Thalheim
7c945cb333
Merge pull request #89235 from evils/tuptime 2020-06-20 05:18:27 +01:00
Evils
73a90b0154 nixos/tuptime: change group/user to match upstream 2020-06-20 05:34:37 +02:00
Evils
1dca47c19a tuptime: 4.1.0 -> 5.0.0
uptimed import script removed from source ("unreliable")
new database format, including migration script instead
2020-06-20 05:34:37 +02:00
Ivan Kozik
7606a2ad79 grab-site: 2.1.16 -> 2.1.19 2020-06-20 02:35:29 +00:00