gtk-server: link with libdl explicitly
This commit is contained in:
parent
3d94f68c75
commit
46fad2b3b8
@ -14,6 +14,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
configureOptions = [ "--with-gtk2" ];
|
||||
|
||||
NIX_LDFLAGS = [
|
||||
"-ldl"
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "gtk-server for interpreted GUI programming";
|
||||
homepage = http://www.gtk-server.org/;
|
||||
|
Loading…
Reference in New Issue
Block a user