mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 21:24:03 +00:00
Merge pull request #311730 from luftmensch-luftmensch/errands_46.1
errands: 45.1.9 -> 46.1
This commit is contained in:
commit
0451295396
@ -1,22 +1,23 @@
|
|||||||
{ lib
|
{
|
||||||
, fetchFromGitHub
|
lib,
|
||||||
, python3Packages
|
fetchFromGitHub,
|
||||||
, gobject-introspection
|
python3Packages,
|
||||||
, libadwaita
|
gobject-introspection,
|
||||||
, wrapGAppsHook4
|
libadwaita,
|
||||||
, meson
|
wrapGAppsHook4,
|
||||||
, ninja
|
meson,
|
||||||
, desktop-file-utils
|
ninja,
|
||||||
, pkg-config
|
desktop-file-utils,
|
||||||
, appstream
|
pkg-config,
|
||||||
, libsecret
|
appstream,
|
||||||
, gtk4
|
libsecret,
|
||||||
, gtksourceview5
|
libportal,
|
||||||
|
gtk4,
|
||||||
|
gtksourceview5,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "errands";
|
pname = "errands";
|
||||||
version = "45.1.9";
|
version = "46.1";
|
||||||
|
|
||||||
pyproject = false;
|
pyproject = false;
|
||||||
|
|
||||||
@ -24,7 +25,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
owner = "mrvladus";
|
owner = "mrvladus";
|
||||||
repo = "Errands";
|
repo = "Errands";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-q8vmT7XUx3XJjPfbEd/c3HrTENfopl1MqwT0x5OuG0c=";
|
hash = "sha256-v1ifArrfq+vOr7K2L7s/PeXXCH1FLzlvReBKEdXzr3U=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -40,6 +41,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libadwaita
|
libadwaita
|
||||||
|
libportal
|
||||||
libsecret
|
libsecret
|
||||||
gtksourceview5
|
gtksourceview5
|
||||||
];
|
];
|
||||||
@ -62,6 +64,9 @@ python3Packages.buildPythonApplication rec {
|
|||||||
homepage = "https://github.com/mrvladus/Errands";
|
homepage = "https://github.com/mrvladus/Errands";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
mainProgram = "errands";
|
mainProgram = "errands";
|
||||||
maintainers = with maintainers; [ sund3RRR ];
|
maintainers = with maintainers; [
|
||||||
|
luftmensch-luftmensch
|
||||||
|
sund3RRR
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user