14 stdenv.mkDerivation rec {
15 pname = "CuteMarkEd-NG";
16 version = "unstable-2021-07-29";
18 src = fetchFromGitHub {
21 rev = "9431ac603cef23d6f29e51e18f1eeee156f5bfb3";
22 sha256 = "sha256-w/D4C2ZYgI/7ZCDamTQlhrJ9vtvAMThgM/fopkdKWYc";
26 ./0001-remove-dependency-on-vendored-library.patch
27 ./0002-use-pkgcofig-to-find-libraries.patch
31 substituteInPlace app/app.pro \
32 --replace '$$[QT_INSTALL_BINS]/lrelease' "lrelease"
50 description = "Qt-based, free and open source markdown editor";
51 mainProgram = "cutemarked";
52 homepage = "https://github.com/Waqar144/CuteMarkEd-NG";
53 license = licenses.gpl2Plus;
54 maintainers = with maintainers; [ rewine ];
55 platforms = platforms.linux;