mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
dwl: fix so that man pages show up
This commit is contained in:
parent
f5c8c3c410
commit
760d222c52
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user