SmartOS: bison: make help2man target specific dependency

This commit is contained in:
Danny Wilson 2015-11-23 00:05:58 +01:00 committed by Vladimír Čunát
parent d510109c54
commit baf7fdcb75

View file

@ -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 = {