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:
@@ -15,8 +15,7 @@ buildGoPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
declare -p
|
wrapProgram "$out/bin/smoove" \
|
||||||
wrapProgram "$bin/bin/smoove" \
|
|
||||||
--suffix PATH : "${gzip}/bin" \
|
--suffix PATH : "${gzip}/bin" \
|
||||||
--suffix PATH : "${gsort}/bin" \
|
--suffix PATH : "${gsort}/bin" \
|
||||||
--suffix PATH : "${htslib}/bin" \
|
--suffix PATH : "${htslib}/bin" \
|
||||||
|
|||||||
Reference in New Issue
Block a user