mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
linthesia: formatting
This commit is contained in:
parent
6fd5e1c842
commit
ce57dd627d
@ -1,5 +1,21 @@
|
||||
{ lib, stdenv, fetchFromGitHub, meson, ninja, pkg-config, python3, libGL, libGLU
|
||||
, alsa-lib, glibmm, sqlite, SDL2, SDL2_ttf_2_0_15, SDL2_image, gtk3, wrapGAppsHook }:
|
||||
{ lib
|
||||
, SDL2
|
||||
, SDL2_image
|
||||
, SDL2_ttf_2_0_15
|
||||
, alsa-lib
|
||||
, fetchFromGitHub
|
||||
, glibmm
|
||||
, gtk3
|
||||
, libGL
|
||||
, libGLU
|
||||
, meson
|
||||
, ninja
|
||||
, pkg-config
|
||||
, python3
|
||||
, sqlite
|
||||
, stdenv
|
||||
, wrapGAppsHook
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "linthesia";
|
||||
|
Loading…
Reference in New Issue
Block a user