Archived
1
0
forked from rarias/bscpkgs

2 Commits

Author SHA1 Message Date
b1e08559f6 Make lib imports in overlay explicit 2025-07-29 16:56:07 +02:00
b564e41de9 Set strictDeps=true on our top level packages 2025-07-29 16:56:07 +02:00

View File

@@ -6,8 +6,6 @@
, pkg-config
, numactl
, hwloc
, papi
, enablePapi ? true
, cacheline ? 64 # bits
, ovni ? null
, useGit ? false
@@ -58,5 +56,5 @@ in
numactl
hwloc
ovni
] ++ lib.optionals enablePapi [ papi ];
];
}