summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* make changes needed to build mongodbJude Taylor2015-07-23
|
* gdk-pixbuf: maintenance updateVladimír Čunát2015-07-23
|
* gtk3: maintenance updateVladimír Čunát2015-07-23
|
* dbus: maintenance updateVladimír Čunát2015-07-23
|
* boost: pin packages to 157 where it fixes buildingVladimír Čunát2015-07-23
| | | | | According to Hydra, this seems to cover all the breakages created by defaulting to 158 now.
* Merge branch 'master' into stagingVladimír Čunát2015-07-22
|\
| * remove gcc49 overrides from various placesVladimír Čunát2015-07-22
| | | | | | | | | | | | | | An interesting thing is that: stdenv != overrideCC stdenv gcc49; I'm not sure why that is, but it doesn't seem important. /cc maintainers: @nckx, @garbas, @abbradar, @cstrahan, @grwlf.
| * Merge pull request #8930 from rycee/fix/FontTTFPeter Simons2015-07-22
| |\ | | | | | | perl-Font-TTF: add description and license
| | * perl-Font-TTF: add description and licenseRobert Helgesson2015-07-21
| | |
| * | Merge pull request #8940 from joachifm/vimus-disable-32bit-linuxPeter Simons2015-07-22
| |\ \ | | | | | | | | vimus: disable on 32 bit linux
| | * | vimus: disable on 32 bit linuxJoachim Fasting2015-07-22
| | | | | | | | | | | | | | | | A port of https://github.com/NixOS/nixpkgs/commit/57c5b8f5e179a758d9e9eb7f856e5f5bdb2fc5a3
| * | | Merge pull request #8944 from desiderius/elasticsearch-py.1.6.0Domen Kožar2015-07-22
| |\ \ \ | | | | | | | | | | python-packages: update elasticsearch-1.4.0 to elasticsearch-1.6.0
| | * | | python-packages: update elasticsearch-1.4.0 to elasticsearch-1.6.0desiderius2015-07-22
| | | | |
| * | | | simple-scan: 3.17.3 -> 3.17.4Tobias Geerinckx-Rice2015-07-22
| | | | |
| * | | | Move release notes to an appendix and a separate chunkEelco Dolstra2015-07-22
| | | | |
| * | | | Manual: Reduce chunkingEelco Dolstra2015-07-22
| | | | | | | | | | | | | | | | | | | | Fixes #7607.
| * | | | kodi: 14.2 -> 15.0Edward Tjörnhammar2015-07-22
| | | | |
| * | | | Revert "Revert "Drop tests.installer.grub1 as release critical""Eelco Dolstra2015-07-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit cd28c5517c224c0c969f6bccb1f85dcc280ed7f2. Still broken: http://hydra.nixos.org/build/23928152
| * | | | Remove non-incompatible changes from the list of incompatible changesEelco Dolstra2015-07-22
| | | | |
| * | | | Use environment.etc to manage /etc/crontabEelco Dolstra2015-07-22
| | | | | | | | | | | | | | | | | | | | Otherwise, /etc/crontab won't be deleted when cron is disabled.
| * | | | Don't enable cron by defaultEelco Dolstra2015-07-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The rationale for disabling this is: 1) systemd timers are better; 2) it gets rid of one usually unnecessary process, which makes containers more light-weight. Note that cron is still enabled if services.cron.systemCronJobs is non-empty, so this only matters if you have no declarative cron jobs but do have user cron jobs.
| * | | | Merge pull request #8946 from desiderius/elasticsearch-dsl-0.0.4Domen Kožar2015-07-22
| |\ \ \ \ | | | | | | | | | | | | python-packages: update elasticsearch-dsl 0.0.3 to 0.0.4
| | * | | | python-packages: update elasticsearch-dsl 0.0.3 to 0.0.4desiderius2015-07-22
| | |/ / /
| * | | | glib-tested: disable appinfo test, cannot reproduce hydra failureLuca Bruno2015-07-22
| | | | |
| * | | | Don't include wireless tools in containersEelco Dolstra2015-07-22
| | | | |
| * | | | systemd-timesyncd: Use NTP servers from our own ntp.org poolEelco Dolstra2015-07-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit 01dc343c2c613c263a2180d1850847f33653f94f) Conflicts: pkgs/os-specific/linux/systemd/default.nix
| * | | | Disable system_tarball_pc and fix evalEelco Dolstra2015-07-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It refers to a kernel version that no longer exists. (cherry picked from commit e4b9624ca89617005cb082e2a8301695759e1b19)
| * | | | systemd: Use upstream tmpfiles.d rulesTuomas Tynkkynen2015-07-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a failing assert in systemd-timesyncd (issue #5913) as it expects the directory /run/systemd/netif/links/ to exist, and nothing in NixOS currently creates it. Also we get a net reduction in our code as rules for /run/utmp and /var/log/journal are also provided by the same upstream file. (cherry picked from commit a278a9224a3c1c5db399d53c86b36a25133b5cda)
| * | | | Remove Linux 3.19Eelco Dolstra2015-07-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's already EOL so we shouldn't keep it around in our new stable branch. (cherry picked from commit cdbb5483b7ef1dcdb628e802aab25362c01ea41c)
| * | | | Remove Linux 3.2 and 3.4Eelco Dolstra2015-07-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These are not supported by systemd so no reason to keep them around. (cherry picked from commit ee10e165dcc23f7b1855072f5a1f208dcdeead93) Conflicts: pkgs/os-specific/linux/kernel/linux-3.4.nix
| * | | | Remove unused fileEelco Dolstra2015-07-22
| | | | | | | | | | | | | | | | | | | | (cherry picked from commit 58ef0eea0c2d79fbe41f0cb09d93aaec8251fe61)
| * | | | Set up /etc/machine-id before starting systemdEelco Dolstra2015-07-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise, systemd will try to populate /etc, which we don't want. (cherry picked from commit c8501a421806c6526a12b2f6537ab38754e9d4ff)
| * | | | Remove ancient version of udevEelco Dolstra2015-07-22
| | | | | | | | | | | | | | | | | | | | (cherry picked from commit ab91aaaeb85b78623bfdb91d87f5d94d378c1e74)
| * | | | stage-1: Shut up warnings about swap devices that don't exist yetEelco Dolstra2015-07-22
| | | | | | | | | | | | | | | | | | | | (cherry picked from commit 388dac478d21b743946362294043b83da4852721)
| * | | | stage-2: Don't run hwclock in containersEelco Dolstra2015-07-22
| | | | | | | | | | | | | | | | | | | | (cherry picked from commit b978df019a2b1281f7a70445eaa71b45049f4cfd)
| * | | | stage-1: Don't mount /dev/shm if it's already mountedEelco Dolstra2015-07-22
| | | | | | | | | | | | | | | | | | | | (cherry picked from commit c8ef5989452e191a1d345cd006f54305cb989af6)
| * | | | Create systemd-{network,resolve} user/group unconditionallyEelco Dolstra2015-07-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This shuts up this error from dbus: May 11 13:52:16 machine dbus-daemon[259]: Unknown username "systemd-network" in message bus configuration file May 11 13:52:16 machine dbus-daemon[259]: Unknown username "systemd-resolve" in message bus configuration file which happens because the D-Bus config for networkd/resolved is enabled unconditionally, and we don't have an easy way to turn it off. (cherry picked from commit f19b58fb6a5cc55af6d8d8ca7979f8e64255d2d0)
| * | | | Use ConditionVirtualization to disable some services in containersEelco Dolstra2015-07-22
| | | | | | | | | | | | | | | | | | | | (cherry picked from commit c52a98380673093037a3116025d0aa92cd46a214)
| * | | | Merge pull request #8896 from dezgeg/pr-ovmflethalman2015-07-22
| |\ \ \ \ | | | | | | | | | | | | edk2, OVMF: Fix build on GCC 4.9
| | * | | | edk2, OVMF: Fix build on GCC 4.9Tuomas Tynkkynen2015-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The toolchain must be correctly specified in the OVMF build or it fails with 'Unsupported section alignment': http://hydra.nixos.org/build/23859056
| * | | | | Revert "OVMF: build with gcc 4.8, I'm no idea what I'm doing (ZHF)"Luca Bruno2015-07-22
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 0abe34e4543125f62ef3335fb3bc065e2df996db.
| * | | | | chaps: not supported on i686 (ZHF)Luca Bruno2015-07-22
| | | | | |
| * | | | | OVMF: build with gcc 4.8, I'm no idea what I'm doing (ZHF)Luca Bruno2015-07-22
| | | | | |
| * | | | | Merge pull request #8939 from joachifm/coreclr-disable-i686lethalman2015-07-22
| |\ \ \ \ \ | | | | | | | | | | | | | | coreclr: disable i686 build
| | * | | | | coreclr: disable i686 buildJoachim Fasting2015-07-22
| | | |_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The hydra build [1] fails with error: Detected non x86_64 target processor. Not supported! [1]: https://hydra.nixos.org/build/23871656
| * | | | | weston: use version 1.8.0 instead of wayland version (ZHF)Luca Bruno2015-07-22
| | | | | |
| * | | | | partclone: fix download (ZHF)Luca Bruno2015-07-22
| | | | | |
| * | | | | Revert "zfs_git: 2015-06-22 -> 2015-07-01"Luca Bruno2015-07-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 54022375eb3ae3375385717690ef133c819c9bf1. Revert "zfs_git: 2015-05-13 -> 2015-06-22" This reverts commit 59faa759dade5c629409d683e72523548c40f554. Closes #8941
| * | | | | kicad: fix download urls (ZHF)Luca Bruno2015-07-22
| | | | | |
| * | | | | hbase: 0.98.8 -> 0.98.13. Fixes download (ZHF)Luca Bruno2015-07-22
| | | | | |