eboard: link with libdl explicitly
This commit is contained in:
parent
4510ad1807
commit
19d339ce3a
@ -21,6 +21,10 @@ stdenv.mkDerivation {
|
||||
|
||||
NIX_CFLAGS_COMPILE = [ "-fpermissive" ];
|
||||
|
||||
NIX_LDFLAGS = [
|
||||
"-ldl"
|
||||
];
|
||||
|
||||
meta = {
|
||||
homepage = http://www.bergo.eng.br/eboard/;
|
||||
description = "Chess interface for Unix-like systems";
|
||||
|
Loading…
Reference in New Issue
Block a user