summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* bump version to 17.10Robin Gloster2017-02-27
| | | | This will be the Hummingbird release
* apache-kafka.service: pass in log4j config more explicitlyDan Peebles2017-02-27
| | | | | | | The implicit behavior of pulling it out of the classpath seemed not to work properly and could be thrown off by other things on the classpath also providing the properties file. This guarantees that our settings stick.
* Merge pull request #23239 from ttuegel/shuffle-kdeThomas Tuegel2017-02-27
|\ | | | | Organize KDE packages correctly
| * ark: Make free by defaultThomas Tuegel2017-02-27
| |
| * plasma5: 5.8.5 -> 5.8.6Thomas Tuegel2017-02-27
| |
| * qt5: 5.6.2 -> 5.7.1Thomas Tuegel2017-02-27
| |
| * Export KDE packages at top levelThomas Tuegel2017-02-27
| |
| * mkLibsForQt5: Inherit libraries from Plasma 5 and KDE ApplicationsThomas Tuegel2017-02-27
| |
| * qt55: Add compatibility attribute for qtquickcontrols2Thomas Tuegel2017-02-27
| |
| * calligra: Rename oxygen-icons5 dependencyThomas Tuegel2017-02-27
| |
| * qt5: Add compatibility attribute for qtquick1Thomas Tuegel2017-02-27
| |
| * extra-cmake-modules: Lift Qt dependencyThomas Tuegel2017-02-27
| |
| * lib.makeScope: Save package set functionThomas Tuegel2017-02-27
| |
| * qt56.qtquickcontrols2: init at 5.6.2Thomas Tuegel2017-02-27
| |
| * qt56: Update instructionsThomas Tuegel2017-02-27
| |
| * nixos/plasma5: Rename Plasma 5 desktopThomas Tuegel2017-02-27
| | | | | | | | - There is no such thing as KDE 5
| * kdeApplications: Move out of desktops/kde-5Thomas Tuegel2017-02-27
| | | | | | | | - There is no such thing as KDE 5
| * plasma5: Hide internal plasmaPackage deriverThomas Tuegel2017-02-27
| |
| * kdeFrameworks: Hide internal kdeFramework deriverThomas Tuegel2017-02-27
| |
| * Move kdeWrapper out of kdeFrameworksThomas Tuegel2017-02-27
| |
| * Move kdeDerivation out of kdeFrameworksThomas Tuegel2017-02-27
| |
| * Clean up KDE FrameworksThomas Tuegel2017-02-27
| |
| * kirigami_2: Do not mix Qt versions!Thomas Tuegel2017-02-27
| |
| * mkLibsForQt5: remove kdeFrameworks attributeThomas Tuegel2017-02-27
| |
| * plasma5: Move to desktops/plasma-5Thomas Tuegel2017-02-27
| |
| * Remove top-level kde5 attributeThomas Tuegel2017-02-27
| | | | | | | | - There is no such thing as KDE 5
| * lumina: Fix packaging errorsThomas Tuegel2017-02-27
| |
| * lxqt: Fix packaging errorsThomas Tuegel2017-02-27
| |
| * heaptrack: Fix packaging errorsThomas Tuegel2017-02-27
| |
| * Update Qt and KDE documentationThomas Tuegel2017-02-27
| | | | | | | | | | | | - Describe the new `libsForQt5.callPackage` interface - Emphasize that Qt dependencies must be imported unqualified - Describe the new `kdeWrapper` wrapper generator
| * Separate Qt 5 packages from dependent librariesThomas Tuegel2017-02-27
|/
* amazon-init.service: fix starting services at startupDan Peebles2017-02-27
| | | | | | | | | | We now make it happen later in the boot process so that multi-user has already activated, so as to not run afoul of the logic in switch-to-configuration.pl. It's not my favorite solution, but at least it works. Also added a check to the VM test to catch the failure so we don't break in future. Fixes #23121
* microcode updates: prepend first in initrdFranz Pletz2017-02-27
| | | | | | | Prevents crashing the kernel on boot if other blobs are prepended before the microkernel update image. Fixes #22674.
* fwupd: 0.8.0 -> 0.8.1.Shea Levy2017-02-27
|
* grsecurity: 4.9.13-201702261126 -> 201702270729Joachim Fasting2017-02-27
|
* vfdecrypt: fix buildRobin Gloster2017-02-27
|
* verilator: 3.884 -> 3.900Robin Gloster2017-02-27
|
* varnish: fix i686 buildRobin Gloster2017-02-27
|
* Merge pull request #23238 from lsix/update_httpieDomen Kožar2017-02-27
|\ | | | | httpie: 0.9.8 -> 0.9.9
| * httpie: 0.9.8 -> 0.9.9Lancelot SIX2017-02-27
| |
* | fwupd: Fix systemd/udev installShea Levy2017-02-27
| |
* | fwupd: Init at 0.8.0Shea Levy2017-02-27
| |
* | fwupdate: init at 8Shea Levy2017-02-27
| |
* | libsmbios: 2.2.28 -> 2.3.2Shea Levy2017-02-27
| |
* | gusb: 0.2.4 -> 0.2.9Shea Levy2017-02-27
| |
* | appstream-glib: propagate gtk3Shea Levy2017-02-27
| |
* | Merge pull request #22574 from k0001/ghcjs-nodeDomen Kožar2017-02-27
|\ \ | | | | | | compilers/ghcjs/base.nix: Take ghcjsNodePkgs as argument
| * | compilers/ghcjs/base.nix: Take ghcjsNodePkgs as argumentRenzo Carbonara2017-02-09
| | |
* | | Merge pull request #23104 from dtzWill/fix/generate-shellDomen Kožar2017-02-27
|\ \ \ | | | | | | | | R/generate-shell: Use R from current tree, fix missing wget dep.
| * | | R/generate-shell: Use R from current tree, fix missing wget dep.Will Dietz2017-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this change, the 'R' version used might be the wrong one which changes the package lists used. Fixes #19530.