Skip to content

Commit

Permalink
Merge pull request #40492 from ttuegel/feature/18.03/plasma-5.12.5
Browse files Browse the repository at this point in the history
Plasma 5.12.5 (backport to 18.03)
  • Loading branch information
Thomas Tuegel committed May 14, 2018
2 parents aa220b4 + 785d6e7 commit 0a941b0
Show file tree
Hide file tree
Showing 3 changed files with 179 additions and 179 deletions.
2 changes: 1 addition & 1 deletion pkgs/desktops/plasma-5/fetch.sh
@@ -1 +1 @@
WGET_ARGS=( https://download.kde.org/stable/plasma/5.12.2/ -A '*.tar.xz' )
WGET_ARGS=( https://download.kde.org/stable/plasma/5.12.5/ -A '*.tar.xz' )
4 changes: 2 additions & 2 deletions pkgs/desktops/plasma-5/kgamma5.nix
@@ -1,11 +1,11 @@
{
mkDerivation,
extra-cmake-modules, kdoctools,
kconfig, kconfigwidgets, ki18n, qtx11extras,
kconfig, kconfigwidgets, ki18n, qtx11extras, libXxf86vm
}:

mkDerivation {
name = "kgamma5";
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
buildInputs = [ kconfig kconfigwidgets ki18n qtx11extras ];
buildInputs = [ kconfig kconfigwidgets ki18n qtx11extras libXxf86vm ];
}

0 comments on commit 0a941b0

Please sign in to comment.