mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
performous: reformat
This commit is contained in:
parent
72fc0b165a
commit
d74b818ad0
@ -1,24 +1,25 @@
|
||||
{ lib
|
||||
, stdenv
|
||||
, fetchFromGitHub
|
||||
, SDL2
|
||||
, aubio
|
||||
, boost
|
||||
, cmake
|
||||
, ffmpeg
|
||||
, fmt
|
||||
, gettext
|
||||
, glew
|
||||
, glibmm
|
||||
, glm
|
||||
, icu
|
||||
, libepoxy
|
||||
, librsvg
|
||||
, libxmlxx
|
||||
, nlohmann_json
|
||||
, pango
|
||||
, pkg-config
|
||||
, portaudio
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
SDL2,
|
||||
aubio,
|
||||
boost,
|
||||
cmake,
|
||||
ffmpeg,
|
||||
fmt,
|
||||
gettext,
|
||||
glew,
|
||||
glibmm,
|
||||
glm,
|
||||
icu,
|
||||
libepoxy,
|
||||
librsvg,
|
||||
libxmlxx,
|
||||
nlohmann_json,
|
||||
pango,
|
||||
pkg-config,
|
||||
portaudio,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
Loading…
Reference in New Issue
Block a user