Loading maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -9680,6 +9680,12 @@ github = "michaelBelsanti"; githubId = 62124625; }; michaelgrahamevans = { email = "michaelgrahamevans@gmail.com"; name = "Michael Evans"; github = "michaelgrahamevans"; githubId = 5932424; }; michaelpj = { email = "michaelpj@gmail.com"; github = "michaelpj"; Loading pkgs/applications/misc/shipments/default.nix 0 → 100644 +49 −0 Original line number Diff line number Diff line { desktop-file-utils , fetchurl , gobject-introspection , gtk3 , lib , libhandy , meson , ninja , pkg-config , python3 , stdenv , wrapGAppsHook }: stdenv.mkDerivation rec { pname = "shipments"; version = "0.3.0"; src = fetchurl { url = "https://git.sr.ht/~martijnbraam/shipments/archive/${version}.tar.gz"; sha256 = "1znybldx21wjnb8qy6q9p52pi6lfz81743xgrnjmvjji4spwaipf"; }; nativeBuildInputs = [ desktop-file-utils meson ninja pkg-config wrapGAppsHook ]; buildInputs = [ gobject-introspection gtk3 libhandy (python3.withPackages (ps: with ps; [ pygobject3 requests ])) ]; meta = with lib; { description = "Postal package tracking application"; homepage = "https://sr.ht/~martijnbraam/shipments/"; changelog = "https://git.sr.ht/~martijnbraam/shipments/refs/${version}"; license = licenses.lgpl3; maintainers = with maintainers; [ michaelgrahamevans ]; }; } pkgs/top-level/all-packages.nix +3 −1 Original line number Diff line number Diff line Loading @@ -32920,6 +32920,8 @@ with pkgs; shfmt = callPackage ../tools/text/shfmt { }; shipments = callPackage ../applications/misc/shipments { }; shortwave = callPackage ../applications/audio/shortwave { }; shotgun = callPackage ../tools/graphics/shotgun { }; Loading
maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -9680,6 +9680,12 @@ github = "michaelBelsanti"; githubId = 62124625; }; michaelgrahamevans = { email = "michaelgrahamevans@gmail.com"; name = "Michael Evans"; github = "michaelgrahamevans"; githubId = 5932424; }; michaelpj = { email = "michaelpj@gmail.com"; github = "michaelpj"; Loading
pkgs/applications/misc/shipments/default.nix 0 → 100644 +49 −0 Original line number Diff line number Diff line { desktop-file-utils , fetchurl , gobject-introspection , gtk3 , lib , libhandy , meson , ninja , pkg-config , python3 , stdenv , wrapGAppsHook }: stdenv.mkDerivation rec { pname = "shipments"; version = "0.3.0"; src = fetchurl { url = "https://git.sr.ht/~martijnbraam/shipments/archive/${version}.tar.gz"; sha256 = "1znybldx21wjnb8qy6q9p52pi6lfz81743xgrnjmvjji4spwaipf"; }; nativeBuildInputs = [ desktop-file-utils meson ninja pkg-config wrapGAppsHook ]; buildInputs = [ gobject-introspection gtk3 libhandy (python3.withPackages (ps: with ps; [ pygobject3 requests ])) ]; meta = with lib; { description = "Postal package tracking application"; homepage = "https://sr.ht/~martijnbraam/shipments/"; changelog = "https://git.sr.ht/~martijnbraam/shipments/refs/${version}"; license = licenses.lgpl3; maintainers = with maintainers; [ michaelgrahamevans ]; }; }
pkgs/top-level/all-packages.nix +3 −1 Original line number Diff line number Diff line Loading @@ -32920,6 +32920,8 @@ with pkgs; shfmt = callPackage ../tools/text/shfmt { }; shipments = callPackage ../applications/misc/shipments { }; shortwave = callPackage ../applications/audio/shortwave { }; shotgun = callPackage ../tools/graphics/shotgun { };