smoove: Output is $out and not $bin if outputs hasn't been defined

Not sure why this worked before. Must be more strict now?
This commit is contained in:
Tyson Whitehead
2021-01-29 12:06:57 -05:00
parent 786d3ba8e8
commit c9c30b98bd

View File

@@ -15,8 +15,7 @@ buildGoPackage rec {
};
postFixup = ''
declare -p
wrapProgram "$bin/bin/smoove" \
wrapProgram "$out/bin/smoove" \
--suffix PATH : "${gzip}/bin" \
--suffix PATH : "${gsort}/bin" \
--suffix PATH : "${htslib}/bin" \