patches and low-level development discussion
 help / color / mirror / code / Atom feed
blob 72445c9097ba40a6f49c336f16e6ea7079dfd70e 448 bytes (raw)
name: pkgs/gtk3/default.nix 	 # note: path name is non-authoritative(*)

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

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

super.gtk3.overrideAttrs ({ patches ? [], ... }: {
  patches = patches ++ [
    (final.fetchpatch {
      url = "https://gitlab.gnome.org/GNOME/gtk/-/commit/8569e206badbee1b27ff0e27316391b8d8c3f987.patch";
      hash = "sha256-OdBhCGtz+3HS8LRhp+GCj3dL4pntybiI9b3A3kc5+OY=";
    })
  ];
}))

debug log:

solving 72445c9 ...
found 72445c9 in https://inbox.spectrum-os.org/spectrum-devel/20251126213407.1773744-1-hi@alyssa.is/

applying [1/1] https://inbox.spectrum-os.org/spectrum-devel/20251126213407.1773744-1-hi@alyssa.is/
diff --git a/pkgs/gtk3/default.nix b/pkgs/gtk3/default.nix
new file mode 100644
index 0000000..72445c9

Checking patch pkgs/gtk3/default.nix...
Applied patch pkgs/gtk3/default.nix cleanly.

index at:
100644 72445c9097ba40a6f49c336f16e6ea7079dfd70e	pkgs/gtk3/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/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).