Compare commits
4 Commits
b39e320173
...
ea8f228af3
Author | SHA1 | Date | |
---|---|---|---|
ea8f228af3 | |||
16db3dabe2 | |||
c4de450217 | |||
b60c01f440 |
24
flake.nix
24
flake.nix
@ -166,8 +166,28 @@
|
|||||||
go
|
go
|
||||||
gcc
|
gcc
|
||||||
]
|
]
|
||||||
++ fortify.buildInputs
|
# buildInputs
|
||||||
++ fortify.nativeBuildInputs;
|
++ (
|
||||||
|
with pkgsStatic;
|
||||||
|
[
|
||||||
|
musl
|
||||||
|
libffi
|
||||||
|
acl
|
||||||
|
wayland
|
||||||
|
wayland-protocols
|
||||||
|
]
|
||||||
|
++ (with xorg; [
|
||||||
|
libxcb
|
||||||
|
libXau
|
||||||
|
libXdmcp
|
||||||
|
])
|
||||||
|
)
|
||||||
|
# nativeBuildInputs
|
||||||
|
++ [
|
||||||
|
pkg-config
|
||||||
|
wayland-scanner
|
||||||
|
makeBinaryWrapper
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
fhs = fhs.env;
|
fhs = fhs.env;
|
||||||
|
Loading…
Reference in New Issue
Block a user