Skip to content

Commit

Permalink
Merge pull request #246048 from michaelgrahamevans/confy-0.7.0
Browse files Browse the repository at this point in the history
confy: 0.6.5 -> 0.7.0
  • Loading branch information
ryantm authored Aug 1, 2023
2 parents e6c8427 + 6678a5a commit b00c893
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pkgs/applications/misc/confy/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ appstream-glib
{ blueprint-compiler
, desktop-file-utils
, fetchurl
, gobject-introspection
, gtk3
, gtk4
, lib
, libadwaita
, libnotify
, libhandy
, meson
, ninja
, pkg-config
Expand All @@ -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-ZvIzgCMDfUW9g+qmY0ZIUoEF0PeVmINjOPwilmFzWDk=";
};

nativeBuildInputs = [
blueprint-compiler
desktop-file-utils
meson
ninja
Expand All @@ -33,8 +34,8 @@ stdenv.mkDerivation rec {

buildInputs = [
gobject-introspection
gtk3
libhandy
gtk4
libadwaita
libnotify
(python3.withPackages (ps: with ps; [
icalendar
Expand All @@ -43,8 +44,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; {
Expand Down

0 comments on commit b00c893

Please sign in to comment.