lomiri.qtmir: nixfmt-rfc-style
This commit is contained in:
parent
2de3fb4580
commit
6355ddc8e8
@ -1,35 +1,36 @@
|
|||||||
{ stdenv
|
{
|
||||||
, lib
|
stdenv,
|
||||||
, fetchFromGitLab
|
lib,
|
||||||
, fetchpatch
|
fetchFromGitLab,
|
||||||
, testers
|
fetchpatch,
|
||||||
, cmake
|
testers,
|
||||||
, cmake-extras
|
cmake,
|
||||||
, pkg-config
|
cmake-extras,
|
||||||
, wrapQtAppsHook
|
pkg-config,
|
||||||
, gsettings-qt
|
wrapQtAppsHook,
|
||||||
, gtest
|
gsettings-qt,
|
||||||
, libqtdbustest
|
gtest,
|
||||||
, libqtdbusmock
|
libqtdbustest,
|
||||||
, libuuid
|
libqtdbusmock,
|
||||||
, lomiri-api
|
libuuid,
|
||||||
, lomiri-app-launch
|
lomiri-api,
|
||||||
, lomiri-url-dispatcher
|
lomiri-app-launch,
|
||||||
, lttng-ust
|
lomiri-url-dispatcher,
|
||||||
, mir_2_15
|
lttng-ust,
|
||||||
, process-cpp
|
mir_2_15,
|
||||||
, qtbase
|
process-cpp,
|
||||||
, qtdeclarative
|
qtbase,
|
||||||
, qtsensors
|
qtdeclarative,
|
||||||
, valgrind
|
qtsensors,
|
||||||
, protobuf
|
valgrind,
|
||||||
, glm
|
protobuf,
|
||||||
, boost
|
glm,
|
||||||
, properties-cpp
|
boost,
|
||||||
, glib
|
properties-cpp,
|
||||||
, validatePkgConfig
|
glib,
|
||||||
, wayland
|
validatePkgConfig,
|
||||||
, xwayland
|
wayland,
|
||||||
|
xwayland,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
@ -153,8 +154,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
license = licenses.lgpl3Only;
|
license = licenses.lgpl3Only;
|
||||||
maintainers = teams.lomiri.members;
|
maintainers = teams.lomiri.members;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
pkgConfigModules = [
|
pkgConfigModules = [ "qtmirserver" ];
|
||||||
"qtmirserver"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user