Add autoconf to nix spec - needed for secp256k1 lib

This commit is contained in:
Sean Hinde
2023-01-15 11:33:18 +01:00
parent 395eeeffe2
commit 892d582dcf
+1
View File
@@ -8,6 +8,7 @@ in {
## base
stable.stdenv
## erlang
stable.autoconf
stable.erlangR23 # OTP 23.3.4.4
];
};