mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
highlight: fix cross-compilation
This commit is contained in:
parent
8a1c058e42
commit
0ded4086d4
@ -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 {
|
||||
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user