summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* glib-networking: Disable ca-certificates on DarwinVäinö Järvelä2018-02-24
| | | | | | | | | | macOS does not have certificates at /etc/ssl/certs. cacerts package has been deprecated. And there is a long standing issue at https://github.com/NixOS/nixpkgs/issues/8247 for figuring out how to handle certificates. Disabling glib-networking ca-certificates on Darwin removes constant warnings when opening remote connections.
* gst-plugins-ugly: Add mpg123 to enable mpg123audiodec in gstreamerVäinö Järvelä2018-02-24
| | | | Adds support for MP3 playback.
* mopidy: Remove dbus-python on DarwinVäinö Järvelä2018-02-23
| | | | Darwin doesn't have dbus.
* glib-networking: Fix Darwin supportVäinö Järvelä2018-02-23
|
* gst-plugins-bad: Add Darwin supportVäinö Järvelä2018-02-23
| | | | | Had to remove mjpegtools and Cocoa support because of compile problems.
* Merge pull request #35414 from flokli/CVE-2018-6544Joachim F2018-02-23
|\ | | | | mupdf: apply patch for CVE-2018-6544
| * mupdf: apply patch for CVE-2018-6544Florian Klink2018-02-23
| |
* | Merge pull request #35416 from volth/patch-106Franz Pletz2018-02-23
|\ \ | | | | | | nixos/programs.chromium: write policies for google-chrome too
| * | nixos/programs.chromium: write policies for google-chrome toovolth2018-02-23
|/ / | | | | Policy configuration files live under /etc/chromium for Chromium, and under /etc/opt/chrome for Google Chrome.
* | Merge pull request #35406 from xeji/wireguardFranz Pletz2018-02-23
|\ \ | | | | | | wireguard: 0.0.20180202 -> 0.0.20180218
| * | wireguard: 0.0.20180202 -> 0.0.20180218xeji2018-02-23
| | |
* | | Merge pull request #35405 from tomberek/tinc_chown_invitationsFranz Pletz2018-02-23
|\ \ \ | | | | | | | | tinc: enable invitations
| * | | tinc: enable invitationsTom Bereknyei2018-02-23
| |/ /
* | | dnsmasq: Patch CVE-2017-15107adisbladis2018-02-24
| | |
* | | Merge pull request #35407 from dtzWill/update/micro-1.4.0Will Dietz2018-02-23
|\ \ \ | | | | | | | | micro: 1.3.4 -> 1.4.0
| * | | micro: 1.3.4 -> 1.4.0Will Dietz2018-02-23
| | | |
* | | | ocamlPackages.curses: works with default ncursesvolth2018-02-23
| | | |
* | | | haskell-doctest: the 0.14.1 test suite fails on NixOSPeter Simons2018-02-23
|/ / /
* | | hackage: update database snapshot to latest versionPeter Simons2018-02-23
| | |
* | | haskell-stringbuilder: drop obsolete override for GHC 8.4.xPeter Simons2018-02-23
| | |
* | | haskell-language-c: drop unused version 0.7.0Peter Simons2018-02-23
| | |
* | | haskell-doctest: update ghc 8.4.x version to 0.14.1Peter Simons2018-02-23
| | |
* | | language-c: remove now-unnecessary overridesMichael Alan Dorman2018-02-23
| | |
* | | haskell-parsec: fix build with GHC 7.10.xPeter Simons2018-02-23
| | |
* | | haskell-reflect: fix build with GHC 7.10.xPeter Simons2018-02-23
| | |
* | | hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-02-23
| | | | | | | | | | | | | | | This update was generated by hackage2nix v2.8.2-6-g7dfce29 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/d165ed5500edda00bf97a56947e9c61f0b51737b.
* | | LTS Haskell 10.6Peter Simons2018-02-23
|/ /
* | Merge pull request #35065 from jtojnar/fwupd-1.0.5Jan Tojnar2018-02-23
|\ \ | | | | | | fwupd: 1.0.5 update & cleanups
| * | Revert "nixos tests: disable fwupd for now"Jan Tojnar2018-02-22
| | | | | | | | | | | | This reverts commit 11fc2bad56bb6464b161f5ce911511a0137cfe2c.
| * | nixos/fwupd: use manual list of etc filesJan Tojnar2018-02-22
| | | | | | | | | | | | Closes: #32142
| * | umockdev: 0.8.13 → 0.11Jan Tojnar2018-02-22
| | |
| * | efibootmgr: cleanupJan Tojnar2018-02-22
| | |
| * | libsmbios: 2.3.3 → 2.4.1Jan Tojnar2018-02-22
| | |
| * | fwupd: 1.0.4 → 1.0.5Jan Tojnar2018-02-22
| | |
| * | fwupdate: 8 → 10Jan Tojnar2018-02-22
| | |
* | | python.pkgs.send2trash: fix on darwinRobin Gloster2018-02-23
| | |
* | | Revert "cups service: fix client sockets"Nikolay Amiantov2018-02-23
| | | | | | | | | | | | This reverts commit cf4c07734364e7e59414f486381360b42a9f88ea.
* | | Revert "cups: fix path to socket and run directory"Nikolay Amiantov2018-02-23
| | | | | | | | | | | | This reverts commit 34a37c5e94e87664f642e1c383e9bda5b35f8854.
* | | cups service: fix client socketsNikolay Amiantov2018-02-23
| | | | | | | | | | | | | | | | | | Use systemd to create the directory for UNIX socket. Also use localhost instead of 127.0.0.1 as is done in default cupsd.conf so that IPv6 is enabled when available.
* | | cups: fix path to socket and run directoryNikolay Amiantov2018-02-23
| | | | | | | | | | | | | | | We use default /var/run/cups/cups.sock in NixOS but here it's misdefined to be /run/cups.sock. Return it to default.
* | | mattermost: 4.7.0 -> 4.7.2Ryan Mulligan2018-02-23
| | |
* | | atom: 1.23.3 -> 1.24.0Tim Steinbach2018-02-23
| | |
* | | linux-copperhead: 4.15.4.a -> 4.15.5.aTim Steinbach2018-02-23
| | |
* | | oxipng: 1.0.0 -> 1.0.1DarkScythe972018-02-23
| | |
* | | knot-resolver: 2.1.0 -> 2.1.1 (bugfix)Vladimír Čunát2018-02-23
| | | | | | | | | | | | https://gitlab.labs.nic.cz/knot/knot-resolver/blob/v2.1.1/NEWS
* | | Merge pull request #35343 from gnidorah/softetherJörg Thalheim2018-02-23
|\ \ \ | | | | | | | | softether module: fix dataDir option
| * | | softether: blacklist aarch64-linux platformgnidorah2018-02-23
| | | |
| * | | softether module: fix dataDir optiongnidorah2018-02-22
| | | |
* | | | Merge pull request #30337 from acowley/easyloggingpp-initJörg Thalheim2018-02-23
|\ \ \ \ | | | | | | | | | | easyloggingpp: 9.95.0 -> 9.96.0
| * | | | easyloggingpp: 9.95.0 -> 9.96.0Anthony Cowley2018-02-21
| | | | |