From dce10bae8629b3728f039bd60b3353120e41e28f Mon Sep 17 00:00:00 2001 From: Serge Bazanski Date: Thu, 11 Mar 2021 23:16:10 +0000 Subject: [PATCH] shell.nix: add binutils and gcc Fixes b.hswaw.net/33 Change-Id: Iadeb4157f4271ad684b6c2603d734cb0c098238d --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index cb39fe4d..3e0bdc49 100644 --- a/shell.nix +++ b/shell.nix @@ -24,6 +24,7 @@ in (pkgs.buildFHSUserEnv { openjdk11 openldap.dev cyrus_sasl.dev # for python-ldap wkhtmltopdf + gcc binutils ]; multiPkgs = pkgs: [ (pkgs.runCommand "protocols" {}