Loading pkgs/by-name/as/assimp/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ stdenv, fetchFromGitHub, cmake, boost, boost182, zlib, }: Loading @@ -12,7 +12,6 @@ stdenv.mkDerivation rec { version = "5.4.3"; outputs = [ "out" "lib" "dev" ]; Loading @@ -25,7 +24,7 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ cmake ]; buildInputs = [ boost boost182 zlib ]; Loading @@ -35,6 +34,7 @@ stdenv.mkDerivation rec { # Needed with GCC 12 "-Wno-error=array-bounds" "-Wno-error=unknown-pragmas" "-Wno-maybe-uninitialized" ]); meta = with lib; { Loading pkgs/by-name/cg/cgal/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ stdenv, fetchurl, cmake, boost, boost182, gmp, mpfr, }: Loading @@ -20,7 +20,7 @@ stdenv.mkDerivation rec { # note: optional component libCGAL_ImageIO would need zlib and opengl; # there are also libCGAL_Qt{3,4} omitted ATM buildInputs = [ boost boost182 gmp mpfr ]; Loading Loading
pkgs/by-name/as/assimp/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ stdenv, fetchFromGitHub, cmake, boost, boost182, zlib, }: Loading @@ -12,7 +12,6 @@ stdenv.mkDerivation rec { version = "5.4.3"; outputs = [ "out" "lib" "dev" ]; Loading @@ -25,7 +24,7 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ cmake ]; buildInputs = [ boost boost182 zlib ]; Loading @@ -35,6 +34,7 @@ stdenv.mkDerivation rec { # Needed with GCC 12 "-Wno-error=array-bounds" "-Wno-error=unknown-pragmas" "-Wno-maybe-uninitialized" ]); meta = with lib; { Loading
pkgs/by-name/cg/cgal/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ stdenv, fetchurl, cmake, boost, boost182, gmp, mpfr, }: Loading @@ -20,7 +20,7 @@ stdenv.mkDerivation rec { # note: optional component libCGAL_ImageIO would need zlib and opengl; # there are also libCGAL_Qt{3,4} omitted ATM buildInputs = [ boost boost182 gmp mpfr ]; Loading