mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
thumbdrives: 0.3.1 -> 0.3.2 (#343964)
This commit is contained in:
commit
b3592680f3
@ -1,21 +1,22 @@
|
||||
{ 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 {
|
||||
pname = "thumbdrives";
|
||||
version = "0.3.1";
|
||||
version = "0.3.2";
|
||||
|
||||
format = "other";
|
||||
|
||||
@ -23,7 +24,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
owner = "~martijnbraam";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "sha256-CPZKswbvsG61A6J512FOCKAntoJ0sUb2s+MKb0rO+Xw=";
|
||||
hash = "sha256-Mh3NSEYscnzw6kjR9m0XbTygj07cIQwdyLcdLpfKi3Y=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@ -56,7 +57,10 @@ python3.pkgs.buildPythonApplication rec {
|
||||
description = "USB mass storage emulator for Linux handhelds";
|
||||
homepage = "https://sr.ht/~martijnbraam/thumbdrives/";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ chuangzhu ];
|
||||
maintainers = with maintainers; [
|
||||
chuangzhu
|
||||
Luflosi
|
||||
];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
@ -12961,8 +12961,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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user