houdini: formatting fix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Kai Wohlfahrt 2021-06-21 22:25:34 +01:00 committed by GitHub
parent 1417ce13be
commit 8a21e6722a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,6 @@
{ lib, stdenv, requireFile, zlib, libpng, libSM, libICE, fontconfig, xorg, libGLU, libGL, alsa-lib, dbus, xkeyboardconfig, nss, nspr, expat, pciutils, libxkbcommon, bc, addOpenGLRunpath }:
{ lib, stdenv, requireFile, zlib, libpng, libSM, libICE, fontconfig, xorg, libGLU, libGL, alsa-lib
, dbus, xkeyboardconfig, nss, nspr, expat, pciutils, libxkbcommon, bc, addOpenGLRunpath
}:
let
# NOTE: Some dependencies only show in errors when run with QT_DEBUG_PLUGINS=1
@ -84,4 +86,3 @@ stdenv.mkDerivation rec {
maintainers = with lib.maintainers; [ canndrew kwohlfahrt ];
};
}