8 stdenv.mkDerivation rec {
12 src = fetchFromGitHub {
15 rev = "v${lib.versions.majorMinor version}-ga.${lib.versions.patch version}";
16 hash = "sha256-FrmeaQhwLrNewS0HDlbWgCvVQ5U1l0jrw0YVuQdt9Ck=";
24 nativeBuildInputs = [ autoreconfHook ];
27 description = "Threading support library for Windows 7 and above";
28 homepage = "https://github.com/lhmouse/mcfgthread/wiki";
29 license = lib.licenses.gpl3Plus;
30 maintainers = with lib.maintainers; [ wegank ];
31 platforms = lib.platforms.windows;