mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-31 20:54:56 +00:00
xfel: Enable strictDeps and __structuredAttrs
Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
@@ -10,6 +10,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "xfel";
|
||||
version = "1.3.5";
|
||||
|
||||
strictDeps = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "xboot";
|
||||
repo = "xfel";
|
||||
|
||||
Reference in New Issue
Block a user