Skip to content

Instantly share code, notes, and snippets.

@arcnmx
Last active August 19, 2019 00:23
Show Gist options
  • Save arcnmx/dfd8e2dc11fcef85a91d38c2190873b6 to your computer and use it in GitHub Desktop.
Save arcnmx/dfd8e2dc11fcef85a91d38c2190873b6 to your computer and use it in GitHub Desktop.
nix-build -E 'with import <nixpkgs> {}; nixStable.overrideAttrs (old: {
buildInputs = old.buildInputs ++ [readline];
EDITLINE_LIBS = "${readline}/lib/libreadline${hostPlatform.extensions.sharedLibrary}";
EDITLINE_CFLAGS = "-DREADLINE";
doInstallCheck=false;
})'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment