Skip to content

Commit

Permalink
tp_smapi: 0.42 -> unstable-2017-12-04
Browse files Browse the repository at this point in the history
make it build for kernel 4.15
see linux-thinkpad/tp_smapi#31 and #32
  • Loading branch information
magnetophon authored and garbas committed Jan 31, 2018
1 parent 0d7a0d7 commit 404475a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pkgs/os-specific/linux/tp_smapi/default.nix
Expand Up @@ -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}";
};

Expand Down Expand Up @@ -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" ];
};
}

0 comments on commit 404475a

Please sign in to comment.