xfel: Enable strictDeps and __structuredAttrs

Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Felix Singer
2026-08-02 04:50:10 +02:00
parent 74d3606bb4
commit 44cd0f1fec

View File

@@ -10,6 +10,9 @@ stdenv.mkDerivation (finalAttrs: {
pname = "xfel";
version = "1.3.5";
strictDeps = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "xboot";
repo = "xfel";