thumbdrives: migrate to pkgs/by-name, format with nixfmt-rfc-style
This commit is contained in:
+14
-13
@@ -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 {
|
||||
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user