From 1b0eac78c61b425ad382427b25a4450c8d6f6771 Mon Sep 17 00:00:00 2001 From: Armando Ramirez Date: Thu, 26 May 2022 00:52:15 -0700 Subject: [PATCH] Support 'extra-libraries: m' (#1453) --- lib/system-nixpkgs-map.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/system-nixpkgs-map.nix b/lib/system-nixpkgs-map.nix index 5ca548740b..03f3049bca 100644 --- a/lib/system-nixpkgs-map.nix +++ b/lib/system-nixpkgs-map.nix @@ -27,6 +27,7 @@ in gcc = gcclibs; ssl = [ openssl ]; z = [ zlib ]; + m = null; pcap = [ libpcap ]; pthread = null; # available by default GL = [ libGL ];