patches and low-level development discussion
 help / color / mirror / code / Atom feed
b45ab330c348993059384d7d29a8a2eb16639119 blob 963 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
 
{ common-mk, lib
, abseil-cpp, mesa, grpc, openssl, libdrm, xlibs, protobuf, wayland
, libxkbcommon, vm_protos, linuxHeaders, c-ares, zlib
}:

common-mk {
  platformSubdir = "vm_tools/sommelier";

  platform2Patches = [
    ./0005-sommelier-don-t-leak-source-absolute-paths.patch
    ./0006-Revert-Revert-vm_tools-sommelier-Switch-to-the-stabl.patch
  ];

  buildInputs = [
    abseil-cpp mesa grpc openssl libdrm protobuf wayland libxkbcommon vm_protos
    linuxHeaders c-ares zlib
  ] ++ (with xlibs; [ pixman libxcb libX11 ]);

  gnArgs.use_demos = false;

  NIX_CFLAGS_COMPILE = [
    "-Wno-error=sign-compare"
    "-Wno-error=stringop-truncation"
    "-Wno-error=class-memaccess"
    "-Wno-error=maybe-uninitialized"
  ];

  installPhase = ''
    mkdir -p $out/bin
    install sommelier $out/bin
  '';

  meta = with lib; {
    description = "Nested Wayland compositor with support for X11 forwarding";
    maintainers = with maintainers; [ qyliss ];
  };
}
debug log:

solving b45ab330c34 ...
found b45ab330c34 in https://spectrum-os.org/git/nixpkgs

Code repositories for project(s) associated with this public inbox

	https://spectrum-os.org/git/crosvm
	https://spectrum-os.org/git/doc
	https://spectrum-os.org/git/mktuntap
	https://spectrum-os.org/git/nixpkgs
	https://spectrum-os.org/git/spectrum
	https://spectrum-os.org/git/ucspi-vsock
	https://spectrum-os.org/git/www

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).