From 37c9f6469634cbca3e971bbfdad1fac5d3fcee0b Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Thu, 12 May 2022 13:41:55 -0600 Subject: shenvs/dsp: add octave:communications --- shenvs/dsp.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/shenvs/dsp.nix b/shenvs/dsp.nix index d5828e3..c3b5665 100644 --- a/shenvs/dsp.nix +++ b/shenvs/dsp.nix @@ -1,5 +1,7 @@ pkgs: { paths = with pkgs; [ - octave + (octave.withPackages (packages: with packages; [ + communications + ])) ]; } -- cgit v1.2.3