about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-07-21 21:04:09 -0600
committerGitHub <noreply@github.com>2023-07-21 21:04:09 -0600
commitea8e05bea994d1e277491630700688b6650a5830 (patch)
tree3c564f322c1e44793b023b228b379709b5fcda89 /pkgs
parentae85d6d5f076f331bd44083e9b63bdec83c3d96c (diff)
parent760d222c52d33b0eb8775d164c810ee2dbe87287 (diff)
Merge pull request #244698 from mcsimw/master
dwl: fix manpage location
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/window-managers/dwl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/window-managers/dwl/default.nix b/pkgs/applications/window-managers/dwl/default.nix
index 581dab562ebe0..848da9116f184 100644
--- a/pkgs/applications/window-managers/dwl/default.nix
+++ b/pkgs/applications/window-managers/dwl/default.nix
@@ -67,7 +67,7 @@ stdenv.mkDerivation (finalAttrs: {
     "PKG_CONFIG=${stdenv.cc.targetPrefix}pkg-config"
     "WAYLAND_SCANNER=wayland-scanner"
     "PREFIX=$(out)"
-    "MANDIR=$(man)/share/man/man1"
+    "MANDIR=$(man)/share/man"
   ];
 
   preBuild = ''