Commit Graph

192151 Commits

Author SHA1 Message Date
Emily
5eb237659c pythonPackages.gcutil: remove per TODO
Pretty sure 19.03 has been branched off by now.
2019-09-01 14:22:49 -05:00
Emily
cb5b674b58 {glasgow,libfx2}: init at 2018-{09-01,08-27} 2019-09-01 14:22:49 -05:00
Emily
321efae699 python3Packages.nmigen{,-boards}: init at unstable-2019-08-{31,30} 2019-09-01 14:22:49 -05:00
Emily
cd4cba3e88 nextpnr: 2019.08.21 -> 2019.08.31 2019-09-01 14:22:49 -05:00
Emily
d1dfaa79e3 symbiyosys: fix path to bash (again)
/usr/bin/env works on NixOS normally, but previously sby would fail if
used from inside the Nix sandbox.
2019-09-01 14:22:49 -05:00
Emily
89ff2c7b9d yosys: 2019.08.22 -> 2019.09.01 2019-09-01 14:22:49 -05:00
Maximilian Bosch
d8d759bb90
Merge pull request #67877 from WilliButz/fix/67874
nixos/prometheus-exporters: fix user generation
2019-09-01 21:15:35 +02:00
adisbladis
8c76f185bc
Merge pull request #64595 from 0x4A6F/master-tacacs+
tacacs+: init 4.0.4.28
2019-09-01 20:11:47 +01:00
Maximilian Bosch
9428d75536
Merge pull request #67879 from StillerHarpo/lolcat
lolcat: 99.9.99 -> 100.0.0
2019-09-01 21:10:35 +02:00
Marcial Gaißert
85c084d88d
caffeine-ng: use python3
Using python3 is recommended by upstream.
2019-09-01 21:08:33 +02:00
adisbladis
80bda49332
emacs-packages: Drop remnants of manually created packages 2019-09-01 19:58:28 +01:00
adisbladis
704e8c5023
emacs-packages.tramp: 2.3.0 -> 2.4.2 2019-09-01 19:55:43 +01:00
adisbladis
5d63bdb3b3
emacs-packages.helm-words: 20150413 -> 20190917 2019-09-01 19:46:20 +01:00
adisbladis
2c142705df
emacs-packages.emacsClangCompleteAsync: Drop manually created package 2019-09-01 19:39:17 +01:00
0x4A6F
b1bf3a811d
tacacs+: init 4.0.4.28 2019-09-01 18:38:50 +00:00
adisbladis
221ed56467
emacs-packages.cua: Drop manually created package
It's included in emacs since version 22
2019-09-01 19:33:16 +01:00
Marcial Gaißert
fc78d8e0a7
caffeine-ng: do not run tests
There are no tests anyway. Not finding the tests results in build
failures if using Python 3.
2019-09-01 20:28:08 +02:00
adisbladis
15f70ea7ed
emacs-packages: Drop manually created coffee-mode 2019-09-01 19:26:51 +01:00
adisbladis
3b632b78a2
emacs-packages: Drop manually created gn package 2019-09-01 19:23:31 +01:00
adisbladis
6619e9c47b
emacs-packages: Fix melpa indentation 2019-09-01 19:17:31 +01:00
Ben Wolsieffer
9e5aa25c53 sd-image: don't use installer.cloneConfig option that is not imported
This once again allows sd-image.nix to imported standalone to build SD images
of arbitrary NixOS systems.
2019-09-01 14:15:33 -04:00
Florian Klink
f74735c9d7 nixos: remove dependencies on local-fs.target
Since https://github.com/NixOS/nixpkgs/pull/61321, local-fs.target is
part of sysinit.target again, meaning units without
DefaultDependencies=no will automatically depend on it, and the manual
set dependencies can be dropped.
2019-09-01 19:06:38 +02:00
Florian Klink
7f42adf7a2
Merge pull request #67848 from flokli/google-compute-config-units
google-compute-config.nix: fix comments, update google-*.service units, fix paths in gce
2019-09-01 19:04:06 +02:00
Florian Klink
8e7c47bf9e
Merge pull request #67888 from aanderse/deluge
nixos/deluge: fix directory creation errors
2019-09-01 19:03:20 +02:00
William Casarin
cec822a7bb release-notes: add altcoins removal note
Release notes for #67687 (bc08b42da4) [1]
Related issue: #25025 [2]

[1] https://github.com/NixOS/nixpkgs/issues/67687
[2] https://github.com/NixOS/nixpkgs/issues/25025

