pkgs/upp: fetch remove inline patch from pr

This commit is contained in:
Wroclaw 2025-05-25 20:47:24 +02:00
parent 6d32f8da73
commit f92651afdf
2 changed files with 6 additions and 14 deletions

View file

@ -2,6 +2,7 @@
lib,
callPackage,
fetchFromGitHub,
fetchpatch,
makeWrapper,
pkg-config,
stdenv,
@ -68,7 +69,11 @@ in {
patches = [
./no-build-info.patch
./remove-inline-from-HighlightSetup-InitOnce.patch
(fetchpatch {
# https://github.com/ultimatepp/ultimatepp/pull/271
url = "https://github.com/ultimatepp/ultimatepp/commit/db5cad68673f9571e6571116e0570e22e3e44fe8.patch";
hash = "sha256-t2PducjE6b5MjDSAIKvEMdHnT8oTGmI073qYuhLFCh0=";
})
];
postPatch = ''
patchShebangs ./configure_makefile