mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-27 14:34:33 +00:00
tamatool: format with nixpkgs-rfc-style
This commit is contained in:
parent
f0bc0bd3f8
commit
94f930a196
@ -1,14 +1,15 @@
|
||||
{ lib
|
||||
, stdenv
|
||||
, fetchFromGitHub
|
||||
, zip
|
||||
, copyDesktopItems
|
||||
, libpng
|
||||
, SDL2
|
||||
, SDL2_image
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
zip,
|
||||
copyDesktopItems,
|
||||
libpng,
|
||||
SDL2,
|
||||
SDL2_image,
|
||||
|
||||
# Optionally bundle a ROM file
|
||||
, rom ? null
|
||||
# Optionally bundle a ROM file
|
||||
rom ? null,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
|
Loading…
Reference in New Issue
Block a user