Loading pkgs/tools/audio/beets/common.nix +5 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ , gst_all_1 , lib , python3Packages , sphinxHook , runtimeShell , writeScript Loading Loading @@ -70,6 +71,7 @@ python3Packages.buildPythonApplication rec { # see: https://github.com/NixOS/nixpkgs/issues/56943#issuecomment-1131643663 nativeBuildInputs = [ gobject-introspection sphinxHook ]; buildInputs = [ Loading @@ -79,6 +81,9 @@ python3Packages.buildPythonApplication rec { gst-plugins-ugly ]); outputs = [ "out" "doc" "man" ]; sphinxBuilders = [ "html" "man" ]; postInstall = '' mkdir -p $out/share/zsh/site-functions cp extra/_beet $out/share/zsh/site-functions/ Loading Loading
pkgs/tools/audio/beets/common.nix +5 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ , gst_all_1 , lib , python3Packages , sphinxHook , runtimeShell , writeScript Loading Loading @@ -70,6 +71,7 @@ python3Packages.buildPythonApplication rec { # see: https://github.com/NixOS/nixpkgs/issues/56943#issuecomment-1131643663 nativeBuildInputs = [ gobject-introspection sphinxHook ]; buildInputs = [ Loading @@ -79,6 +81,9 @@ python3Packages.buildPythonApplication rec { gst-plugins-ugly ]); outputs = [ "out" "doc" "man" ]; sphinxBuilders = [ "html" "man" ]; postInstall = '' mkdir -p $out/share/zsh/site-functions cp extra/_beet $out/share/zsh/site-functions/ Loading