mvp
This commit is contained in:
parent
0a2ec5f358
commit
883b94f1eb
5 changed files with 203 additions and 55 deletions
18
package.nix
18
package.nix
|
@ -1,9 +1,16 @@
|
|||
{
|
||||
busybox-sandbox-shell,
|
||||
expat,
|
||||
fontconfig,
|
||||
freetype,
|
||||
lib,
|
||||
libGL,
|
||||
libxkbcommon,
|
||||
makeWrapper,
|
||||
naersk,
|
||||
pkg-config,
|
||||
wayland,
|
||||
xorg,
|
||||
...
|
||||
}:
|
||||
naersk.buildPackage rec {
|
||||
|
@ -11,6 +18,17 @@ naersk.buildPackage rec {
|
|||
src = ./.;
|
||||
buildInputs = [
|
||||
busybox-sandbox-shell
|
||||
expat
|
||||
fontconfig
|
||||
freetype
|
||||
freetype.dev
|
||||
libGL
|
||||
libxkbcommon
|
||||
wayland
|
||||
xorg.libX11
|
||||
xorg.libXcursor
|
||||
xorg.libXi
|
||||
xorg.libXrandr
|
||||
];
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue