update formatting

https://nix-community.github.io/nixpkgs-fmt/
This commit is contained in:
dunklecat 2021-11-13 08:11:10 +01:00 committed by GitHub
parent bd084e9b2a
commit 8f5073b59e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,26 @@
{ stdenv, lib, fetchFromGitHub, scons, pkg-config, udev, libX11, libXcursor
, libXinerama, libXrandr, libXrender, libpulseaudio, libXi, libXext, libXfixes
, freetype, openssl, alsa-lib, libGLU, zlib, yasm, withUdev ? true }:
{ stdenv
, lib
, fetchFromGitHub
, scons
, pkg-config
, udev
, libX11
, libXcursor
, libXinerama
, libXrandr
, libXrender
, libpulseaudio
, libXi
, libXext
, libXfixes
, freetype
, openssl
, alsa-lib
, libGLU
, zlib
, yasm
, withUdev ? true
}:
let
options = {
@ -8,7 +28,8 @@ let
pulseaudio = false;
udev = withUdev;
};
in stdenv.mkDerivation rec {
in
stdenv.mkDerivation rec {
pname = "godot";
version = "3.4";