forked from mirrors/nixpkgs
mako: 1.4.1 -> 1.5
This commit is contained in:
parent
219cbedb69
commit
13b608d291
1 changed files with 6 additions and 3 deletions
|
@ -5,19 +5,22 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "mako";
|
pname = "mako";
|
||||||
version = "1.4.1";
|
version = "1.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "emersion";
|
owner = "emersion";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0hwvibpnrximb628w9dsfjpi30b5jy7nfkm4d94z5vhp78p43vxh";
|
sha256 = "0f92krcgybl4113g2gawf7lcbh1fss7bq4cx81h1zyn7yvxlwx2b";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ meson ninja pkg-config scdoc wayland-protocols wrapGAppsHook ];
|
nativeBuildInputs = [ meson ninja pkg-config scdoc wayland-protocols wrapGAppsHook ];
|
||||||
buildInputs = [ systemd pango cairo gdk-pixbuf wayland ];
|
buildInputs = [ systemd pango cairo gdk-pixbuf wayland ];
|
||||||
|
|
||||||
mesonFlags = [ "-Dzsh-completions=true" ];
|
mesonFlags = [
|
||||||
|
"-Dzsh-completions=true"
|
||||||
|
"-Dsd-bus-provider=libsystemd"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A lightweight Wayland notification daemon";
|
description = "A lightweight Wayland notification daemon";
|
||||||
|
|
Loading…
Add table
Reference in a new issue