about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
| * | | | ecj: require jdk7 instead of jdkRobert Helgesson2015-07-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ecj build fails in Java 8 due to backwards incompatible changes in the `javax.lang.model` namespace so with this change we specifically ask for a JDK for Java 7.
* | | | | Set a default value for services.postgresql.packageEelco Dolstra2015-07-27
| | | | | | | | | | | | | | | | | | | | | | | | | This is finally possible now that we have ‘system.stateVersion’ (allowing the default package to change over time).
* | | | | sshd: Use RSA and ED25519 host keysEelco Dolstra2015-07-27
| | | | | | | | | | | | | | | | | | | | Closes #7939.
* | | | | Add option system.stateVersionEelco Dolstra2015-07-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This option requests compatibility with older NixOS releases with respect to stateful data, in cases where new releases have defaults that might be incompatible with system state of existing NixOS deployments. For instance, if we change the default version of PostgreSQL, existing deployments will break if the new version can't read databases created by the old version. So for example, setting system.stateVersion = "15.07"; requests that options like services.postgresql.package use defaults corresponding to the 15.07 release branch. Note that nixos-generate-config emits this option. (In the future, NixOps may set system.stateVersion to the NixOS release in use when the machine was created.) See also #7939 for another motivating example.
* | | | | Require signed binary caches by defaultEelco Dolstra2015-07-27
| | | | |
* | | | | cups: Fix test by using different groff outputJascha Geerds2015-07-27
| | | | |
* | | | | iproute: Actually don't install docsWilliam A. Kennington III2015-07-27
| | | | |
* | | | | iproute: Fix reference to /etc instead of /etc at runtimeWilliam A. Kennington III2015-07-27
| | | | |
* | | | | redshift: fix evaluationMateusz Kowalczyk2015-07-27
| | | | | | | | | | | | | | | | | | | | Broken by 77d33f77d7cffa9e53c780398ae0fadc8dd0eda5 , cc @nckx
* | | | | gnome3: override libsoup with gnomeSupport = trueTobias Geerinckx-Rice2015-07-27
| | | | | | | | | | | | | | | | | | | | Fix Gnome 3 packages broken by fc1077c.
* | | | | Merge pull request #8985 from Beauhurst/newapachesEelco Dolstra2015-07-27
|\ \ \ \ \ | | | | | | | | | | | | apache-httpd: update minor versions of both 2.2 and 2.4 for security-related fixes
| * | | | | apache-httpd: update minor versions of both 2.2 and 2.4 for security-related ↵Robert Scott2015-07-25
| | | | | | | | | | | | | | | | | | | | | | | | fixes
* | | | | | Merge pull request #9013 from lessrest/update-flowvbgl2015-07-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | flow: 0.1.0 -> 0.13.1
| * | | | | | flow: 0.1.0 -> 0.13.1Daniel Brockman2015-07-27
| | | | | | |
* | | | | | | Fix testsEelco Dolstra2015-07-27
| |_|_|_|_|/ |/| | | | |
* | | | | | all-packages: remove orphaned ImageMagick argumentsTobias Geerinckx-Rice2015-07-27
| | | | | | | | | | | | | | | | | | | | | | | | Quick fix: evaluation was broken by fallout from 7f0a596.
* | | | | | putty: 0.64 -> 0.65Tobias Geerinckx-Rice2015-07-27
| | | | | |
* | | | | | colordiff: 1.0.13 -> 1.0.15Tobias Geerinckx-Rice2015-07-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - Big improvements to side-by-side diff detection - Additional colordiffrc example colour scheme file to match 'git diff' - Misc fixes
* | | | | | xdelta: 3.0.9 -> 3.0.10Tobias Geerinckx-Rice2015-07-27
| | | | | |
* | | | | | nixos: redshift service: add extraOptionsTobias Geerinckx-Rice2015-07-27
| | | | | |
* | | | | | redshift: fix dependencies, make configurableTobias Geerinckx-Rice2015-07-27
| | | | | |
* | | | | | nixos/firewall: Add the ability to specify additional packages for extraCommandsWilliam A. Kennington III2015-07-26
| | | | | |
* | | | | | Fix grub-rebootEelco Dolstra2015-07-27
| | | | | |
* | | | | | imagemagick: Move docs to separate outputEelco Dolstra2015-07-26
| | | | | | | | | | | | | | | | | | | | | | | | This reduces the size of out from 21 MB to 8.7 MB.
* | | | | | imagemagick: Reduce dependency bloatEelco Dolstra2015-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The closure size of imagemagick has recently gone up from 530 MB (already bad) to 846 MB, which is a bit excessive. So revert most of the recent changes.
* | | | | | Revert "geeqie: update from 1.1 to 1.2"Eelco Dolstra2015-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 82e07fb1e88c176b5e0711a8afa68867d643896f. See fee59b1235e658954b207ff6679264654c4708d2.
* | | | | | ghostscript: Get rid of docs/examplesEelco Dolstra2015-07-26
| | | | | |
* | | | | | More docs in separate outputsEelco Dolstra2015-07-26
| | | | | |
* | | | | | xapian: Move docs to separate outputEelco Dolstra2015-07-26
| | | | | | | | | | | | | | | | | | | | | | | | This reduces xapian's "out" from 9.1 to 3.3 MB.
* | | | | | groff: Move docs to separate outputEelco Dolstra2015-07-26
| | | | | | | | | | | | | | | | | | | | | | | | This cuts the size of the package by ~10 MB.
* | | | | | kde-workspace: Disable gpsd dependencyEelco Dolstra2015-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This dependency causes substantial system bloat: gpsd depends on pythonFull, which in turn depends on tcl/tk, etc.
* | | | | | postgresql: Move docs to separate outputEelco Dolstra2015-07-26
| | | | | | | | | | | | | | | | | | | | | | | | This cuts almost 15 MB.
* | | | | | mariadb: Don't install static librariesEelco Dolstra2015-07-26
| | | | | | | | | | | | | | | | | | | | | | | | Issue #8990.
* | | | | | Bump the default version of PostgreSQL to 9.4Eelco Dolstra2015-07-26
| | | | | |
* | | | | | libsoup: Don't install docsEelco Dolstra2015-07-26
| | | | | |
* | | | | | xdg-utils: Don't depend on "which"Eelco Dolstra2015-07-26
| | | | | |
* | | | | | libsoup: Don't enable GNOME support by defaultEelco Dolstra2015-07-26
| | | | | | | | | | | | | | | | | | | | | | | | This bloats packages (like GStreamer) that depend on libsoup.
* | | | | | Remove unused gnutls variantsEelco Dolstra2015-07-26
| | | | | |
* | | | | | gnutls: Fix double application of callPackageEelco Dolstra2015-07-26
| | | | | |
* | | | | | cups: Don't depend on OpenSSLEelco Dolstra2015-07-26
| | | | | | | | | | | | | | | | | | | | | | | | Afaict, it doesn't use OpenSSL, just GNU/TLS.
* | | | | | gnutls: Don't depend on trousers by defaultEelco Dolstra2015-07-26
| | | | | | | | | | | | | | | | | | | | | | | | Let's keep the base system free of "trusted" computing crap...
* | | | | | firewall: Don't depend on ipsetEelco Dolstra2015-07-26
| | | | | | | | | | | | | | | | | | | | | | | | NixOS doesn't use it, so no reason to include it.
* | | | | | mpv: Don't enable JACK support by defaultEelco Dolstra2015-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Packages should not depend on JACK by default to reduce dependency bloat. Issue #8990.
* | | | | | nvidia-x11: Remove runtime dependency on linux.devEelco Dolstra2015-07-26
| | | | | |
* | | | | | Merge pull request #8979 from rycee/package/theme-vertexArseniy Seroka2015-07-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | theme-vertex: init at 20150718
| * | | | | | theme-vertex: init at 20150718Robert Helgesson2015-07-26
| | |_|/ / / | |/| | | |
* | | | | | chromium: BumpWilliam A. Kennington III2015-07-26
| | | | | |
* | | | | | Merge pull request #8964 from vbgl/ecmArseniy Seroka2015-07-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | ecm: 6.2.3 -> 6.4.4
| * | | | | | ecm: 6.2.3 -> 6.4.4Vincent Laporte2015-07-23
| | | | | | |
* | | | | | | Merge pull request #8977 from AndersonTorres/cherrytreeArseniy Seroka2015-07-26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Cherrytree: 0.35.8 -> 0.35.9