Skip to content
Snippets Groups Projects
Commit 028088aa authored by Jens Nolte's avatar Jens Nolte
Browse files

Add g815-led binary for g810-led package

parent 7cb92aa6
No related branches found
No related tags found
No related merge requests found
......@@ -9,14 +9,15 @@ stdenv.mkDerivation {
rev = "5ee810a520f809e65048de8a8ce24bac0ce34490";
sha256 = "1ymkp7i7nc1ig2r19wz0pcxfnpawkjkgq7vrz6801xz428cqwmhl";
};
makeFlags = ["DESTDIR=$(out)" "PREFIX=$(out)"];
buildInputs = [hidapi];
nativeBuildInputs = [tree];
installPhase = ''
mkdir -p $out/bin
cp bin/g810-led $out/bin/
ln -s $out/bin/g810-led $out/bin/g815-led
'';
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment