beets: install man pages
This commit is contained in:
parent
95968fcd7b
commit
2ad8652ef2
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
, gst_all_1
|
, gst_all_1
|
||||||
, lib
|
, lib
|
||||||
, python3Packages
|
, python3Packages
|
||||||
|
, sphinxHook
|
||||||
, runtimeShell
|
, runtimeShell
|
||||||
, writeScript
|
, writeScript
|
||||||
|
|
||||||
|
@ -70,6 +71,7 @@ python3Packages.buildPythonApplication rec {
|
||||||
# see: https://github.com/NixOS/nixpkgs/issues/56943#issuecomment-1131643663
|
# see: https://github.com/NixOS/nixpkgs/issues/56943#issuecomment-1131643663
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
|
sphinxHook
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
@ -79,6 +81,9 @@ python3Packages.buildPythonApplication rec {
|
||||||
gst-plugins-ugly
|
gst-plugins-ugly
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
outputs = [ "out" "doc" "man" ];
|
||||||
|
sphinxBuilders = [ "html" "man" ];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mkdir -p $out/share/zsh/site-functions
|
mkdir -p $out/share/zsh/site-functions
|
||||||
cp extra/_beet $out/share/zsh/site-functions/
|
cp extra/_beet $out/share/zsh/site-functions/
|
||||||
|
|
Loading…
Reference in a new issue