Merge remote-tracking branch 'upstream/master' into hardened-stdenv

This commit is contained in:
Robin Gloster
2016-02-28 16:32:57 +00:00
302 changed files with 13274 additions and 2727 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ xfce_self = rec { # the lines are very long but it seems better than the even-od
#### NixOS support
inherit (pkgs) gvfs;
gvfs = pkgs.gvfs.override { samba = null; }; # samba is a rather heavy dependency
xinitrc = "${xfce4session}/etc/xdg/xfce4/xinitrc";
#### CORE from "mirror://xfce/src/xfce/${p_name}/${ver_maj}/${name}.tar.bz2"
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "http://goodies.xfce.org/projects/panel-plugins/${p_name}";
description = "Whisker Menu is an alternate application launcher for Xfce.";
description = "Whisker Menu is an alternate application launcher for Xfce";
platforms = platforms.linux;
maintainers = [ maintainers.pjbarnoy ];
};