Eric Wolf
Eric Wolf
Hey there! How is it going?
If zellij operates like tmux (client and server, using a unix domain socket), you could just create the socket with 700 permissions in a known location. Now the user creating...
I erased the line `lib mstats` from `lib/vmalloc/features/vmalloc` and the lines `lib qfrexp` and `lib qldexp` from the file `lib/sfio/features/sfio` in the graphviz source tree and now I am stuck...
I still have lots of these in my build output ``` cc1: warning: /nix/store/175a2fgxir82dbdrn3a7xr7aji3136p9-graphviz/include: No such file or directory [-Wmissing-include-dirs] ``` don't know, why some package would expect an include...
Here is my diff for `graphviz-2.38.0.tar.gz` that made the builder succeed: ``` diff --git a/cmd/dot/Makefile.in b/cmd/dot/Makefile.in index 0c508e9..7656908 100644 --- a/cmd/dot/Makefile.in +++ b/cmd/dot/Makefile.in @@ -1177,7 +1177,6 @@ install-data-hook: # run...
Even adding `expat` to `buildInputs` doesn't change that.
According to this https://github.com/NixOS/nix/blob/4dcb183af31d5cb33b6ef8e581e77d1c892a58b9/src/libfetchers/git.cc#L282 `builtins.fetchGit` can't be used to fetch `HEAD` of remote repositories. (The default being `master` in spite of the documentation and it is always prefixed with `refs/heads`...
> > And if the rev is already resolved to a commit hash, it is unnecessary to provide a ref. > I dont think so, if you don't specify the...
> > I thought commit hashes were unique across the whole repository, so the ref is irrelevant in that case. > they may be unique but similar to how a...
ghc-8.4.3 on nixos