progress
This commit is contained in:
parent
0d3340713c
commit
27b04eb7d4
3 changed files with 33 additions and 3 deletions
|
|
@ -15,10 +15,11 @@
|
|||
src = ./.;
|
||||
naitiveBuildInputs = with pkgs; [
|
||||
gcc
|
||||
pkg-config
|
||||
];
|
||||
buildInputs = with pkgs; [
|
||||
pkg-config
|
||||
sdl3
|
||||
libGL
|
||||
];
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue