about summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2022-10-27 16:18:03 +0200
committersternenseemann <sternenseemann@systemli.org>2022-10-27 16:18:03 +0200
commit253ff9f0af336329bc5b662b012b5c1e56b13043 (patch)
tree7d98b2db537f81354918e8a95ab11fc5034fd327 /pkgs/applications/window-managers
parent16b637a21be32e43a7f39943118b018f75bae454 (diff)
taffybar: accurately report version
Diffstat (limited to 'pkgs/applications/window-managers')
-rw-r--r--pkgs/applications/window-managers/taffybar/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/window-managers/taffybar/default.nix b/pkgs/applications/window-managers/taffybar/default.nix
index 2afb6e505c336..062fc2a3771da 100644
--- a/pkgs/applications/window-managers/taffybar/default.nix
+++ b/pkgs/applications/window-managers/taffybar/default.nix
@@ -6,7 +6,7 @@ let
   ] ++ packages self);
 in stdenv.mkDerivation {
   pname = "taffybar-with-packages";
-  inherit (taffybarEnv) version;
+  inherit (taffybar) version;
 
   nativeBuildInputs = [ makeWrapper ];