1 { lib, stdenv, fetchFromGitHub, autoreconfHook, freeglut, libGL, libGLU }:
3 let version = "0.0.7"; in
7 src = fetchFromGitHub {
8 owner = "linux-thinkpad";
11 sha256 = "0jywsrcr1wzkjig5cvz014c3r026sbwscbkv7zh1014lkjm0kyyh";
14 nativeBuildInputs = [ autoreconfHook ];
15 buildInputs = [ freeglut libGL libGLU ];
18 description = "GL-based laptop model that rotates in real-time via hdaps";
19 homepage = "https://github.com/linux-thinkpad/hdaps-gl";
20 license = licenses.gpl2;
21 platforms = platforms.linux;
22 maintainers = [ maintainers.symphorien ];