about summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* treewide: drop adding hicolor-icon-theme where possibleworldofpeace2019-09-18
| | | | | This was either for the setup-hook to remove caches or added even though the respective icon theme propagated it.
* gtk3.setupHook: clear icon-theme.cache in preFixupJan Tojnar2019-09-18
| | | | | | Packages often run gtk-update-icon-cache to include their icons in themes’ icon cache. However, since each package is installed to its own prefix, the files will only collide. For that reason we are removing the icon-theme.cache from applications. Previously, we did that in hicolor-icon-theme setup hook but, since it is actually gtk3’s utility that creates the cache, we thought it would be appropriate to let its setup hook handle the clearing.
* Merge branch 'staging-next' into stagingJan Tojnar2019-09-18
|\
| * Merge branch 'master' into staging-nextJan Tojnar2019-09-18
| |\
| | * shotcut: use vaapi_device /dev/dri/renderD128 instead of ":0"Peter Simons2019-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the auto-detection of VAAPI hardware encoders provided by Intel chipsets. Be sure to define hardware.opengl.extraPackages = [pkgs.vaapiIntel]; in configuration.nix to make the necessary OpenGL drivers available.
* | | Merge pull request #68910 from dtzWill/update/kdeframeworks-5.62.0Thomas Tuegel2019-09-18
|\ \ \ | | | | | | | | kdeFrameworks: 5.61.0 -> 5.62.0
| * | | kio: 5.62.0 -> 5.62.1Will Dietz2019-09-18
| | | | | | | | | | | | | | | | (regen kde-frameworks/src.nix)
| * | | kdeFrameworks.knewstuff: revert KDE_INSTALL_KNSRCDIR changeWill Dietz2019-09-18
| | | |
| * | | knewstuff: kirigami2Will Dietz2019-09-18
| | | |
| * | | kxmlgui: qttools for Qt5UiPluginsWill Dietz2019-09-18
| | | |
| * | | kwindowsystem: update patchWill Dietz2019-09-18
| | | |
| * | | kdeFrameworks.ktextwidgets: qttools for Qt5UiPluginWill Dietz2019-09-18
| | | |
| * | | kdeFrameworks.kplotting: qttools for Qt5UiPlugin, fix buildWill Dietz2019-09-18
| | | |
| * | | kdeFrameworks.kio: qttools for Qt5UiPluginWill Dietz2019-09-18
| | | |
| * | | kdeFrameworks.kiconthemes: qttools for Qt5UiPluginWill Dietz2019-09-18
| | | |
| * | | kdeFrameworks.kconfigwidgets: qttools for Qt5UiPluginWill Dietz2019-09-18
| | | |
| * | | extra-cmake-modules: fixup patchWill Dietz2019-09-18
| | | |
| * | | kdeFrameworks: 5.61.0 -> 5.62.0Will Dietz2019-09-18
| | | |
* | | | Merge pull request #68732 from dtzWill/update/shared-mime-info-1.13.1worldofpeace2019-09-18
|\ \ \ \ | | | | | | | | | | shared-mime-info: 1.12 -> 1.13.1
| * | | | shared-mime-info: 1.12 -> 1.13.1Will Dietz2019-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.freedesktop.org/xdg/shared-mime-info/-/tags/Release-1-13 https://gitlab.freedesktop.org/xdg/shared-mime-info/-/tags/Release-1-13-1
* | | | | Merge branch 'staging-next' into stagingJan Tojnar2019-09-18
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | Merge branch 'master' into staging-nextJan Tojnar2019-09-18
| |\ \ \ | | | |/ | | |/|
| | * | mdadm: fix path to sendmailBjørn Forsman2019-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this, mdadm won't be able to send email notifications: $ sudo mdadm --monitor --scan --test sh: /nix/store/2v8jn0lxza72grcm6hciak9fpgm7xb3a-system-sendmail-1.0: Is a directory Fixes: b074a40f74c2 ("mdadm: use shared system-sendmail")
| | * | Merge pull request #68984 from averelld/iso639-add-setuptoolsworldofpeace2019-09-18
| | |\ \ | | | | | | | | | | pythonPackages.iso-639: add setuptools dependency
| | | * | pythonPackages.iso-639: add setuptools dependencyAverell Dalton2019-09-17
| | | | |
| | * | | Merge pull request #69033 from peti/t/drop-obsolete-ghc-versionsPeter Simons2019-09-18
| | |\ \ \ | | | | | | | | | | | | drop obsolete versions of the GHC compiler
| | | * | | ghc: drop unused abi-depends-determinism.nix patchPeter Simons2019-09-18
| | | | | |
| | | * | | ghc: drop obsolete 8.2.2 versionPeter Simons2019-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We keep the last 3 major releases of GHC around, which are versions 8.8.1, 8.6.5, and 8.4.4.
| | | * | | ghc: drop obsolete 8.6.4 versionPeter Simons2019-09-18
| | | | | | | | | | | | | | | | | | | | | | | | The latest version in the 8.6.x branch is 8.6.5.
| | * | | | haskell-packages.nix: cosmeticPeter Simons2019-09-18
| | | | | |
| | * | | | Merge pull request #69035 from pacien/riot-v1.3.5worldofpeace2019-09-18
| | |\ \ \ \ | | | | | | | | | | | | | | riot-{web,desktop}: 1.3.3 -> 1.3.5
| | | * | | | riot-desktop: 1.3.3 -> 1.3.5pacien2019-09-18
| | | | | | |
| | | * | | | riot-web: 1.3.3 -> 1.3.5pacien2019-09-18
| | | | | | |
| | * | | | | nix: mark unix onlyMatthew Bauer2019-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Nix is only known to work on unix like platforms. https://hydra.nixos.org/job/nixpkgs/cross-trunk/crossMingw32.nix.x86_64-linux
| | * | | | | wxMSW: mark brokenMatthew Bauer2019-09-18
| | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | This hasn’t worked for a while: https://hydra.nixos.org/job/nixpkgs/cross-trunk/crossMingw32.windows.wxMSW.x86_64-linux
| | * | | | Merge pull request #69032 from peti/t/fix-ghcPeter Simons2019-09-18
| | |\ \ \ \ | | | | | | | | | | | | | | ghc: revert "compile with DWARF support by default"
| | | * | | | ghc: revert "compile with DWARF support by default"Peter Simons2019-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commits 2021578686790d2c733eb1fa9c2034826996b176 and f4316473d94e0e5eff2736bd24dc802e09752771. Fixes https://github.com/NixOS/nixpkgs/issues/69023.
| | * | | | | Merge pull request #68729 from worldofpeace/elementary-greeter/masterworldofpeace2019-09-18
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | nixos/pantheon: use Pantheon's greeter
| | | * | | | nixos/lightdm/pantheon: provide xgreeters in packageworldofpeace2019-09-13
| | | | | | |
| | | * | | | pantheon.wingpanel: ensure themes are in XDG_DATA_DIRSworldofpeace2019-09-13
| | | | | | |
| | | * | | | pantheon.elementary-greeter: 3.3.1 -> 2019-09-10worldofpeace2019-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/elementary/greeter/releases/tag/5.0
| | * | | | | Merge pull request #68492 from worldofpeace/pam-sessionvariablesworldofpeace2019-09-18
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Introduce environment.profileRelativeSessionVariables
| | | * | | | | nixos/environment: set GTK_DATA_PREFIXworldofpeace2019-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many desktop environment modules are already setting this so it already makes sense to just do this globally.
| | | * | | | | lightdm-mini-greeter: put xgreeters in passthruworldofpeace2019-09-18
| | | | | | | |
| | | * | | | | lightdm-mini-greeter: use wrapGAppsHookworldofpeace2019-09-18
| | | | | | | |
| | | * | | | | nixos/lightdm-gtk-greeter: don't wrap in moduleworldofpeace2019-09-18
| | | | | | | |
| | | * | | | | nixos/enso-os: don't wrap in moduleworldofpeace2019-09-18
| | | | | | | |
| | * | | | | | oh-my-zsh: 2019-09-11 -> 2019-09-13Tim Steinbach2019-09-18
| | | | | | | |
| | * | | | | | Merge pull request #68263 from moaxcp/micronautmarkuskowa2019-09-18
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | micronaut init at 1.2.1
| | | * | | | | | micronaut init at 1.2.1John Mercier2019-09-18
| | | | | | | | |