mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
telegram-desktop: add cmark-gfm to buildInputs
To be used instead of the bundled version
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
microsoft-gsl,
|
||||
boost,
|
||||
ada,
|
||||
cmark-gfm,
|
||||
libavif,
|
||||
libheif,
|
||||
libjxl,
|
||||
@@ -87,6 +88,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
microsoft-gsl
|
||||
boost
|
||||
ada
|
||||
cmark-gfm
|
||||
(tdlib.override { tde2eOnly = true; })
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isLinux [
|
||||
|
||||
Reference in New Issue
Block a user