Merge remote-tracking branch 'upstream/master' into hardened-stdenv
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user