mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
re-Isearch: fix buildInputs attribute
This commit is contained in:
parent
b38530584b
commit
f991be3ec9
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ stdenv.mkDerivation {
|
|||
|
||||
nativeBuildInputs = [ writableTmpDirAsHomeHook ];
|
||||
|
||||
buildinputs = [
|
||||
buildInputs = [
|
||||
db
|
||||
file # libmagic
|
||||
libnsl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue