forked from rarias/bscpkgs
Use installManPage to install paraver manpages
This commit is contained in:
parent
9cad4abc7f
commit
ce03398c16
@ -12,6 +12,7 @@
|
|||||||
, openssl
|
, openssl
|
||||||
, glibcLocales
|
, glibcLocales
|
||||||
, wrapGAppsHook
|
, wrapGAppsHook
|
||||||
|
, installShellFiles
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -53,6 +54,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
wrapGAppsHook
|
wrapGAppsHook
|
||||||
|
installShellFiles
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
@ -77,7 +79,6 @@ stdenv.mkDerivation rec {
|
|||||||
cp -p ${paraverKernel}/share/filters-config/* $out/share/filters-config
|
cp -p ${paraverKernel}/share/filters-config/* $out/share/filters-config
|
||||||
|
|
||||||
# Move man files to proper location
|
# Move man files to proper location
|
||||||
mkdir -p $out/share/man
|
installManPage $out/share/doc/wxparaver_help_contents/man/*
|
||||||
mv $out/share/doc/wxparaver_help_contents/man $out/share/man/man1
|
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user