This commit is contained in:
Rakarake 2025-12-08 04:04:51 +01:00
parent 27b04eb7d4
commit b96d90d6a3

View file

@ -13,9 +13,6 @@
defaultPackage = pkgs.stdenv.mkDerivation { defaultPackage = pkgs.stdenv.mkDerivation {
name = "glonkers"; name = "glonkers";
src = ./.; src = ./.;
naitiveBuildInputs = with pkgs; [
gcc
];
buildInputs = with pkgs; [ buildInputs = with pkgs; [
pkg-config pkg-config
sdl3 sdl3