summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* nginx: add gzip_vary to recommended settingsWout Mertens2017-07-17
| | | Google PageSpeed recommends turning this on to allow proxies to cache
* Merge pull request #27057 from Nadrieril/bitlbee-libpurpleJörg Thalheim2017-07-17
|\ | | | | bitlbee service: Add option to load libpurple plugins into bitlbee
| * bitlbee service: Add option to load libpurple plugins into bitlbeeNadrieril2017-07-16
| |
| * bitlbee: Add optional libpurple dependencyNadrieril2017-07-16
| |
* | programs.gnupg: use extraInit instead of interactiveShellInitRobin Gloster2017-07-17
| | | | | | | | | | | | | | Otherwise some programmes cannot use the GPG agent, e.g. applications started from dmenu. Behaviour was changed in #26888, this reverts that part.
* | pants13-pre: remove from pythonPackagesDan Peebles2017-07-17
| | | | | | Sorry, I broke evaluation in my last pants commit!
* | Merge pull request #27445 from dapphub/dappFrederik Rietdijk2017-07-17
|\ \ | | | | | | dapp: init at v0.5.2
| * | dapp: init at v0.5.2Mikael Brockman2017-07-14
| | | | | | | | | | | | Simple tool for creating Ethereum-based dapps
* | | Merge pull request #27005 from jtojnar/fix/corebird-gstFrederik Rietdijk2017-07-17
|\ \ \ | | | | | | | | gst_all_1.gst-plugins-bad: build gtksink plugin
| * | | corebird: fix video playbackJan Tojnar2017-07-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Corebird requires gst-plugins-bad compiled with GTK support to play videos. This commit enables the GTK support.
| * | | gst_all_1.gst-plugins-bad: allow building gtksink pluginJan Tojnar2017-07-17
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | Corebird requires gtksink gstreamer plugin to play videos. [1] The plugin, however, is only built when GTK is available. This patch adds gtk3 as an optional dependency to gst_all_1.gst-plugins-bad package, allowing the build of gtksink. [1]: https://github.com/baedert/corebird/issues/431
* | | coqPackages.compcert: Recent compcert supports 64-bit architecturesJohn Wiegley2017-07-17
| | |
* | | pants: 1.2.1 -> 1.3.0Dan Peebles2017-07-17
| | | | | | | | | | | | | | | | | | | | | | | | I'm also removing the pants13-pre attribute since it's unnecessary and I don't want to maintain 1.4.x prereleases yet. I'm temporarily taking out the pants native rust engine shenanigans until I can get a nix-native rust build of it to work (it works on Linux but not on Darwin!)
* | | imagemagick7: 7.0.6-0 -> 7.0.6-1Franz Pletz2017-07-17
| | |
* | | imagemagick: 6.9.8-10 -> 6.9.9-0Franz Pletz2017-07-17
| | |
* | | Merge pull request #27290 from calvertvl/fix_calibre_html5libFrederik Rietdijk2017-07-17
|\ \ \ | | | | | | | | calibre: fix html5lib error
| * | | calibre: fix html5lib errorVictor Calvert2017-07-10
| | | |
* | | | python.pkgs.pytorch: init at 0.1.12Tom Hunger2017-07-17
| | | |
* | | | tinc service: BindToAddress and ListenAddress are different options, they ↵Nadrieril2017-07-17
| | | | | | | | | | | | | | | | should not be mistaken
* | | | update-python-libraries script: don't forget to break when we actually find ↵Frederik Rietdijk2017-07-17
| | | | | | | | | | | | | | | | an update
* | | | aspellWithDicts: create derivation with aspell and selected dictionariesFrederik Rietdijk2017-07-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, `aspell` checks the active profiles for dictionaries. While this may be convenient, it does not work with `nix-shell` and it doesn't allow any isolation. This commit adds the possibility to use composition by creating a derivation with `symlinkJoin` that contains all the chosen dictionaries, and another derivation that wraps the executables linking to the dictionaries. Nix example: my_aspell = aspellWithDicts(ps: with ps; [ en nl ]) `nix-shell` example: nix-shell -p 'aspellWithDicts(ps: with ps; [ en nl ])'
* | | | Merge pull request #27000 from Balletie/fix/pulseaudio-alsa-confBenno Fünfstück2017-07-17
|\ \ \ \ | | | | | | | | | | pulseaudio: Resolve conflicting asound.conf of pulseaudio and alsa
| * | | | pulseaudio: Resolve conflicting asound.conf of pulseaudio and alsaBalletie2017-07-01
| | | | | | | | | | | | | | | | | | | | Fixes issue #25790.
* | | | | lftp: 4.7.7 -> 4.8.0Yann Hodique2017-07-17
| | | | |
* | | | | exiv2: 0.25 -> 0.26Franz Pletz2017-07-17
| | | | |
* | | | | darktable: 2.2.4 -> 2.2.5Franz Pletz2017-07-17
| | | | |
* | | | | zfsUnstable: 0.7.0-rc4 -> 0.7.0-rc5Franz Pletz2017-07-17
| | | | |
* | | | | zfs: 0.6.5.10 -> 0.6.5.11Franz Pletz2017-07-17
| | | | |
* | | | | all-hardware.nix: add VMware support. (#27430)volth2017-07-17
| | | | | | | | | | | | | | | NixOS does not boot in VMware guest without these modules
* | | | | tt-rss: 16.3 -> 17.4Nadrieril2017-07-17
| | | | |
* | | | | Merge pull request #27374 from mnacamura/r_pbdZMQ_darwin_fixDaiderd Jordan2017-07-16
|\ \ \ \ \ | | | | | | | | | | | | r-pbdZMQ: fix Darwin install
| * | | | | r-pbdZMQ: fix Darwin installMitsuhiro Nakamura2017-07-14
| | |_|/ / | |/| | |
* | | | | Merge pull request #27419 from elitak/armjdkJörg Thalheim2017-07-16
|\ \ \ \ \ | | | | | | | | | | | | oraclejdk8: armv7l support
| * | | | | oraclejdk8: armv7l supportEric Litak2017-07-16
| | | | | |
* | | | | | Merge pull request #27418 from roconnor/tarsnapJörg Thalheim2017-07-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | tarsnap: 1.0.37 -> 1.0.38
| * | | | | | tarsnapper: 0.2.1 -> 0.4Jörg Thalheim2017-07-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - project is not a python library -> move out of pythonPackages. - also enable tests
| * | | | | | tarsnap: 1.0.37 -> 1.0.38Russell O'Connor2017-07-15
| |/ / / / /
* | | | | | Merge pull request #27025 from corngood/firefox-drm-fixGraham Christensen2017-07-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | firefox: fix the drmSupport option
| * | | | | | firefox: fix the drmSupport optionDavid McFarland2017-07-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At some point the config flag must have changed from --enable-eme to --enable-eme=widevine, so it was having no effect.
* | | | | | | Merge pull request #26912 from knedlsepp/fix-autoResizeGraham Christensen2017-07-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nixos: Force check the filesystem before resizing
| * | | | | | | Force check the filesystem before resizingJosef Kemetmueller2017-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The message buffer of the kernel lists > Please run 'e2fsck -f /dev/disk/by-label/nixos' first. as the output of the command `resize2fs "$device"`. This fixes NixOS/nixpkgs#26910.
* | | | | | | | Merge pull request #26259 from bachp/mysql-datadir-changelogGraham Christensen2017-07-16
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Mysql datadir changelog
| * | | | | | | | mysql service: add changelog for changed dataDirPascal Bach2017-07-08
| | | | | | | | |
* | | | | | | | | Merge pull request #25955 from ↵Graham Christensen2017-07-16
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | matthewbauer/nixpkgs-manual-declarative-package-management manual: add "declarative package management" section
| * | | | | | | | | manual: add "declarative package management" sectionMatthew Bauer2017-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This section gives some details on how to setup an "environment" without having to go through NixOS (although it could be used there too). I’ve tried to make it straightforward and have a kind of "tutorial" feel. Not sure if that’s appropriate for the manual, so any recommended changes would be helpful.
* | | | | | | | | | Merge pull request #25670 from Mic92/cups-hardeningGraham Christensen2017-07-16
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | cups: mount private /tmp
| * | | | | | | | | | cups: mount private /tmpJörg Thalheim2017-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | printer driver and wrapper are often not written with security in mind. While reviewing https://github.com/NixOS/nixpkgs/pull/25654 I found a symlink-race vulnerability within the wrapper code, when writing unique files in /tmp. I expect this script to be reused in other models as well as similar vulnerabilities in the code of other vendors. Therefore I propose to make /tmp of cups.service private so that only processes with the same privileges are able to access these files.
* | | | | | | | | | | Merge pull request #24720 from k0001/hun-esGraham Christensen2017-07-16
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | hunspellDicts: add spanish dictionaries.
| * | | | | | | | | | | hunspellDicts: add spanish dictionaries.Renzo Carbonara2017-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit cf4f91f1a238da953edd1d6b83d225cefe7d5b52, which removed all of the spanish dictionaries. These dictionaries were previously part of the “Red IRIS” project, but they are now part of the “Recursos Linguísticos Abiertos del Español” project. Additionally, this cleans up the implementation of all the Hunspell dictionaries, since the supposedly internal `mkDict` function was either overspecialized or overgeneralized. Now we don't try to abstract beyond what makes sense to be abstracted.
* | | | | | | | | | | | Merge pull request #23964 from benley/nixos-manual-launcherGraham Christensen2017-07-16
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | nixos: nix snowflake logo for the nixos manual launcher