SmartOS: bison: make help2man target specific dependency

This commit is contained in:
Danny Wilson
2015-11-23 11:42:01 +01:00
committed by Vladimír Čunát
parent d510109c54
commit baf7fdcb75
+1 -1
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 = {