1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-15 17:25:11 +00:00
Commit graph

231131 commits

Author SHA1 Message Date
Joe Hermaszewski 9e7da18382 swiftshader: init at 2020-06-17 2020-06-18 16:43:45 +08:00
rnhmjoj 4dd95c0cfc
nixos/release-notes: mention new man.generateCaches option 2020-06-18 10:36:24 +02:00
Michael Raskin aaf57769cf
Merge pull request #80624 from r-ryantm/auto-update/mygui
mygui: 3.2.2 -> 3.4.0
2020-06-18 08:34:41 +00:00
rnhmjoj edc6a76cc0
nixos/documentation: add option to generate caches
Previously the NixOS-specific configuration for man-db was in the
package itself and /etc/man.conf was completely ignored.
This change moves it to /etc/man_db.conf, making declarative
configuration practical again.

It's now possible to generate the mandb caches for all packages
installed through NixOS `environment.systemPackages` at build-time.
The standard location for the stateful cache (/var/cache/man) is also
configured to allow users to run `mandb` manually if they wish.

Since generating the cache can be expensive the option is off by
default.
2020-06-18 10:17:04 +02:00
rnhmjoj dfff485819
man-db: remove NixOS-specific configuration
When using --with-config-file, all man-db programs completely ignore the
systemwide configuration in /etc/man_db.conf: it means on NixOS there is
no way to change the configuration without rebuilding man-db, which in
turn causes a mass-rebuild.

