mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-09 17:05:14 +00:00
11
nix/shell.nix
Normal file
11
nix/shell.nix
Normal file
@ -0,0 +1,11 @@
|
||||
{ pkgs ? import <nixpkgs> { } }:
|
||||
|
||||
with pkgs; stdenv.mkDerivation {
|
||||
name = "projectm-shell";
|
||||
buildInputs = [
|
||||
glm
|
||||
libGLU_combined
|
||||
SDL2
|
||||
darwin.apple_sdk.frameworks.Carbon
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user