blob: 7b17e62c3bf106faa54d13ced53798ea2abbae71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
package libffi {
description = "a portable, high level programming interface to various calling conventions";
website = "https://sourceware.org/libffi";
anitya = 1611;
version# = "3.7.0";
source = remoteGitHubRelease {
suffix = "libffi/libffi";
tag = "v"+version;
name = "libffi-"+version+".tar.gz";
checksum = "rzzmrenVrc8eBd7Cl1oVTAEmvpiHdQVpmYs3W0Ao1bKKmmYvxuUAyjZ2OjG53G48";
compress = gzip;
};
exec = make {};
inputs = [ kernel-headers ];
}
|