about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-03 10:03:24 +0100
committerGitHub <noreply@github.com>2021-01-03 10:03:24 +0100
commit6ae069c9902e25280ef7b73a7f36b9f3e9f0c1b0 (patch)
tree164c8edd09d0b06ef7e48134f58338e215182828 /pkgs/top-level
parentb33eada9602427826a3e71949a0312d873f322f6 (diff)
parent03b99f0721a29bfa48084ff163af1e11f82dac3a (diff)
Merge pull request #108249 from prusnak/bowtie
bowtie: init at at 1.3.0
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 21dd073cc3380..0321d183b91ef 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -1624,6 +1624,8 @@ in
 
   boot = callPackage ../development/tools/build-managers/boot { };
 
+  bowtie = callPackage ../applications/science/biology/bowtie { };
+
   bowtie2 = callPackage ../applications/science/biology/bowtie2 { };
 
   boxfs = callPackage ../tools/filesystems/boxfs { };