nvimpager: push cross compilation fix upstream
This commit is contained in:
@@ -642,16 +642,18 @@ in with final; {
|
||||
# # buildInputs = lib.remove gnupg upstream.buildInputs;
|
||||
# });
|
||||
|
||||
# 2025/02/10: upstreaming is blocked on ruby
|
||||
nvimpager = prev.nvimpager.overrideAttrs (upstream: {
|
||||
# fix so nvimpager specifies host machine sh as interpreter, not build sh
|
||||
buildInputs = upstream.buildInputs ++ [
|
||||
bash
|
||||
];
|
||||
postFixup = (upstream.postFixup or "") + ''
|
||||
patchShebangs --update --host $out/bin/nvimpager
|
||||
'';
|
||||
});
|
||||
# 2025/03/17: out for PR <https://github.com/NixOS/nixpkgs/pull/390878>
|
||||
# full cross compilation is blocked on ruby though; this only works by me manually
|
||||
# overriding neovim to build w/o ruby
|
||||
# nvimpager = prev.nvimpager.overrideAttrs (upstream: {
|
||||
# # fix so nvimpager specifies host machine sh as interpreter, not build sh
|
||||
# buildInputs = upstream.buildInputs ++ [
|
||||
# bash
|
||||
# ];
|
||||
# postFixup = (upstream.postFixup or "") + ''
|
||||
# patchShebangs --update --host $out/bin/nvimpager
|
||||
# '';
|
||||
# });
|
||||
|
||||
# 2025/01/25: upstreaming is unblocked
|
||||
papers = prev.papers.override {
|
||||
|
Reference in New Issue
Block a user