tp_smapi: 0.42 -> unstable-2017-12-04
make it build for kernel 4.15 see https://github.com/evgeni/tp_smapi/issues/31 and #32
This commit is contained in:
parent
0d7a0d7572
commit
404475a783
@ -3,13 +3,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "tp_smapi-${version}-${kernel.version}";
|
||||
version = "0.42";
|
||||
version = "unstable-2017-12-04";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "evgeni";
|
||||
repo = "tp_smapi";
|
||||
rev = "tp-smapi/${version}";
|
||||
sha256 = "12lnig90lrmkmqwl386q7ssqs9p0jikqhwl2wsmcmii1gn92hzfy";
|
||||
rev = "76c5120f7be4880cf2c6801f872327e4e70c449f";
|
||||
sha256 = "0g8l7rmylspl17qnqpa2h4yj7h3zvy6xlmj5nlnixds9avnbz2vy";
|
||||
name = "tp-smapi-${version}";
|
||||
};
|
||||
|
||||
@ -39,11 +39,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "IBM ThinkPad hardware functions driver";
|
||||
homepage = https://github.com/evgeni/tp_smapi/tree/tp-smapi/0.41;
|
||||
homepage = https://github.com/evgeni/tp_smapi;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
maintainers = [ stdenv.lib.maintainers.garbas ];
|
||||
# driver is only ment for linux thinkpads i think bellow platforms should cover it.
|
||||
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user