mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
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:
parent
45e2ff349f
commit
9f771202c1
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user