diff options
author | davidovski <david@davidovski.xyz> | 2022-02-03 01:48:43 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-03 01:48:43 +0000 |
commit | 8659986b32f4fa9be9bc49efa255d83dcc91c0e8 (patch) | |
tree | e389e6e1dae30fd865099862bcfada8f1cd392c8 /repo/system/nss.xibuild | |
parent | 1ac46c59b09708bf53af6b97257713ebc757ba04 (diff) |
added patch to various makedeps
Diffstat (limited to 'repo/system/nss.xibuild')
-rw-r--r-- | repo/system/nss.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/nss.xibuild b/repo/system/nss.xibuild index 46d3dad..d29d84a 100644 --- a/repo/system/nss.xibuild +++ b/repo/system/nss.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -MAKEDEPS=(make gyp perl mercurial python) +MAKEDEPS=(make gyp perl mercurial python patch) DEPS=(nspr libp11-kit bash zlib) PKG_VER=3.74 |