We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87179df commit bc7f8a5Copy full SHA for bc7f8a5
nix/overlay.nix
@@ -28,6 +28,7 @@ self: super:
28
libassuan = (static super.libassuan);
29
libgpgerror = (static super.libgpgerror);
30
libseccomp = (static super.libseccomp);
31
+ numactl = (static super.numactl);
32
libcap = (static super.libcap).overrideAttrs (x: {
33
postInstall = ''
34
mkdir -p "$doc/share/doc/${x.pname}-${x.version}"
0 commit comments