Vladimír Čunát 2 years ago
parent 9a96bf8530
commit 1ca464f98f
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
  1. 2
      pkgs/development/libraries/smesh/default.nix

@ -23,6 +23,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ninja ];
buildInputs = [ opencascade ] ++ lib.optionals stdenv.isDarwin [ Cocoa ];
NIX_CFLAGS_COMPILE = [ "-std=c++11" ];
meta = with lib; {
description = "Extension to OCE providing advanced meshing features";
homepage = "https://github.com/tpaviot/smesh";

Loading…
Cancel
Save