Skip to content

Commit 1b0eac7

Browse files
authored
Support 'extra-libraries: m' (#1453)
1 parent ba32cba commit 1b0eac7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/system-nixpkgs-map.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ in
2727
gcc = gcclibs;
2828
ssl = [ openssl ];
2929
z = [ zlib ];
30+
m = null;
3031
pcap = [ libpcap ];
3132
pthread = null; # available by default
3233
GL = [ libGL ];

0 commit comments

Comments
 (0)