about summary refs log tree commit diff
AgeCommit message (Collapse)AuthorFilesLines
2017-09-28consul service: Restart on failure.Niklas Hambüchen1-0/+1
Consul is a service you typically want to have running all the time; it's not supposed to quit by itself.
2017-09-28Merge pull request #29867 from makefu/pkgs/udpt/updateFranz Pletz1-6/+16
udpt: 2016-02-20 -> 2017-09-27
2017-09-28youtube-dl: 2017.09.15 -> 2017.09.24 (#29866)Nick Novitski1-2/+2
2017-09-28dgraph: 0.8.1 -> 0.8.2Yann Hodique2-15/+16
2017-09-28lftp: 4.8.0 -> 4.8.2Yann Hodique1-4/+4
2017-09-28Merge pull request #29697 from zimbatm/gdm-on-nvidiaFranz Pletz3-2/+33
GDM fixes
2017-09-28nixos/xserver,gdm: let GDM handle X server verbosity.Rostislav Beneš2-1/+12
2017-09-28nixos/gdm,nvidia: new options to enable GDM on Wayland and disabling it for ↵Rostislav Beneš2-0/+15
nvidia drivers.
2017-09-28nixos/nvidia: populating /dev with nvidia devices at bootRostislav Beneš1-1/+6
2017-09-27Merge pull request #29874 from mbrgm/znc-fixJörg Thalheim1-9/+9
znc: fix openFirewall option
2017-09-27buildGo19Package: init (#29470)PanAeon1-0/+4
2017-09-27nixos/release-notes: notable changes to the dnscrypt-proxy serviceJoachim Fasting1-0/+10
2017-09-27kbd service: systemd-vconsole-setup is triggered by udevFranz Pletz1-2/+1
cc #22470
2017-09-27wpa_supplicant service: restart instead of stop & startFranz Pletz1-0/+1
We now wait for dhcpcd to acquire a lease but dhcpcd is restarted on system activation. As wpa_supplicant is stopped while dhcpcd is restarting a significant delay is introduced on systems with wireless network connections only. This changes the wpa_supplicant service to also be restarted together with dhcpcd in case both services were changed.
2017-09-27Revert "kbd service: use /dev/tty1 for systemd-vconsole-setup"Alexander Ried1-11/+0
This reverts commit 0c81594a29d99d9ee9c9c88c680340d56823cfb2. It's no longer needed since systemd-vconsole-setup enumerates all ttys until it finds a suitable one since systemd v234.
2017-09-27nixos: skip restarting systemd-logind to not break x11Joerg Thalheim1-1/+6
2017-09-27opencascade: remove 6.5.5 and 6.6.0Samuel Leathers4-112/+11
2017-09-27Merge pull request #29857 from peterbb/masterAustin Seipp1-4/+6
urweb: support darwin, depend on gcc, fix paths.
2017-09-27tor-browser-bundle: support passing additional extensionsJoachim Fasting1-1/+7
2017-09-27tor-browser-bundle: factor out extensionsJoachim Fasting2-134/+125
2017-09-27mupdf: cleanup dependenciesNikolay Amiantov1-4/+8
This slims down build inputs (notably not requiring mesa anymore).
2017-09-27glfw3: cleanup dependencies, propagate mesa_nogluNikolay Amiantov1-6/+8
2017-09-27glfw2: don't use mesaNikolay Amiantov1-2/+2
2017-09-27znc: fix openFirewall optionMarius Bergmann1-9/+9
The current version is broken: - there's no `openFirewall` attribute directly in the `cfg` set - the `port` option is an attribute of the `confOptions` set I used the proper attribute for the firewall port and moved the `openFirewall` option directly up to the `services.znc` set, as it's rather a general option for the whole service than a znc-specific option (which are located inside the `confOptions` set).
2017-09-2717.09 release notes: redis cluster mass-restart neededRobin Gloster1-0/+7
see #29516
2017-09-27postgresql: default to 9.6 like in the nixos moduleFranz Pletz1-1/+1
2017-09-27Revert "postgresql: Add dev output"Robin Gloster6-11/+13
Firstly this creates a cycle in 9.6 .out <-> .dev after fixing the PGXS path. Secondly this breaks extension handling and the pg_config as it resolves a lot of paths relatively resulting in the following bogus output: BINDIR = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/bin DOCDIR = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/share/doc HTMLDIR = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/share/doc INCLUDEDIR = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/include PKGINCLUDEDIR = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/include INCLUDEDIR-SERVER = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/include/server LIBDIR = /nix/store/85s9m7hpfzsl93wcb5gr6ii2km9mpx3z-postgresql-9.5.9-lib/lib PKGLIBDIR = /nix/store/85s9m7hpfzsl93wcb5gr6ii2km9mpx3z-postgresql-9.5.9-lib/lib LOCALEDIR = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/share/locale MANDIR = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/share/man SHAREDIR = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/share SYSCONFDIR = /etc/postgresql PGXS = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/lib/pgxs/src/makefiles/pgxs.mk CONFIGURE = '--prefix=/nix/store/irqqq4g173g9xrk1mh12kxv0s1d8dbyh-postgresql-9.5.9' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/85s9m7hpfzsl93wcb5gr6ii2km9mpx3z-postgresql-9.5.9-lib/lib' '--with-ossp-uuid' 'CC=gcc' CC = gcc CPPFLAGS = -D_GNU_SOURCE -I/nix/store/z6r0j2b4bcdfw3pck2x6ay0vvx0qzb92-libxml2-2.9.5-dev/include/libxml2 CFLAGS = -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 CFLAGS_SL = -fPIC LDFLAGS = -L../../../src/common -L/nix/store/ighspl5sa3qi1zy7nkih0c9p73xjfqa6-libxml2-2.9.5/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/85s9m7hpfzsl93wcb5gr6ii2km9mpx3z-postgresql-9.5.9-lib/lib',--enable-new-dtags LDFLAGS_EX = LDFLAGS_SL = LIBS = -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm VERSION = PostgreSQL 9.5.9 This can probably only be properly fixed by rewriting pg_config in large parts as it does not in any way respect splitting the postgres tree and assumes it can simply resolve paths relative to its location. This does not even handle symlinks: $ result-dev/bin/pg_config BINDIR = /home/robin/dev/nixpkgs-upstream/result-dev/bin DOCDIR = /home/robin/dev/nixpkgs-upstream/result-dev/share/doc HTMLDIR = /home/robin/dev/nixpkgs-upstream/result-dev/share/doc INCLUDEDIR = /home/robin/dev/nixpkgs-upstream/result-dev/include PKGINCLUDEDIR = /home/robin/dev/nixpkgs-upstream/result-dev/include INCLUDEDIR-SERVER = /home/robin/dev/nixpkgs-upstream/result-dev/include/server LIBDIR = /nix/store/85s9m7hpfzsl93wcb5gr6ii2km9mpx3z-postgresql-9.5.9-lib/lib PKGLIBDIR = /nix/store/85s9m7hpfzsl93wcb5gr6ii2km9mpx3z-postgresql-9.5.9-lib/lib LOCALEDIR = /home/robin/dev/nixpkgs-upstream/result-dev/share/locale MANDIR = /home/robin/dev/nixpkgs-upstream/result-dev/share/man SHAREDIR = /home/robin/dev/nixpkgs-upstream/result-dev/share SYSCONFDIR = /etc/postgresql PGXS = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/lib/pgxs/src/makefiles/pgxs.mk CONFIGURE = '--prefix=/nix/store/irqqq4g173g9xrk1mh12kxv0s1d8dbyh-postgresql-9.5.9' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/85s9m7hpfzsl93wcb5gr6ii2km9mpx3z-postgresql-9.5.9-lib/lib' '--with-ossp-uuid' 'CC=gcc' CC = gcc CPPFLAGS = -D_GNU_SOURCE -I/nix/store/z6r0j2b4bcdfw3pck2x6ay0vvx0qzb92-libxml2-2.9.5-dev/include/libxml2 CFLAGS = -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 CFLAGS_SL = -fPIC LDFLAGS = -L../../../src/common -L/nix/store/ighspl5sa3qi1zy7nkih0c9p73xjfqa6-libxml2-2.9.5/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/85s9m7hpfzsl93wcb5gr6ii2km9mpx3z-postgresql-9.5.9-lib/lib',--enable-new-dtags LDFLAGS_EX = LDFLAGS_SL = LIBS = -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm VERSION = PostgreSQL 9.5.9 cc @edolstra Revert "bacula: fix after postgresql output splitting" This reverts commit 13c9cbacdded00558084fda7037ca80849208e99. Revert "postgresql: fix pgxs dir in pg_config" This reverts commit 21998d597bd257c1a769e2be4b7a52b5b7e482a6. Revert "rubyGems.pg: fix postgresql path" This reverts commit e253ae7d3a4ab992d2432c87514e3333a3cf744d. Revert "kea: fix path to pg_config" This reverts commit 086c636eb7f894a55f752b6164dac4a87d8bcee9. Revert "php: fix build wrt. new postgres.dev build output" This reverts commit 2f23a83920107678ca1792a11d19e1cb37df3ace. Revert "gdal: fix path to pg_config" This reverts commit 032c50d45b3fd1ebb4af592b83e776ed7004b4c0. Revert "postgresql: Add dev output" This reverts commit b0280f598e4b3f6ebf33ad2115734e4735df443a.
2017-09-27bluez: remove unneeded dependencies and fix test binsRobin Gloster1-12/+7
2017-09-27Merge older stagingVladimír Čunát10-72/+78
This is almost fully rebuilt on staging (waiting for ~7.5k Darwin jobs), but now master got ~17k rebuild, so staging wouldn't catch up this way.
2017-09-27ibus-engines.hangul: add python dependencyLancelot SIX1-1/+1
2017-09-27manuals: fixup steam note, as the change is in 17.09Vladimír Čunát3-3/+8
I didn't notice the cherry-pick, but Globin found out immediately. /cc #29180.
2017-09-27ibus-anthy: fix pygobject3 dependencyLancelot SIX1-1/+1
2017-09-27ibus-wrapper: Fix buildEelco Dolstra1-1/+1
2017-09-27Revert "Revert "ibus: Move ibus-setup to .dev""Eelco Dolstra1-0/+4
This reverts commit e0771a241092deb0a09341607adf0f24c749c037.
2017-09-27wlc: Downgrade back to 0.0.9Michael Weiss2-19/+8
Unfortunately wlc 0.0.10 seems to be the cause for segfaults on sway, way-cooler and orbment. This will also build wlc with all optional packages (i.e. zlib, valgrind and doxygen).
2017-09-27manuals: document removal of newStdcpp from steamVladimír Čunát3-28/+15
/cc #29180.
2017-09-27bacula: fix after postgresql output splittingRobin Gloster1-2/+2
2017-09-27Revert "ibus: Move ibus-setup to .dev"Robin Gloster1-4/+0
This reverts commit af44f99dca62abc5d569cb824a64f766e308d419. ibus-with-plugins was broken by this. cc @edolstra
2017-09-27postgresql: fix pgxs dir in pg_configRobin Gloster1-1/+1
2017-09-27Merge pull request #29862 from bradleyjensen/protobufMichael Raskin3-0/+44
lispPackages.cl-protobufs: init at 20170403-git
2017-09-27udpt: 2016-02-20 -> 2017-09-27makefu1-6/+16
2017-09-27linux: 4.13.3 -> 4.13.4Tim Steinbach1-2/+2
2017-09-27linux: 4.9.51 -> 4.9.52Tim Steinbach1-2/+2
2017-09-27linux: Remove 4.12 (EOL)Tim Steinbach2-28/+0
2017-09-27nixos/release-notes: MySQL backup service breaking changesRodney Lorrimar1-0/+40
2017-09-27mysqlBackup service: let it work with default settingsRodney Lorrimar4-20/+114
* Grants enough privileges to the configured user so that it can run mysqldump. * Adds a nixos test. * Use systemd timers instead of a cronjob (by @fadenb). * Creates a new user for backups by default, instead of using mysql user. * Ensures that backup user has write permissions on backup location. * Write backup to a temporary file before renaming so that a failed backup won't overwrite the previous backup, and so that the backup location will never contain a partial backup. Breaking changes: * Renamed period to calendar to reflect the change in how to configure the backup time. * A failed backup will no longer result in cron sending an e-mail -- users' monitoring systems must be updated. Resolves #24728
2017-09-27lispPackages.cl-protobufs: init at 20170403-gitBrad Jensen3-0/+44
2017-09-27nixos/tinc: remove useless script argumentJoerg Thalheim1-3/+1
ExecStart is sufficient and more transparent to the user.
2017-09-27nixos/tinc: do not add Device= by defaultJoerg Thalheim1-1/+0
tinc can figure this out based on DeviceType. I also got `/dev/net/tun FD in bad state` after a particular upgrade.
2017-09-27Merge pull request #29843 from NeQuissimus/docker_17_09Tim Steinbach2-13/+20
docker: add 17.09.0-ce