forked from mirrors/nixpkgs
SmartOS: bison: make help2man target specific dependency
This commit is contained in:
parent
d510109c54
commit
baf7fdcb75
|
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "b67fd2daae7a64b5ba862c66c07c1addb9e6b1b05c5f2049392cfd8a2172952e";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ m4 perl help2man ];
|
||||
nativeBuildInputs = [ m4 perl ] ++ stdenv.lib.optional stdenv.isSunOS help2man;
|
||||
propagatedBuildInputs = [ m4 ];
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue