libfive: migrate to by-name

This commit is contained in:
Wulfsta
2026-02-14 03:16:06 -05:00
parent ec7c70d12c
commit f3ceed11e1
2 changed files with 3 additions and 6 deletions
@@ -1,7 +1,6 @@
{
lib,
stdenv,
wrapQtAppsHook,
fetchFromGitHub,
unstableGitUpdater,
cmake,
@@ -13,7 +12,7 @@
boost,
guile,
python3,
qtbase,
libsForQt5,
}:
stdenv.mkDerivation {
@@ -28,7 +27,7 @@ stdenv.mkDerivation {
};
nativeBuildInputs = [
wrapQtAppsHook
libsForQt5.wrapQtAppsHook
cmake
ninja
pkg-config
@@ -41,7 +40,7 @@ stdenv.mkDerivation {
boost
guile
python3
qtbase
libsForQt5.qtbase
];
preConfigure = ''
-2
View File
@@ -6856,8 +6856,6 @@ with pkgs;
extraOnly = true;
};
libfive = libsForQt5.callPackage ../development/libraries/libfive { };
# Use Apples fork of libffi by default, which provides APIs and trampoline functionality that is not yet
# merged upstream. This is needed by some packages (such as cffi).
#