confy: 0.6.5 -> 0.7.0

This commit is contained in:
Michael Evans 2023-02-26 12:45:35 +02:00 committed by Doron Behar
parent 2f63088723
commit 2abdb71b99

View File

@ -1,11 +1,11 @@
{ appstream-glib
{ blueprint-compiler
, desktop-file-utils
, fetchurl
, gobject-introspection
, gtk3
, gtk4
, lib
, libadwaita
, libnotify
, libhandy
, meson
, ninja
, pkg-config
@ -16,14 +16,15 @@
stdenv.mkDerivation rec {
pname = "confy";
version = "0.6.5";
version = "0.7.0";
src = fetchurl {
url = "https://git.sr.ht/~fabrixxm/confy/archive/${version}.tar.gz";
sha256 = "sha256-zfuwOZBSGQzJUc36M6C5wSHarLbPFqayQVFo+WbVo7k=";
hash = "sha256-qOU/rPj7ZhwWafQ3Vx7K41fdAyxz6jMhFUqU3mH5CHo=";
};
nativeBuildInputs = [
blueprint-compiler
desktop-file-utils
meson
ninja
@ -33,8 +34,9 @@ stdenv.mkDerivation rec {
];
buildInputs = [
gtk3
libhandy
gobject-introspection
gtk4
libadwaita
libnotify
(python3.withPackages (ps: with ps; [
icalendar
@ -43,8 +45,7 @@ stdenv.mkDerivation rec {
];
postPatch = ''
# Remove executable bits so that meson runs the script with our Python interpreter
chmod -x build-aux/meson/postinstall.py
patchShebangs build-aux/meson/postinstall.py
'';
meta = with lib; {