dftd4/sirius/tblite: clean up, remove unneeded code
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
stdenv,
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
fetchpatch,
|
||||
gfortran,
|
||||
buildType ? "meson",
|
||||
cmake,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user