patches and low-level development discussion
 help / color / mirror / code / Atom feed
blob 060009b6cfe3c2eb39dfcbb936c23f012a8e2445 579 bytes (raw)
name: tools/spectrum-installer/shell.nix 	 # note: path name is non-authoritative(*)

 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
 
# SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: 2025 iced contributors

# from https://github.com/iced-rs/iced/blob/master/DEPENDENCIES.md
# last updated 2025-11-11

{ pkgs ? import <nixpkgs> {} }:

pkgs.mkShell rec {
  buildInputs = with pkgs; [
    cargo
    lldb
    expat
    fontconfig
    freetype
    freetype.dev
    libGL
    pkg-config
    rustfmt
    xorg.libX11
    xorg.libXcursor
    xorg.libXi
    xorg.libXrandr
    wayland
    libxkbcommon
  ];

  LD_LIBRARY_PATH =
    builtins.foldl' (a: b: "${a}:${b}/lib") "${pkgs.vulkan-loader}/lib" buildInputs;
}

debug log:

solving 060009b ...
found 060009b in https://inbox.spectrum-os.org/spectrum-devel/20260104140102.106960-5-johannes.suellner@mailbox.org/

applying [1/1] https://inbox.spectrum-os.org/spectrum-devel/20260104140102.106960-5-johannes.suellner@mailbox.org/
diff --git a/tools/spectrum-installer/shell.nix b/tools/spectrum-installer/shell.nix
new file mode 100644
index 0000000..060009b

Checking patch tools/spectrum-installer/shell.nix...
Applied patch tools/spectrum-installer/shell.nix cleanly.

index at:
100644 060009b6cfe3c2eb39dfcbb936c23f012a8e2445	tools/spectrum-installer/shell.nix

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

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).