Merge pull request #162860 from nlewo/fix-geant4.data
geant4.data: fix evaluation
This commit is contained in:
@@ -32,7 +32,7 @@ let
|
||||
};
|
||||
};
|
||||
in
|
||||
builtins.listToAttrs (map (a: { inherit (a) pname; value = mkDataset a; }) [
|
||||
builtins.listToAttrs (map (a: { name = a.pname; value = mkDataset a; }) [
|
||||
{
|
||||
pname = "G4NDL";
|
||||
version = "4.6";
|
||||
|
||||
Reference in New Issue
Block a user