about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2020-04-08 17:02:57 +0200
committerGitHub <noreply@github.com>2020-04-08 17:02:57 +0200
commit044a1f03dbb98f25e4b7b5d390f2ce7b829ea978 (patch)
tree3e86ce6f84a8cadc7f06b761b0eaa8f34e009ad9 /pkgs/top-level
parent258980146c9ac88f1aad12d782e460f21c61b5cd (diff)
parenta74ecff70a3960166d88e2ef0ec19ea5e63be081 (diff)
downloadnixlib-044a1f03dbb98f25e4b7b5d390f2ce7b829ea978.tar
nixlib-044a1f03dbb98f25e4b7b5d390f2ce7b829ea978.tar.gz
nixlib-044a1f03dbb98f25e4b7b5d390f2ce7b829ea978.tar.bz2
nixlib-044a1f03dbb98f25e4b7b5d390f2ce7b829ea978.tar.lz
nixlib-044a1f03dbb98f25e4b7b5d390f2ce7b829ea978.tar.xz
nixlib-044a1f03dbb98f25e4b7b5d390f2ce7b829ea978.tar.zst
nixlib-044a1f03dbb98f25e4b7b5d390f2ce7b829ea978.zip
Merge pull request #83163 from lasandell/shortwave-1.0.1
shortwave: init at 1.0.1
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 1532feba44fc..16ef0cc0ffe3 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -21626,6 +21626,8 @@ in
 
   shfmt = callPackage ../tools/text/shfmt { };
 
+  shortwave = callPackage ../applications/audio/shortwave { };
+
   shotgun = callPackage ../tools/graphics/shotgun {};
 
   shutter = callPackage ../applications/graphics/shutter { };