neuron-notes: create a top-level attribute for haskellPackages.neuron

The obvious choice, "neuron", is already taken by a python package, so I called
it "neuron-notes" instead. If anyone has a better suggestion how to call this
entry, please let me know.
This commit is contained in:
Peter Simons 2020-07-25 12:50:42 +02:00
parent 45e2ff349f
commit 9f771202c1

View file

@ -5535,6 +5535,8 @@ in
ngrep = callPackage ../tools/networking/ngrep { };
neuron-notes = haskell.lib.justStaticExecutables (haskell.lib.generateOptparseApplicativeCompletion "neuron" haskellPackages.neuron);
ngrok = ngrok-2;
ngrok-2 = callPackage ../tools/networking/ngrok-2 { };