summary refs log tree commit diff
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2018-01-21 09:52:18 +0100
committerVladimír Čunát <vcunat@gmail.com>2018-01-21 09:52:18 +0100
commitaa8217d622c25e589849488908be40e897882cf2 (patch)
treed243db356ae6c9d81c31c66c545527be42d1c7e3
parentf7a9f96725aaf33744a66b6aa53e151ab66d22dc (diff)
downloadnixpkgs-aa8217d622c25e589849488908be40e897882cf2.tar
nixpkgs-aa8217d622c25e589849488908be40e897882cf2.tar.gz
nixpkgs-aa8217d622c25e589849488908be40e897882cf2.tar.bz2
nixpkgs-aa8217d622c25e589849488908be40e897882cf2.tar.lz
nixpkgs-aa8217d622c25e589849488908be40e897882cf2.tar.xz
nixpkgs-aa8217d622c25e589849488908be40e897882cf2.tar.zst
nixpkgs-aa8217d622c25e589849488908be40e897882cf2.zip
xfce: timestamp the aliased names
-rw-r--r--pkgs/desktops/xfce/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/xfce/default.nix b/pkgs/desktops/xfce/default.nix
index 32b9cdb0576..d83e51a676c 100644
--- a/pkgs/desktops/xfce/default.nix
+++ b/pkgs/desktops/xfce/default.nix
@@ -157,7 +157,7 @@ lib.makeScope pkgs.newScope (self: with self; {
 
   xfce4_power_manager_gtk3 = xfce4-power-manager.override { withGtk3 = true; };
 
-  #### ALIASES
+  #### ALIASES - added 2018-01
 
   terminal = xfce4-terminal;
   thunar-build = thunar-bare;