1
0
Fork 0

shell.nix: add binutils and gcc

Fixes b.hswaw.net/33

Change-Id: Iadeb4157f4271ad684b6c2603d734cb0c098238d
master
q3k 2021-03-11 23:16:10 +00:00
parent 5e695e8f9b
commit dce10bae86
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ in (pkgs.buildFHSUserEnv {
openjdk11
openldap.dev cyrus_sasl.dev # for python-ldap
wkhtmltopdf
gcc binutils
];
multiPkgs = pkgs: [
(pkgs.runCommand "protocols" {}