mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Merge branch 'kde-bugfixes'
This commit is contained in:
commit
922d0eb152
@ -1 +1 @@
|
||||
WGET_ARGS=( http://download.kde.org/stable/applications/16.12.0/ -A '*.tar.xz' )
|
||||
WGET_ARGS=( http://download.kde.org/stable/applications/16.12.1/ -A '*.tar.xz' )
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -6,6 +6,8 @@ export QT_PLUGIN_PATH="$QT_PLUGIN_PATH${QT_PLUGIN_PATH:+:}@QT_PLUGIN_PATH@"
|
||||
export QML_IMPORT_PATH="$QML_IMPORT_PATH${QML_IMPORT_PATH:+:}@QML_IMPORT_PATH@"
|
||||
export QML2_IMPORT_PATH="$QML2_IMPORT_PATH${QML2_IMPORT_PATH:+:}@QML2_IMPORT_PATH@"
|
||||
|
||||
kbuildsycoca5
|
||||
|
||||
# Set the default GTK 2 theme
|
||||
if ! [ -e $HOME/.gtkrc-2.0 ] \
|
||||
&& [ -e /run/current-system/sw/share/themes/Breeze/gtk-2.0/gtkrc ]; then
|
||||
|
@ -139,11 +139,11 @@
|
||||
};
|
||||
};
|
||||
kcoreaddons = {
|
||||
version = "5.30.0";
|
||||
version = "5.30.1";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/stable/frameworks/5.30/kcoreaddons-5.30.0.tar.xz";
|
||||
sha256 = "0h505lcfnngv3wj9h4klygarz6wxmlsk3c3yg7l644rrmbqcwazn";
|
||||
name = "kcoreaddons-5.30.0.tar.xz";
|
||||
url = "${mirror}/stable/frameworks/5.30/kcoreaddons-5.30.1.tar.xz";
|
||||
sha256 = "0w1yqcvd97jhm3w2x7mmayrifb1swda8lmzzmlz41crsq909ilnd";
|
||||
name = "kcoreaddons-5.30.1.tar.xz";
|
||||
};
|
||||
};
|
||||
kcrash = {
|
||||
|
Loading…
Reference in New Issue
Block a user