patches and low-level development discussion
 help / color / mirror / code / Atom feed
blob 4c7855bd489814ea319667832540cc6afdd9c8dc 833 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
 
# 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 {
        url = "https://github.com/skarnet/s6/commit/c3a8ef7034fb2bc02f35381a8970ac026822a810.patch";
        hash = "sha256-lgCoPbEYru6/a2bpVpLsZ2Rq2OHhNVs0lDgFO/df1Aw=";
      })
    ];
  });

  mdevd = prev.mdevd.overrideAttrs ({ patches ? [], ... }: {
    patches = patches ++ [
      (final.fetchpatch {
        url = "https://github.com/skarnet/mdevd/commit/252f241e425bf09ddfb4a824e40403f40da0da1e.patch";
        hash = "sha256-0tEC+yJGyPapsxBqzBXPztF3bl7OwjVAGjhNXtwZQ0g=";
      })
    ];
  });
}))

debug log:

solving 4c7855b ...
found 4c7855b in https://spectrum-os.org/git/spectrum

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