calculix: rename to calculix-ccx

This commit is contained in:
aucub
2024-12-19 00:06:12 +08:00
parent 05f8558117
commit 47f5decc4c
3 changed files with 3 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
assert (blas.isILP64 == lapack.isILP64 && blas.isILP64 == arpack.isILP64 && !blas.isILP64);
stdenv.mkDerivation rec {
pname = "calculix";
pname = "calculix-ccx";
version = "2.19";
src = fetchurl {
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
];
patches = [
./calculix.patch
./calculix-ccx.patch
];
postPatch = ''

View File

@@ -186,6 +186,7 @@ mapAliases {
### C ###
caffeWithCuda = throw "caffeWithCuda has been removed, as it was broken and required CUDA 10"; # Added 2024-11-20
calculix = calculix-ccx; # Added 2024-12-18
calligra = kdePackages.calligra; # Added 2024-09-27
callPackage_i686 = pkgsi686Linux.callPackage;
cask = emacs.pkgs.cask; # Added 2022-11-12