Collection of DPF-based plugins for packaging
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
195B

  1. { pkgs ? import <nixpkgs> { } }:
  2. with pkgs; stdenv.mkDerivation {
  3. name = "projectm-shell";
  4. buildInputs = [
  5. glm
  6. libGLU_combined
  7. SDL2
  8. darwin.apple_sdk.frameworks.Carbon
  9. ];
  10. }