new-lg4ff: 0.4.0 -> 0-unstable-2024-11-25 (#360385)

This commit is contained in:
Aleksana 2024-12-06 09:59:23 +08:00 committed by GitHub
commit 4c58b47964
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,18 +1,18 @@
{ lib, stdenv, kernel, fetchFromGitHub }:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "new-lg4ff";
version = "0.4.0";
version = "0-unstable-2024-11-25";
src = fetchFromGitHub {
owner = "berarma";
repo = "new-lg4ff";
rev = version;
sha256 = "ZFwNdeJcSxzWtqjOF86SZpqhuz8jXZ2drvlQeIqsaNY=";
rev = "6100a34c182536c607af80e119d54a66c6fb2a23";
sha256 = "sha256-90PnQDGwp94ELvWx6p8QiZucYmTbH3N0GiZbj3fo25g=";
};
preBuild = ''
substituteInPlace Makefile --replace "modules_install" "INSTALL_MOD_PATH=$out modules_install"
substituteInPlace Makefile --replace-fail "modules_install" "INSTALL_MOD_PATH=$out modules_install"
sed -i '/depmod/d' Makefile
sed -i "10i\\\trmmod hid-logitech 2> /dev/null || true" Makefile
sed -i "11i\\\trmmod hid-logitech-new 2> /dev/null || true" Makefile