chore(devenv): pin cmake package (for burn-rl > sdl2)
This commit is contained in:
parent
012ccf8b42
commit
8f8e7f958b
5 changed files with 2012 additions and 1223 deletions
|
|
@ -1,13 +1,16 @@
|
|||
{ pkgs, ... }:
|
||||
{ inputs, pkgs, ... }:
|
||||
|
||||
let
|
||||
pkgs-cmake3 = import inputs.nixpkgs-cmake3 { system = pkgs.stdenv.system; };
|
||||
in
|
||||
{
|
||||
|
||||
packages = [
|
||||
|
||||
# pour burn-rs
|
||||
pkgs.SDL2_gfx
|
||||
# (compilation sdl2-sys)
|
||||
pkgs.cmake
|
||||
pkgs-cmake3.cmake
|
||||
pkgs.libxcb
|
||||
pkgs.libffi
|
||||
pkgs.wayland-scanner
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue