mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
confy: 0.6.5 -> 0.7.0
This commit is contained in:
parent
2f63088723
commit
2abdb71b99
@ -1,11 +1,11 @@
|
|||||||
{ appstream-glib
|
{ blueprint-compiler
|
||||||
, desktop-file-utils
|
, desktop-file-utils
|
||||||
, fetchurl
|
, fetchurl
|
||||||
, gobject-introspection
|
, gobject-introspection
|
||||||
, gtk3
|
, gtk4
|
||||||
, lib
|
, lib
|
||||||
|
, libadwaita
|
||||||
, libnotify
|
, libnotify
|
||||||
, libhandy
|
|
||||||
, meson
|
, meson
|
||||||
, ninja
|
, ninja
|
||||||
, pkg-config
|
, pkg-config
|
||||||
@ -16,14 +16,15 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "confy";
|
pname = "confy";
|
||||||
version = "0.6.5";
|
version = "0.7.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://git.sr.ht/~fabrixxm/confy/archive/${version}.tar.gz";
|
url = "https://git.sr.ht/~fabrixxm/confy/archive/${version}.tar.gz";
|
||||||
sha256 = "sha256-zfuwOZBSGQzJUc36M6C5wSHarLbPFqayQVFo+WbVo7k=";
|
hash = "sha256-qOU/rPj7ZhwWafQ3Vx7K41fdAyxz6jMhFUqU3mH5CHo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
blueprint-compiler
|
||||||
desktop-file-utils
|
desktop-file-utils
|
||||||
meson
|
meson
|
||||||
ninja
|
ninja
|
||||||
@ -33,8 +34,9 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gtk3
|
gobject-introspection
|
||||||
libhandy
|
gtk4
|
||||||
|
libadwaita
|
||||||
libnotify
|
libnotify
|
||||||
(python3.withPackages (ps: with ps; [
|
(python3.withPackages (ps: with ps; [
|
||||||
icalendar
|
icalendar
|
||||||
@ -43,8 +45,7 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
# Remove executable bits so that meson runs the script with our Python interpreter
|
patchShebangs build-aux/meson/postinstall.py
|
||||||
chmod -x build-aux/meson/postinstall.py
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user