1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-22 18:12:20 -04:00
nixpkgs/pkgs/games/quake3/wrapper/default.nix

8 lines
187 B
Nix
Raw Normal View History

{stdenv, fetchurl, game, paks, mesa, name}:
stdenv.mkDerivation {
builder = ./builder.sh;
inherit game paks mesa name;
mesaSwitch = ../../../build-support/opengl/mesa-switch.sh;
}