Loading pkgs/by-name/gz/gz-utils/package.nix +14 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,8 @@ # nativeBuildInputs cmake, gz-cmake, doxygen, graphviz, # buildInputs cli11, Loading @@ -28,6 +30,11 @@ stdenv.mkDerivation (finalAttrs: { hash = "sha256-fYzysdB608jfMb/EbqiGD4hXmPxcaVTUrt9Wx0dBlto="; }; outputs = [ "doc" "out" ]; # Remove vendored gtest, use nixpkgs' version instead. postPatch = '' rm -r test/gtest_vendor Loading @@ -39,6 +46,8 @@ stdenv.mkDerivation (finalAttrs: { nativeBuildInputs = [ cmake gz-cmake doxygen graphviz ]; buildInputs = [ Loading @@ -53,6 +62,11 @@ stdenv.mkDerivation (finalAttrs: { (lib.cmakeBool "GZ_UTILS_VENDOR_CLI11" false) ]; postBuild = '' make doc cp -r doxygen/html $doc ''; nativeCheckInputs = [ python3 ]; checkInputs = [ gtest ]; Loading Loading
pkgs/by-name/gz/gz-utils/package.nix +14 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,8 @@ # nativeBuildInputs cmake, gz-cmake, doxygen, graphviz, # buildInputs cli11, Loading @@ -28,6 +30,11 @@ stdenv.mkDerivation (finalAttrs: { hash = "sha256-fYzysdB608jfMb/EbqiGD4hXmPxcaVTUrt9Wx0dBlto="; }; outputs = [ "doc" "out" ]; # Remove vendored gtest, use nixpkgs' version instead. postPatch = '' rm -r test/gtest_vendor Loading @@ -39,6 +46,8 @@ stdenv.mkDerivation (finalAttrs: { nativeBuildInputs = [ cmake gz-cmake doxygen graphviz ]; buildInputs = [ Loading @@ -53,6 +62,11 @@ stdenv.mkDerivation (finalAttrs: { (lib.cmakeBool "GZ_UTILS_VENDOR_CLI11" false) ]; postBuild = '' make doc cp -r doxygen/html $doc ''; nativeCheckInputs = [ python3 ]; checkInputs = [ gtest ]; Loading