pixman: apply nixfmt
This commit is contained in:
@@ -1,25 +1,26 @@
|
||||
{ lib
|
||||
, stdenv
|
||||
, fetchurl
|
||||
, meson
|
||||
, ninja
|
||||
, pkg-config
|
||||
, libpng
|
||||
, glib /*just passthru*/
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
fetchurl,
|
||||
meson,
|
||||
ninja,
|
||||
pkg-config,
|
||||
libpng,
|
||||
glib, # just passthru
|
||||
|
||||
# for passthru.tests
|
||||
, cairo
|
||||
, qemu
|
||||
, scribus
|
||||
, tigervnc
|
||||
, wlroots_0_17
|
||||
, wlroots_0_18
|
||||
, xwayland
|
||||
# for passthru.tests
|
||||
cairo,
|
||||
qemu,
|
||||
scribus,
|
||||
tigervnc,
|
||||
wlroots_0_17,
|
||||
wlroots_0_18,
|
||||
xwayland,
|
||||
|
||||
, gitUpdater
|
||||
, testers
|
||||
gitUpdater,
|
||||
testers,
|
||||
|
||||
, __flattenIncludeHackHook
|
||||
__flattenIncludeHackHook,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
@@ -42,7 +43,12 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
separateDebugInfo = !stdenv.hostPlatform.isStatic;
|
||||
|
||||
nativeBuildInputs = [ meson ninja pkg-config __flattenIncludeHackHook ];
|
||||
nativeBuildInputs = [
|
||||
meson
|
||||
ninja
|
||||
pkg-config
|
||||
__flattenIncludeHackHook
|
||||
];
|
||||
|
||||
buildInputs = [ libpng ];
|
||||
|
||||
@@ -62,7 +68,15 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
passthru = {
|
||||
tests = {
|
||||
inherit cairo qemu scribus tigervnc wlroots_0_17 wlroots_0_18 xwayland;
|
||||
inherit
|
||||
cairo
|
||||
qemu
|
||||
scribus
|
||||
tigervnc
|
||||
wlroots_0_17
|
||||
wlroots_0_18
|
||||
xwayland
|
||||
;
|
||||
pkg-config = testers.hasPkgConfigModules {
|
||||
package = finalAttrs.finalPackage;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user