To solve this problem this commit removes the NixOS-specific
configuration in man-db, which wasn't the appropriate place to begin
with: the package is expected to work on non-NixOS systems as well. Also
a small patch now ensure /etc/man_db.conf is used, if available, before
the bundled configuration.
2020-06-18 10:17:03 +02:00
rnhmjoj 986079275b
lib/attrsets: add getMan function 2020-06-18 10:16:57 +02:00
Michele Guerini Rocco 3e57ec9d34
Merge pull request #90710 from jflanglois/wine-5-10
wine-staging: 5.5 -> 5.10
2020-06-18 10:09:33 +02:00
Michele Guerini Rocco b2532174e0
Merge pull request #90670 from bouk/fish-no-tr
fish: replace use of tr with string split
2020-06-18 09:48:01 +02:00
Doron Behar 98dda1a838 zoom-us: 5.0.418682.0603 -> 5.1.412382.0614
Add @doronbehar as maintainer, and update list of files to install.
2020-06-18 10:22:00 +03:00
Lassulus 9480bae337
Merge pull request #69734 from rileyinman/blobmoji
noto-fonts-emoji-blob-bin: init at 2019-06-14-Emoji-12
2020-06-18 09:06:33 +02:00
Frederik Rietdijk 32e827b848 Merge staging-next into staging 2020-06-18 09:02:05 +02:00
Frederik Rietdijk 79f9ef8752 Merge master into staging-next 2020-06-18 09:01:39 +02:00
Anderson Torres c04e95573a
Merge pull request #90508 from r-ryantm/auto-update/cimg
cimg: 2.9.0 -> 2.9.1
2020-06-18 03:46:59 -03:00
zowoq c4a797d59b iperf3: 3.7 -> 3.8.1
https://github.com/esnet/iperf/blob/master/RELNOTES.md#iperf-38-2020-06-08
https://github.com/esnet/iperf/blob/master/RELNOTES.md#iperf-381-2020-06-10
2020-06-18 15:15:45 +10:00
Julien Langlois 9b2cb88855
wine-staging: 5.5 -> 5.10
Keep up to date with latest staging developments.
2020-06-18 01:04:53 -04:00
Daniël de Kok f3867b2a0d
Merge pull request #89492 from asbachb/update-netbeans
netbeans: 11.3 -> 12.0
2020-06-18 06:58:21 +02:00
zowoq 2b075f7310 nv-codec-headers: 9.0.18.1 -> 9.1.23.1 2020-06-18 14:56:19 +10:00
zowoq 05c4c9e729 ffmpeg-full: drop unneeded patch 2020-06-18 14:56:19 +10:00
zowoq f9e5ca8e58 ffmpeg: 4.2.3 -> 4.3 2020-06-18 14:56:18 +10:00
Bernardo Meurer 110d6a8b98
platformio: 4.3.1 -> 4.3.4 2020-06-17 20:43:56 -07:00
Matthew Bauer d07451fb5c
Merge pull request #84315 from r-ryantm/auto-update/rgbds
rgbds: 0.3.10 -> 0.4.0
2020-06-17 23:15:03 -04:00
Daniel Schaefer fbb76f6ace Merge pull request #84739 from jjwatt/jjwatt-dasm
dasm: init at 2.20.13
2020-06-18 04:32:37 +02:00
Jesse Wattenbarger 2d33717138 dasm: init at 2.20.13
Co-authored-by: Daniel Schaefer <git@danielschaefer.me>
2020-06-18 04:32:25 +02:00
Jesse Wattenbarger 6457a26021 maintainers: add jwatt 2020-06-18 04:31:07 +02:00
worldofpeace bb0e70f959
Merge pull request #90688 from mmilata/json-c-cve-2020-12762
json_c: add patch for CVE-2020-12762
2020-06-17 21:18:19 -04:00
Martin Milata d3e1b77ac3 json_c: add patch for CVE-2020-12762
Fixes: https://nvd.nist.gov/vuln/detail/CVE-2020-12762
2020-06-18 03:15:06 +02:00
worldofpeace d7122c3a32
Merge pull request #87579 from cole-h/sudo
nixos/sudo: default rule should be first
2020-06-17 20:56:10 -04:00
Cole Helbling 13e2c75c93
nixos/sudo: default rule should be first
In /etc/sudoers, the last-matched rule will override all
previously-matched rules. Thus, make the default rule show up first (but
still allow some wiggle room for a user to `mkBefore` it), before any
user-defined rules.
2020-06-17 17:48:51 -07:00
Maximilian Bosch 02ff18c796
Merge pull request #89987 from r-ryantm/auto-update/icewm
icewm: 1.6.5 -> 1.6.6
2020-06-18 01:50:19 +02:00
Maximilian Bosch ee11fe8d63
Merge pull request #90697 from lilyball/bat-extras
bat-extras: 20200408 -> 20200515-dev
2020-06-18 01:34:23 +02:00
worldofpeace 58e6a3b9c8
Merge pull request #90524 from r-ryantm/auto-update/elementary-code
pantheon.elementary-code: 3.4.0 -> 3.4.1
2020-06-17 19:04:45 -04:00
Lily Ballard 1894b5a912 bat-extras: 20200408 -> 20200515-dev 2020-06-17 16:03:03 -07:00
Maximilian Bosch 59d48949ce
Merge pull request #90686 from Frostman/alertmanager-0.21.0
alertmanager: 0.20.0 -> 0.21.0
2020-06-18 00:30:53 +02:00
worldofpeace 3b2cd55070
Merge pull request #90565 from chkno/atom-1.48-for-python3
atom: 1.42.0 -> 1.48.0
2020-06-17 18:30:39 -04:00
Maximilian Bosch 0510cbe849
Merge pull request #90646 from Ma27/matrix-maintainer-team
maintainers/teams: add matrix team
2020-06-18 00:23:55 +02:00
Maximilian Bosch 2a3ceb730b
Merge pull request #90179 from Ma27/bump-matrix-synapse
matrix-synapse: 1.14.0 -> 1.15.1
2020-06-17 23:43:46 +02:00
John Ericson 4044d81d5c IPFS NixOS module: Socket unit file more precise
The systemd socket unit files now more precisely track the IPFS
configuration, by including any multaddr they can make a `ListenStream`
for. (The daemon doesn't currently support anything which would use
`ListDatagram`, so we don't need to worry about that.)

The tests use some of these features.
2020-06-17 21:43:04 +00:00
Benjamin Staffin 11c004fd6b
Merge pull request #90638 from benley/benley/melonDS
melonDS: init at 0.8.3
2020-06-17 17:23:11 -04:00
Benjamin Staffin 19d3665b75
Merge branch 'master' into benley/melonDS 2020-06-17 17:22:24 -04:00
Benjamin Asbach 275a913971 netbeans: updated jdk to latest lts release 2020-06-17 23:11:53 +02:00
Benjamin Asbach 8899d9a36f netbeans: 11.3 -> 12.0 2020-06-17 23:10:23 +02:00
Maximilian Bosch 19dfc1b011
Merge pull request #90689 from cole-h/fix-manual
agda: fix manual build -- blocks nixpkgs-unstable
2020-06-17 23:05:58 +02:00
R. RyanTM fb02974b97 kdevelop-unwrapped: 5.5.1 -> 5.5.2 2020-06-17 13:52:35 -07:00
Cole Helbling 5baa7541d7
agda: fix manual build
/build/doc/manual-full.xml:12764:35: error: ID "build-phase" has already been defined
    /build/doc/manual-full.xml:9029:33: error: first occurrence of ID "build-phase"
2020-06-17 13:51:43 -07:00
lewo b20f9112d2
Merge pull request #89486 from Ma27/dovecot-mailboxes
nixos/dovecot2: turn `mailboxes`-option into an attr-set
2020-06-17 22:19:09 +02:00
Maximilian Bosch e826a6ce03
nixos/dovecot2: refactor mailboxes option
Specifying mailboxes as a list isn't a good approach since this makes it
impossible to override values. For backwards-compatibility, it's still
possible to declare a list of mailboxes, but a deprecation warning will
be shown.
2020-06-17 22:05:58 +02:00
Jan Tojnar 9ffd9b1a86
Merge pull request #90092 from r-ryantm/auto-update/orca
orca: 3.36.2 -> 3.36.3
2020-06-17 21:59:12 +02:00
Maximilian Bosch 650617253e
maintainers/teams: add matrix team 2020-06-17 21:55:29 +02:00
R. RyanTM fa678b3228 guile-cairo: 1.11.0 -> 1.11.1 2020-06-17 12:41:47 -07:00
R. RyanTM e487f9f708 avocode: 4.6.4 -> 4.7.0 2020-06-17 12:41:36 -07:00