Unverified Commit 332b56b4 authored by Jonas Heinrich's avatar Jonas Heinrich Committed by GitHub
Browse files

Merge pull request #230554 from azahi/moonlander

moonlander: init at unstable-2021-05-23
parents 98167d57 fc5922aa
Loading
Loading
Loading
Loading
+44 −0
Original line number Diff line number Diff line
{ lib
, stdenv
, fetchFromSourcehut
, rustPlatform
, atk
, cairo
, gdk-pixbuf
, glib
, gtk3
, pango
, pkg-config
}:

rustPlatform.buildRustPackage rec {
  pname = "moonlander";
  version = "unstable-2021-05-23";

  src = fetchFromSourcehut {
    owner = "~admicos";
    repo = "moonlander";
    rev = "abfb9cd421092b73609a32d0a04d110294a48f5e";
    hash = "sha256-kpaJRZPPVj8QTFfOx7nq3wN2jmyYASou7cgf+XY2RVU=";
  };

  cargoHash = "sha256-DL/EtZomrZlOFjUgNm6qnrB1MpXApkYKGubi+dB8aho=";

  nativeBuildInputs = [ pkg-config ];

  buildInputs = [
    atk
    cairo
    gdk-pixbuf
    glib
    gtk3
    pango
  ];

  meta = with lib; {
    description = "Just another \"fancy\" Gemini client";
    homepage = "https://sr.ht/~admicos/moonlander/";
    license = licenses.mit;
    maintainers = with maintainers; [ azahi ];
  };
}
+2 −0
Original line number Diff line number Diff line
@@ -32275,6 +32275,8 @@ with pkgs;
  moolticute = libsForQt5.callPackage ../applications/misc/moolticute { };
  moonlander = callPackage ../applications/networking/browsers/moonlander { };
  moonlight-embedded = callPackage ../applications/misc/moonlight-embedded { };
  moonlight-qt = libsForQt5.callPackage ../applications/misc/moonlight-qt {