Skip to content

Running Emanote in Raspberry #239

Answered by bolt12
bolt12 asked this question in Q&A
Jan 24, 2022 · 2 comments · 13 replies
Discussion options

You must be logged in to vote

Sorry for the delay on this, but I can say that I was able to make it work on my RPI. The derivation looks something like this:

environment.systemPackages = let
emanote = (import (pkgs.fetchFromGitHub {owner = "srid"; repo = "emanote"; rev = "master"; sha256 = "055i83av5lqiya8qlasw0laznz2mqag8arpg1d55bzc2bgz08hin"; })).defaultPackage.aarch64-linux;
in
with pkgs; [
...

emanote
];

My RPI only has 1 GB of RAM so I had to up the swap space to about 8GB and leave it building for like 2 days but it succeeded! Thank you for all the support @srid . Hope this thread helps other people out!

Replies: 2 comments 13 replies

Comment options

You must be logged in to vote
10 replies
@srid
Comment options

@bolt12
Comment options

@bolt12
Comment options

@srid
Comment options

@bolt12
Comment options

Comment options

You must be logged in to vote
3 replies
@srid
Comment options

@srid
Comment options

@bolt12
Comment options

Answer selected by bolt12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants