blob: 57bde7e879cef252005b6ec30bced6902c931ef7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
package hwdata {
description = "contains various hardware identification and configuration data";
website = "https://github.com/vcrhonek/hwdata";
anitya = 5387;
version# = "0.411";
source = remoteGitHub {
suffix = "vcrhonek/hwdata";
tag = "v"+version;
checksum = "5YWsZC8NgZShWWHmC66xqEkTJLAUYJoDt8kmstJyLWfsNqAWAhJZGkVUfgqbTv-6";
};
writable = true;
enterSource = true;
exec = make {
// awk: fatal: cannot open file `hwdata.spec' for reading: No such file or directory
chdir = false;
// lspci: Unknown option 'A' (see "lspci --help")
check = nil;
};
unlikely = true;
}
|