Skip to content

Commit

Permalink
plasma 5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Oct 31, 2018
1 parent 45a419a commit 87bde2e
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 182 deletions.
3 changes: 2 additions & 1 deletion pkgs/desktops/plasma-5/breeze-qt5.nix
@@ -1,6 +1,7 @@
{
mkDerivation,
extra-cmake-modules,
fftw, libpthreadstubs, libXdmcp,
frameworkintegration, kcmutils, kconfigwidgets, kcoreaddons, kdecoration,
kguiaddons, ki18n, kwayland, kwindowsystem, plasma-framework, qtdeclarative,
qtx11extras
Expand All @@ -11,10 +12,10 @@ mkDerivation {
sname = "breeze";
nativeBuildInputs = [ extra-cmake-modules ];
propagatedBuildInputs = [
fftw libpthreadstubs libXdmcp
frameworkintegration kcmutils kconfigwidgets kcoreaddons kdecoration
kguiaddons ki18n kwayland kwindowsystem plasma-framework qtdeclarative
qtx11extras
];
outputs = [ "bin" "dev" "out" ];
cmakeFlags = [ "-DUSE_Qt4=OFF" ];
}
2 changes: 1 addition & 1 deletion pkgs/desktops/plasma-5/fetch.sh
@@ -1 +1 @@
WGET_ARGS=( https://download.kde.org/stable/plasma/5.13.5/ -A '*.tar.xz' )
WGET_ARGS=( https://download.kde.org/stable/plasma/5.14.2/ -A '*.tar.xz' )

0 comments on commit 87bde2e

Please sign in to comment.