freedom
This commit is contained in:
parent
9cf8be1561
commit
164c8dd15f
3 changed files with 25 additions and 5 deletions
10
flake.nix
10
flake.nix
|
|
@ -14,12 +14,14 @@
|
|||
LD_LIBRARY_PATH = "${pkgs.lib.makeLibraryPath buildInputs}";
|
||||
name = "glonkers";
|
||||
src = ./.;
|
||||
buildInputs = with pkgs; [
|
||||
nativeBuildInputs = with pkgs; [
|
||||
pkg-config
|
||||
libGL
|
||||
wayland
|
||||
wayland-protocols
|
||||
wayland-scanner
|
||||
wayland-protocols
|
||||
wayland
|
||||
];
|
||||
buildInputs = with pkgs; [
|
||||
libGL
|
||||
];
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue