mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 08:44:31 +00:00
libcoap: use autoconf 2.69
This commit is contained in:
parent
afe1cdbfd4
commit
d7f71a57ec
@ -5172,7 +5172,9 @@ in
|
||||
|
||||
libcloudproviders = callPackage ../development/libraries/libcloudproviders { };
|
||||
|
||||
libcoap = callPackage ../applications/networking/libcoap {};
|
||||
libcoap = callPackage ../applications/networking/libcoap {
|
||||
autoconf = autoconf269;
|
||||
};
|
||||
|
||||
libcryptui = callPackage ../development/libraries/libcryptui { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user