Add automake to nix spec - needed for secp256k1 lib

This commit is contained in:
Sean Hinde 2023-01-15 11:38:52 +01:00
parent 892d582dcf
commit 91bc86ea98

View File

@ -9,6 +9,7 @@ in {
stable.stdenv
## erlang
stable.autoconf
stable.automake
stable.erlangR23 # OTP 23.3.4.4
];
};