thumbdrives: migrate to pkgs/by-name, format with nixfmt-rfc-style

This commit is contained in:
Luflosi
2024-09-23 14:35:10 +02:00
parent 400a39abec
commit f2000aea85
2 changed files with 14 additions and 15 deletions
@@ -1,16 +1,17 @@
{ lib
, python3
, fetchFromSourcehut
, gtk3
, libhandy_0
, gobject-introspection
, meson
, pkg-config
, ninja
, gettext
, glib
, desktop-file-utils
, wrapGAppsHook3
{
lib,
python3,
fetchFromSourcehut,
gtk3,
libhandy_0,
gobject-introspection,
meson,
pkg-config,
ninja,
gettext,
glib,
desktop-file-utils,
wrapGAppsHook3,
}:
python3.pkgs.buildPythonApplication rec {
-2
View File
@@ -12948,8 +12948,6 @@ with pkgs;
threema-desktop = callPackage ../applications/networking/instant-messengers/threema-desktop { };
thumbdrives = callPackage ../applications/system/thumbdrives { };
tidy-viewer = callPackage ../tools/text/tidy-viewer { };
tiled = libsForQt5.callPackage ../applications/editors/tiled { };