From 4cfb374a5d2e9b51ee33d191888f8d797687f4d7 Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 5 Sep 2025 03:43:33 +0000 Subject: [PATCH] nixpkgs: remove upstreamed gmobile cross patch --- pkgs/by-name/nixpkgs-bootstrap/patches.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pkgs/by-name/nixpkgs-bootstrap/patches.nix b/pkgs/by-name/nixpkgs-bootstrap/patches.nix index 707d008dc..df0ca69a5 100644 --- a/pkgs/by-name/nixpkgs-bootstrap/patches.nix +++ b/pkgs/by-name/nixpkgs-bootstrap/patches.nix @@ -62,13 +62,6 @@ in hash = "sha256-B7s2aNVony+G7FW2PaR7FVO7zzWa7SiLONWRGrsXA3A="; }) - (fetchpatch' { - name = "gmobile: set strictDeps, fix cross compilation"; - prUrl = "https://github.com/NixOS/nixpkgs/pull/437700"; - # saneCommit = "223b327fcc0775212bcc30a0bfb57c90ce5e3251"; - hash = "sha256-3zxCtRlliCpaDbJBV4hioQG7ehFvA9Co1JQdGStY1Js="; - }) - (fetchpatch' { # desko nixpkgs branch: `pr-papers-cross` name = "papers: fix cross compilation";