gdmap: link with libm explicitly
This commit is contained in:
parent
6910266b01
commit
2fe11f12fb
@ -15,6 +15,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
NIX_LDFLAGS = [
|
||||
"-lm"
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://gdmap.sourceforge.net;
|
||||
description = "Recursive rectangle map of disk usage";
|
||||
|
Loading…
Reference in New Issue
Block a user