convmv: add split bin output
This commit is contained in:
parent
a94dd454e9
commit
07587e8c9d
@ -12,8 +12,9 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
version = "2.06";
|
version = "2.06";
|
||||||
|
|
||||||
outputs = [
|
outputs = [
|
||||||
"out"
|
"bin"
|
||||||
"man"
|
"man"
|
||||||
|
"out"
|
||||||
];
|
];
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
@ -36,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
];
|
];
|
||||||
|
|
||||||
makeFlags = [
|
makeFlags = [
|
||||||
"PREFIX=${placeholder "out"}"
|
"PREFIX=${placeholder "bin"}"
|
||||||
"MANDIR=${placeholder "man"}/share/man"
|
"MANDIR=${placeholder "man"}/share/man"
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -57,7 +58,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
dontPatchShebangs = true;
|
dontPatchShebangs = true;
|
||||||
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
wrapProgram "$out/bin/convmv" --prefix PERL5LIB : "$PERL5LIB"
|
wrapProgram "$bin/bin/convmv" --prefix PERL5LIB : "$PERL5LIB"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user