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