blob: 4b5019943d3a3b696a64bcc78bd6e7cf2ae977c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
package libconfig {
description = "a simple library for processing structured configuration files";
website = "https://hyperrealm.github.io/libconfig";
anitya = 1580;
version# = "1.8.2";
source = remoteGitHub {
suffix = "hyperrealm/libconfig";
tag = "v"+version;
checksum = "fD32hjeAZuTz98g6WYHRwsxphrgrEFqxi5Z1jlJemPckPBfxpS3i5HgshAuA6vmT";
};
patches = [ "disable-broken-tests.patch" ];
exec = cmake {};
}
|