diff options
Diffstat (limited to 'md4c')
-rw-r--r-- | md4c/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/md4c/default.nix b/md4c/default.nix index d5fb39e..aa51e1d 100644 --- a/md4c/default.nix +++ b/md4c/default.nix @@ -9,7 +9,7 @@ # SPDX-License-Identifier: AGPL-3.0-or-later { lib, stdenv, version, fetchFromGitHub, commit, hash -, binRenameHook, cmake, pkg-config }: +, bcExtractHook, binRenameHook, cmake, pkg-config }: stdenv.mkDerivation rec { pname = "md4c"; @@ -29,7 +29,7 @@ stdenv.mkDerivation rec { ./fix-pkgconfig.patch ]; - nativeBuildInputs = [ binRenameHook cmake pkg-config ]; + nativeBuildInputs = [ bcExtractHook binRenameHook cmake pkg-config ]; meta = with lib; { description = "Markdown parser made in C"; |