pkgs/upp: fetch remove inline patch from pr
This commit is contained in:
parent
6d32f8da73
commit
f92651afdf
2 changed files with 6 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue