Skip to content

Commit

Permalink
Merge pull request #208539 from Majiir/fix-highlight-cross
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin authored Dec 31, 2022
2 parents a40405b + 0ded408 commit 889c696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/text/highlight/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitLab, getopt, lua, boost, pkg-config, swig, perl, gcc }:
{ lib, stdenv, fetchFromGitLab, getopt, lua, boost, libxcrypt, pkg-config, swig, perl, gcc }:

let
self = stdenv.mkDerivation rec {
Expand All @@ -17,7 +17,7 @@ let
nativeBuildInputs = [ pkg-config swig perl ]
++ lib.optional stdenv.isDarwin gcc;

buildInputs = [ getopt lua boost ];
buildInputs = [ getopt lua boost libxcrypt ];

postPatch = ''
substituteInPlace src/makefile \
Expand Down

0 comments on commit 889c696

Please sign in to comment.