asymptote: migrate to pkgs/by-name

This commit is contained in:
magicquark
2025-12-09 03:28:32 +00:00
parent 9ea93118de
commit d2f3dc913d
2 changed files with 4 additions and 8 deletions
@@ -6,7 +6,6 @@
bison,
glm,
flex,
wrapQtAppsHook,
cmake,
pkg-config,
libglut,
@@ -14,6 +13,7 @@
imagemagick,
fftw,
eigen,
libsForQt5,
libtirpc,
boehmgc,
libGLU,
@@ -24,8 +24,6 @@
gsl,
libsigsegv,
python3,
qtbase,
qtsvg,
boost186,
zlib,
perl,
@@ -61,7 +59,7 @@ stdenv.mkDerivation (finalAttrs: {
flex
bison
texinfo
wrapQtAppsHook
libsForQt5.wrapQtAppsHook
cmake
ghostscriptX
perl
@@ -101,8 +99,8 @@ stdenv.mkDerivation (finalAttrs: {
zlib
perl
curl
qtbase
qtsvg
libsForQt5.qtbase
libsForQt5.qtsvg
# relies on removed asio::io_service
# https://github.com/kuafuwang/LspCpp/issues/52
boost186
-2
View File
@@ -1490,8 +1490,6 @@ with pkgs;
arpack-mpi = arpack.override { useMpi = true; };
asymptote = libsForQt5.callPackage ../tools/graphics/asymptote { };
authelia = callPackage ../servers/authelia {
buildGoModule = buildGo124Module;
pnpm = pnpm_10;