Commit graph

192566 commits

Author SHA1 Message Date
worldofpeace 5d4890b58d
Merge pull request #67585 from worldofpeace/system-config-printer
nixos/system-config-printer: init
2019-09-06 12:08:23 -04:00
worldofpeace 998f59ccda nixos/mate: enable system-config-printer
After some research this should be installed as a program
in Mate or Cinnamon.
2019-09-06 12:06:32 -04:00
worldofpeace 335b8c65c7 nixos/plasma5: use system-config-printer module 2019-09-06 12:06:32 -04:00
worldofpeace 146532b272 nixos/xfce4-14: use system-config-printer module 2019-09-06 12:06:32 -04:00
worldofpeace 2fe7bd3ab3 nixos/gnome3: use system-config-printer module 2019-09-06 12:06:32 -04:00
worldofpeace 6b99ec2dbe nixos/pantheon: use system-config-printer module 2019-09-06 12:06:32 -04:00
worldofpeace 4c722b3351 system-config-printer: hardcode executable in udev rule 2019-09-06 12:06:32 -04:00
worldofpeace c6abb69785 rl-1909: note about system-config-printer 2019-09-06 12:06:32 -04:00
Vincent Laporte 22c50545f2 ocamlPackages.ocaml_lwt: 4.1.0 -> 4.2.1
Ensures compatibility with OCaml 4.08
2019-09-06 16:03:33 +00:00
Silvan Mosberger cd9f199c2b
Merge pull request #68210 from ivan/nixos-railcar-string
nixos/railcar: remove use of the deprecated string type
2019-09-06 17:42:50 +02:00
worldofpeace 3722f1d20e nixos/iwd: add tmpfiles rule for ead service
This is needed for the wired service ead.service.
(in ReadWritePaths)
2019-09-06 11:32:55 -04:00
Peter Simons 75388ff04f haskell-zlib: drop obsolete overrides for ghc-8.8.x 2019-09-06 17:27:21 +02:00
Peter Simons e5c85e39ab haskell-tar: drop obsolete overrides for ghc-8.8.x 2019-09-06 17:27:21 +02:00
Michael Alan Dorman 4037a43630 jailbreak-cabal: updated package needs updated Cabal library
Only needs to be overridden for prior GHC releases.
2019-09-06 17:27:21 +02:00
Peter Simons 62771c8774 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.14.4-7-ga804c35 from Hackage revision
81252f75d2.
2019-09-06 17:27:21 +02:00
rnhmjoj 7f01fe9845 haskellPackages.matplotlib: unmark as broken 2019-09-06 17:27:20 +02:00
Peter Simons 9786a40304 hackage2nix: update list of broken Haskell builds 2019-09-06 17:27:20 +02:00
Vladimír Čunát 2a7910655e
qt5 on darwin: revert back to 5.11
5.12 has been broken again, nad libsForQt5 has never been switched
anyway.  This should unblock the nixpkgs channel.  Discussion thread:
https://github.com/NixOS/nixpkgs/pull/66266#issuecomment-523131781
2019-09-06 17:18:56 +02:00
Dmitry Kalinkin d6264f9094
Merge pull request #65726 from smaret/gildas-20190801_a
gildas: 20190701_a -> 20190901_a
2019-09-06 11:15:45 -04:00
Vladimír Čunát 0b0fddea20
Merge #67754: thunderbird*: 60.8.0 -> 68.0 2019-09-06 17:05:32 +02:00
talyz 240649a510 nixos/gitlab: Extract arbitrary secrets from extraConfig
Adds the ability to make any parameter specified in extraConfig secret
by defining it an attrset containing the attr _secret, which in turn
is a path to a file containing the actual secret.
2019-09-06 16:57:23 +02:00
talyz 64358cb0e9 nixos/utils: Handle arbitrary secrets in JSON output files
Introduce new functions which allows modules to define options where,
if the input is an attrset and the output is JSON, the user can define
arbitrary secrets.
2019-09-06 16:56:25 +02:00
talyz b351454cac nixos/gitlab: Use postgresql module options to provision local db
Use the postgresql module to provision a local db (if
databaseCreateLocally is true) instead of doing this locally.

Switch to using the local unix socket for db connections by default;
this is needed since dbs created by the postgresql module only support
peer authentication.

Instead of running the rake tasks db:schema:load, db:migrate and
db:seed_fu, run gitlab:db:configure, which in turn runs these tasks
when needed.

Solves issue #53852 for gitlab.
2019-09-06 16:56:20 +02:00
Jan Tojnar 8563088e69
Merge branch 'staging-next' into staging 2019-09-06 16:55:45 +02:00
Jan Tojnar f9237f3152
Merge branch 'master' into staging-next 2019-09-06 16:55:11 +02:00
talyz cbdf94c0f3 nixos/gitlab: Add support for storing secrets in files
Add support for storing secrets in files outside the nix store, since
files in the nix store are world-readable and secrets therefore can't
be stored safely there.

