patches and low-level development discussion
 help / color / mirror / code / Atom feed
blob 4abcf37a69884fc55c8e6deb2f2800003d9965ec 571 bytes (raw)
name: pkgs/skaware-packages/default.nix 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
 
# SPDX-FileCopyrightText: 2025 Alyssa Ross <hi@alyssa.is>
# SPDX-License-Identifier: MIT

import ../../lib/overlay-package.nix [ "skawarePackages" ] ({ final, super }:

super.skawarePackages.overrideScope (_: prev: {
  s6 = prev.s6.overrideAttrs ({ patches ? [], ... }: {
    patches = patches ++ [
      (final.fetchpatch {
        name = "s6-notify-fd-from-socket.patch";
        url = "https://github.com/skarnet/s6/commit/a1388a8661d4c1b1073d3cf62b35d3b80815c4a7.patch";
        hash = "sha256-bxue4TgKg6tVjS+Lx2bLqZyaQdPoIX5ZgIHqy6aIxq8=";
      })
    ];
  });
}))

debug log:

solving 4abcf37a ...
found 4abcf37a in https://inbox.spectrum-os.org/spectrum-devel/20260710195907.98981-2-hi@alyssa.is/

applying [1/1] https://inbox.spectrum-os.org/spectrum-devel/20260710195907.98981-2-hi@alyssa.is/
diff --git a/pkgs/skaware-packages/default.nix b/pkgs/skaware-packages/default.nix
new file mode 100644
index 00000000..4abcf37a

Checking patch pkgs/skaware-packages/default.nix...
Applied patch pkgs/skaware-packages/default.nix cleanly.

index at:
100644 4abcf37a69884fc55c8e6deb2f2800003d9965ec	pkgs/skaware-packages/default.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/doc
	https://spectrum-os.org/git/mktuntap
	https://spectrum-os.org/git/spectrum
	https://spectrum-os.org/git/ucspi-vsock

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