14 stdenv.mkDerivation rec {
16 version = "unstable-2019-11-19";
18 src = fetchFromGitHub {
19 owner = "codeplaysoftware";
21 rev = "b47d498ee2d6b77ec21972de5882e8e12efecd6c";
22 sha256 = "0fy0y1rcfb11p3vijd8wym6xkaicav49pv2bv2l18rma929n1m1m";
42 "-DBUILD_SHARED_LIBS=ON"
43 "-DLYRA_INCLUDE_DIRS=${lib.getDev lyra}/include"
46 # Required for ronn to compile the manpage.
47 RUBYOPT = "-KU -E utf-8:utf-8";
51 homepage = "https://github.com/codeplaysoftware/sycl-info";
52 description = "Tool to show information about available SYCL implementations";
53 platforms = platforms.linux;
54 license = licenses.asl20;
55 maintainers = with maintainers; [ davidtwco ];