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" ];
|
configureOptions = [ "--with-gtk2" ];
|
||||||
|
|
||||||
|
NIX_LDFLAGS = [
|
||||||
|
"-ldl"
|
||||||
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "gtk-server for interpreted GUI programming";
|
description = "gtk-server for interpreted GUI programming";
|
||||||
homepage = http://www.gtk-server.org/;
|
homepage = http://www.gtk-server.org/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user