The old string options are kept, since they can potentially be handy
for testing purposes, but their descriptions now state that they
shouldn't be used in production. The manual section is updated to use
the file options rather than the string options and the tests now test
both.
2019-09-06 16:54:22 +02:00
Ivan Kozik 5a03f90525 nixos/railcar: remove use of the deprecated string type
This fixes the warning being emitted by nixos-rebuild switch:

building Nix...
building the system configuration...
trace: warning: types.string is deprecated because it quietly concatenates strings

It started emitting a warning in #66346.
2019-09-06 14:53:11 +00:00
adisbladis 4a1189e0ab
Merge pull request #68207 from adisbladis/elk-5-removal
elasticsearch5/kibana5/beats5: Remove EOL packages
2019-09-06 15:29:09 +01:00
Jörg Thalheim 35f0ffb704
eksctl: 0.5.0 -> 0.5.1 (#68188)
eksctl: 0.5.0 -> 0.5.1
2019-09-06 15:03:20 +01:00
worldofpeace 792444af84 nixos/system-config-printer: init 2019-09-06 09:40:17 -04:00
adisbladis 194aac9eed
elk-stack: Add release note about elk-5 stack removal 2019-09-06 14:30:49 +01:00
adisbladis a3032415f7
kibana5: Remove EOL package 2019-09-06 14:30:49 +01:00
adisbladis bded2f69d3
beats-5.*: Drop EOL packages 2019-09-06 14:30:49 +01:00
R. RyanTM 7635bd187e python37Packages.loguru: 0.3.1 -> 0.3.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-loguru/versions
2019-09-06 15:28:55 +02:00
Jonathan Ringer a70aea12ca pythonPackages.setuptools_scm: 3.2.0 -> 3.3.3 2019-09-06 15:23:20 +02:00
adisbladis 4e30b30a65
logstash5: Remove EOL package 2019-09-06 14:22:15 +01:00
adisbladis 1b64fd7f53
journalbeat5: Remove EOL package 2019-09-06 14:22:15 +01:00
adisbladis a870cad373
elasticsearch5: Remove package
It's EOL
2019-09-06 14:22:15 +01:00
adisbladis 0cce8856b2
elk-5: Remove tests
These packages are EOL and are about to be removed
2019-09-06 14:22:14 +01:00
Frederik Rietdijk 1ede2de8a3 pythonPackages.editorconfig: -> 0.12.1 -> 0.12.2 2019-09-06 15:18:45 +02:00
Frederik Rietdijk bf4f885471 pythonPackages.editorconfig: remove duplicate EditorConfig 2019-09-06 15:18:45 +02:00
Frederik Rietdijk 5718ed6d32 python.pkgs.wheel: 0.33.4 -> 0.33.6 2019-09-06 15:18:45 +02:00
Frederik Rietdijk 0570a6b126 python.pkgs.setuptools: 0.33.4 -> 0.33.6 2019-09-06 15:18:45 +02:00
Frederik Rietdijk afe67e5493 python.pkgs.pip: 19.1.1 -> 19.2.3 2019-09-06 15:18:45 +02:00
Frederik Rietdijk dc95e17fc2 python: bootstrapped-pip: update wheel, setuptools, pip
wheel 33.4 -> 33.6
setuptools 41.0.1 -> 42.2.0
pip 19.1.1 -> 19.2.3
2019-09-06 15:18:45 +02:00
Frederik Rietdijk 755de1cbe2 python.pkgs.terminado: disable tests 2019-09-06 15:18:45 +02:00
Frederik Rietdijk 9dd6537303 pythonPackages.tld: use pythonImportsCheck and pytestCheckHook 2019-09-06 15:18:45 +02:00
Frederik Rietdijk f7e28bf5d8 Split buildPythonPackage into setup hooks
This commit splits the `buildPythonPackage` into multiple setup hooks.

Generally, Python packages are built from source to wheels using `setuptools`.
The wheels are then installed with `pip`. Tests were often called with
`python setup.py test` but this is less common nowadays. Most projects
now use a different entry point for running tests, typically `pytest`
or `nosetests`.

Since the wheel format was introduced more tools were built to generate these,
e.g. `flit`. Since PEP 517 is provisionally accepted, defining a build-system
independent format (`pyproject.toml`), `pip` can now use that format to
execute the correct build-system.

In the past I've added support for PEP 517 (`pyproject`) to the Python
builder, resulting in a now rather large builder. Furthermore, it was not possible
to reuse components elsewhere. Therefore, the builder is now split into multiple
setup hooks.

The `setuptoolsCheckHook` is included now by default but in time it should
be removed from `buildPythonPackage` to make it easier to use another hook
(curently one has to pass in `dontUseSetuptoolsCheck`).
2019-09-06 15:18:45 +02:00
Soner Sayakci 16429eb2c0 discord-ptb: 0.0.15 -> 0.0.16 2019-09-06 05:48:29 -07:00
Benjamin Hipple 7d3b44c9be waf: 2.0.15 -> 2.0.18 2019-09-06 14:35:59 +02:00