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:
@@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "tp_smapi-${version}-${kernel.version}";
|
name = "tp_smapi-${version}-${kernel.version}";
|
||||||
version = "0.42";
|
version = "unstable-2017-12-04";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "evgeni";
|
owner = "evgeni";
|
||||||
repo = "tp_smapi";
|
repo = "tp_smapi";
|
||||||
rev = "tp-smapi/${version}";
|
rev = "76c5120f7be4880cf2c6801f872327e4e70c449f";
|
||||||
sha256 = "12lnig90lrmkmqwl386q7ssqs9p0jikqhwl2wsmcmii1gn92hzfy";
|
sha256 = "0g8l7rmylspl17qnqpa2h4yj7h3zvy6xlmj5nlnixds9avnbz2vy";
|
||||||
name = "tp-smapi-${version}";
|
name = "tp-smapi-${version}";
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -39,11 +39,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "IBM ThinkPad hardware functions driver";
|
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;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
maintainers = [ stdenv.lib.maintainers.garbas ];
|
maintainers = [ stdenv.lib.maintainers.garbas ];
|
||||||
# driver is only ment for linux thinkpads i think bellow platforms should cover it.
|
# driver is only ment for linux thinkpads i think bellow platforms should cover it.
|
||||||
platforms = [ "x86_64-linux" "i686-linux" ];
|
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user