eigen3_3: move version overrides to all-packages.nix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchFromGitHub, cmake, ninja, pkgconfig, eigen3_3,
|
||||
{ stdenv, fetchFromGitHub, cmake, ninja, pkgconfig, eigen,
|
||||
zlib, libpng, boost, qt5, guile
|
||||
}:
|
||||
|
||||
@@ -13,13 +13,13 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0bfxysf5f4ripgcv546il8wnw5p0d4s75kdjlwvj32549537hlz0";
|
||||
};
|
||||
nativeBuildInputs = [ cmake ninja pkgconfig ];
|
||||
buildInputs = [ eigen3_3 zlib libpng boost qt5.qtimageformats guile ];
|
||||
buildInputs = [ eigen zlib libpng boost qt5.qtimageformats guile ];
|
||||
|
||||
# Link "Studio" binary to "libfive-studio" to be more obvious:
|
||||
postFixup = ''
|
||||
ln -s "$out/bin/Studio" "$out/bin/libfive-studio"
|
||||
'';
|
||||
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Infrastructure for solid modeling with F-Reps in C, C++, and Guile";
|
||||
homepage = https://libfive.com/;
|
||||
|
||||
Reference in New Issue
Block a user