Unverified Commit b521caa0 authored by Vlad M's avatar Vlad M Committed by GitHub
Browse files

Merge pull request #311029 from LudovicoPiero/mako-bump

mako: 1.8.0 -> 1.9.0, and other cleanup
parents 56c7ebdc a145b3e9
Loading
Loading
Loading
Loading
+10 −11
Original line number Diff line number Diff line
@@ -3,18 +3,17 @@
, wayland, wayland-protocols
, wrapGAppsHook3 }:

stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
  pname = "mako";
  version = "1.8.0";
  version = "1.9.0";

  src = fetchFromGitHub {
    owner = "emersion";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-sUFMcCrc5iNPeAmRbqDaT/n8OIlFJEwJTzY1HMx94RU=";
    repo = "mako";
    rev = "refs/tags/v${finalAttrs.version}";
    sha256 = "sha256-QtYtondP7E5QXLRnmcaOQlAm9fKXctfjxeUFqK6FnnE=";
  };

  depsBuildBuild = [ pkg-config ];
  nativeBuildInputs = [ meson ninja pkg-config scdoc wayland-protocols wrapGAppsHook3 ];
  buildInputs = [ systemd pango cairo gdk-pixbuf wayland ];

@@ -29,12 +28,12 @@ stdenv.mkDerivation rec {
    )
  '';

  meta = with lib; {
  meta = {
    description = "A lightweight Wayland notification daemon";
    homepage = "https://wayland.emersion.fr/mako/";
    license = licenses.mit;
    maintainers = with maintainers; [ dywedir synthetica ];
    platforms = platforms.linux;
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ dywedir synthetica ];
    platforms = lib.platforms.linux;
    mainProgram = "mako";
  };
}
})
+0 −2
Original line number Diff line number Diff line
@@ -32647,8 +32647,6 @@ with pkgs;
  makeself = callPackage ../applications/misc/makeself { };
  mako = callPackage ../applications/misc/mako { };
  mandelbulber = libsForQt5.callPackage ../applications/graphics/mandelbulber { };
  mapmap = libsForQt5.callPackage ../applications/video/mapmap { };