libmegapixels,libdng,megapixels-next: format with nixfmt

This commit is contained in:
2024-09-11 03:44:52 +00:00
parent f5a64bc913
commit 2a29e22d6d
3 changed files with 35 additions and 35 deletions

View File

@@ -1,11 +1,12 @@
{ stdenv {
, fetchFromGitLab stdenv,
, lib fetchFromGitLab,
, libtiff lib,
, meson libtiff,
, ninja meson,
, pkg-config ninja,
, scdoc pkg-config,
scdoc,
}: }:
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "libdng"; pname = "libdng";
@@ -41,4 +42,3 @@ stdenv.mkDerivation {
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@@ -1,12 +1,12 @@
{ stdenv {
, fetchFromGitLab stdenv,
, fetchpatch fetchFromGitLab,
, lib fetchpatch,
, libconfig lib,
, glib libconfig,
, meson meson,
, ninja ninja,
, pkg-config pkg-config,
}: }:
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "libmegapixels"; pname = "libmegapixels";

View File

@@ -1,18 +1,19 @@
{ stdenv {
, feedbackd stdenv,
, fetchFromGitLab feedbackd,
, gtk4 fetchFromGitLab,
, lib gtk4,
, libdng lib,
, libepoxy libdng,
, libmegapixels libepoxy,
, libpulseaudio libmegapixels,
, meson libpulseaudio,
, ninja meson,
, pkg-config ninja,
, wrapGAppsHook4 pkg-config,
, xorg wrapGAppsHook4,
, zbar xorg,
zbar,
}: }:
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "megapixels-next"; pname = "megapixels-next";
@@ -57,5 +58,4 @@ stdenv.mkDerivation {
platforms = platforms.linux; platforms = platforms.linux;
mainProgram = "megapixels"; mainProgram = "megapixels";
}; };
} }