Suggested-by: @mmahut
Signed-off-by: William Casarin <jb55@jb55.com>
2019-09-01 10:03:18 -07:00
Jonas Nick
f74070baf5 clightning: 0.7.1 -> 0.7.2.1 2019-09-01 09:41:05 -07:00
Florian Klink
15f3e4eb81
Merge pull request #67845 from flokli/redis-module
nixos/redis: unbreak module, add test
2019-09-01 18:30:49 +02:00
Cole Mickens
b291f2a995 libinput: 1.13.4 -> 1.14.1 2019-09-01 17:46:30 +02:00
Alexei Robyn
8c76de9b16 prosody: Update for Lua search path handling change 2019-09-01 17:42:20 +02:00
Alexei Robyn
a7297610a2 luakit: Update for Lua search path handling change 2019-09-01 17:42:20 +02:00
Alexei Robyn
c62337d9c7 lua*Packages: Consolidate separate setup hooks together
- Lua packages now consistently use LUA_PATH/LUA_CPATH rather than a mix
  of those and NIX_LUA_PATH/NIX_LUA_CPATH
- Lua libraries are now consistently only added to the search path
variables if:
    1) The library actually has a corresponding directory to search
    2) The library is not already present in the search path
  This should help prevent the search paths from growing overly large
- Fixed bugs in some path helpers
- Changed the affected shell script indentation to 2 spaces; nixpkgs
  shell scripts are inconsistently split between 2 and 4 space
  indentation, but 2 matches better with the Nix expressions, so IMO it
  makes more sense
2019-09-01 17:42:20 +02:00
Fabian Möller
9334ce105a nomacs: really use Qt mkDerivation 2019-09-01 17:35:00 +02:00
Ben Wolsieffer
59d85b9910 openjfx: don't inherit license from openjdk 2019-09-01 17:34:20 +02:00
Ben Wolsieffer
ad4a78fee8 openjdk: add license on Darwin 2019-09-01 17:34:20 +02:00
Aaron Andersen
c6b3ed4bfc nixos/deluge: fix directory creation errors 2019-09-01 10:20:42 -04:00
Florian Jacob
18a5d23b55 nixos/printers: declarative configuration 2019-09-01 15:38:30 +02:00
Florian Klink
0934064791
Merge pull request #67841 from ivan/vulkan-loader-fix
vulkan-headers, vulkan-tools: fix version
2019-09-01 15:37:00 +02:00
Marek Mahut
8034573934
Merge pull request #67881 from prusnak/python-trezor
pythonPackages.trezor: fix typo (pyarg vs pyargs)
2019-09-01 15:11:16 +02:00
Aaron Andersen
72646582a4
Merge pull request #64285 from tadeokondrak/ispell/update
ispell: 3.3.02 -> 3.4.00
2019-09-01 08:52:32 -04:00
Florian Klink
c00c4b1940 nixos/redis: add test 2019-09-01 14:13:01 +02:00
Florian Klink
8680f72c88 nixos/redis: add changelog for #67768 2019-09-01 14:12:47 +02:00
Florian Klink
ff2fd6c4e5 nixos/redis: unbreak module
The redis module currently fails to start up, most likely due to running
a chown as non-root in preStart.

While at it, I hardcoded it to use systemd's StateDirectory and
DynamicUser to manage directory permissions, removed the unused
appendOnlyFilename option, and the pidFile option.

We properly tell redis now it's daemonized, and it'll use notify support
to signal readiness.
2019-09-01 14:08:42 +02:00
Florian Klink
d4283f47dc
Merge pull request #67844 from puckipedia/notmuch
notmuch: 0.28.4 -> 0.29.1 (and assorted fixes)
2019-09-01 14:04:13 +02:00
Florian Klink
829ff8a18e
Merge pull request #67855 from flokli/kernel-net-sched
linux/kernel: enable QoS and/or fair queueing
2019-09-01 14:03:28 +02:00
Pavol Rusnak
a39eb9dda4
pythonPackages.trezor: fix typo (pyarg vs pyargs) 2019-09-01 13:41:28 +02:00
Florian Engel
8d9bfb53c1 lolcat: 99.9.99 -> 100.0.0 2019-09-01 13:25:40 +02:00
Alyssa Ross
3057b03c7c
linux_latest-libre: fix build 2019-09-01 11:23:30 +00:00
Vladyslav M
76fc3de3ef
Merge pull request #67873 from ivan/cargo-watch-darwin
cargo-watch: enable for darwin
2019-09-01 13:59:29 +03:00
WilliButz
7786d0718c
nixos/prometheus-exporters: fix user generation 2019-09-01 12:51:39 +02:00
Linus Heckemann
d9db65ce4b
Merge pull request #62046 from roberth/pkgs-nixos-expose-all-config
pkgs.nixos: Expose configuration directly
2019-09-01 12:25:39 +02:00