summary refs log tree commit diff
path: root/pkgs/desktops/xfce
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2020-12-27 14:26:23 -0300
committerJosé Romildo Malaquias <malaquias@gmail.com>2020-12-27 17:39:04 -0300
commit532133ab3ce3be15de59762d1f97c8949407923f (patch)
treed95f0f715bb9206874bedf45e5cad0f101b2abe4 /pkgs/desktops/xfce
parent7918e97472bf00da2afb23fec36b4989d8eb6c55 (diff)
downloadnixpkgs-532133ab3ce3be15de59762d1f97c8949407923f.tar
nixpkgs-532133ab3ce3be15de59762d1f97c8949407923f.tar.gz
nixpkgs-532133ab3ce3be15de59762d1f97c8949407923f.tar.bz2
nixpkgs-532133ab3ce3be15de59762d1f97c8949407923f.tar.lz
nixpkgs-532133ab3ce3be15de59762d1f97c8949407923f.tar.xz
nixpkgs-532133ab3ce3be15de59762d1f97c8949407923f.tar.zst
nixpkgs-532133ab3ce3be15de59762d1f97c8949407923f.zip
xfce.xfce4-whiskermenu-plugin: odd versions are not unstable
Diffstat (limited to 'pkgs/desktops/xfce')
-rw-r--r--pkgs/desktops/xfce/panel-plugins/xfce4-whiskermenu-plugin/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-whiskermenu-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-whiskermenu-plugin/default.nix
index ac9f22a9a0c..ef269d64e04 100644
--- a/pkgs/desktops/xfce/panel-plugins/xfce4-whiskermenu-plugin/default.nix
+++ b/pkgs/desktops/xfce/panel-plugins/xfce4-whiskermenu-plugin/default.nix
@@ -5,6 +5,7 @@ mkXfceDerivation {
   pname = "xfce4-whiskermenu-plugin";
   version = "2.4.6";
   rev-prefix = "v";
+  odd-unstable = false;
   sha256 = "03asfaxqbhawzb3870az7qgid5y7cg3ip8h6r4z8kavcd0b7x4ii";
 
   nativeBuildInputs = [ cmake ];