dftd4/sirius/tblite: clean up, remove unneeded code

This commit is contained in:
Markus Kowalewski
2025-09-12 23:21:02 +02:00
parent 4e9ab6a85f
commit e2ee5e6665
3 changed files with 1 additions and 3 deletions
-1
View File
@@ -2,7 +2,6 @@
stdenv,
lib,
fetchFromGitHub,
fetchpatch,
gfortran,
buildType ? "meson",
cmake,
+1 -1
View File
@@ -51,7 +51,7 @@ assert builtins.elem gpuBackend [
];
assert enablePython -> pythonPackages != null;
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "SIRIUS";
version = "7.8.0-unstable-2025-07-23";
@@ -1,5 +1,4 @@
{
lib,
buildPythonPackage,
meson,
ninja,