sonic: install manpage
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchFromGitHub, fftw }:
|
||||
{ stdenv, fetchFromGitHub, fftw, installShellFiles }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "sonic";
|
||||
@@ -15,8 +15,14 @@ stdenv.mkDerivation {
|
||||
sed -i "s,^PREFIX=.*,PREFIX=$out," Makefile
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ installShellFiles ];
|
||||
|
||||
buildInputs = [ fftw ];
|
||||
|
||||
postInstall = ''
|
||||
installManPage sonic.1
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Simple library to speed up or slow down speech";
|
||||
homepage = "https://github.com/waywardgeek/sonic";
|
||||
|
||||
Reference in New Issue
Block a user