mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
marker: 2020.04.04.2 -> 2023.05.02
This commit is contained in:
parent
5c31944c1d
commit
d8cd7961b8
@ -9,20 +9,20 @@
|
||||
, gtk3
|
||||
, gtksourceview
|
||||
, gtkspell3
|
||||
, webkitgtk
|
||||
, webkitgtk_4_1
|
||||
, pandoc
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "marker";
|
||||
version = "2020.04.04.2";
|
||||
version = "2023.05.02";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "fabiocolacio";
|
||||
repo = "Marker";
|
||||
rev = version;
|
||||
fetchSubmodules = true;
|
||||
sha256 = "sha256-wLR1FQqlLA02ed/JoAcxRHhIVua1FibAee1PC2zOPOM=";
|
||||
sha256 = "sha256-HhDhigQ6Aqo8R57Yrf1i69sM0feABB9El5R5OpzOyB0=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -37,13 +37,17 @@ stdenv.mkDerivation rec {
|
||||
gtk3
|
||||
gtksourceview
|
||||
gtkspell3
|
||||
webkitgtk
|
||||
webkitgtk_4_1
|
||||
pandoc
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
meson rewrite kwargs set project / version '${version}'
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://fabiocolacio.github.io/Marker/";
|
||||
description = "Markdown editor for the Linux desktop";
|
||||
description = "Markdown editor for the Linux desktop made with GTK3";
|
||||
maintainers = with maintainers; [ trepetti ];
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.linux;
|
||||
|
Loading…
Reference in New Issue
Block a user