Skip to content

Commit

Permalink
bashdb: init at 4.4-0.92 (#22275)
Browse files Browse the repository at this point in the history
  • Loading branch information
nthorne authored and joachifm committed Jan 29, 2017
1 parent 2f78639 commit 2eb8163
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pkgs/development/tools/misc/bashdb/default.nix
@@ -0,0 +1,17 @@
{ stdenv, fetchurl }:

stdenv.mkDerivation rec {
name = "bashdb-4.4-0.92";

src = fetchurl {
url = "mirror://sourceforge/bashdb/${name}.tar.bz2";
sha256 = "6a8c2655e04339b954731a0cb0d9910e2878e45b2fc08fe469b93e4f2dbaaf92";
};

meta = {
description = "Bash script debugger";
homepage = http://bashdb.sourceforge.net/;
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;
};
}
2 changes: 2 additions & 0 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -6728,6 +6728,8 @@ with pkgs;
ruby = ruby_2_2;
};

bashdb = callPackage ../development/tools/misc/bashdb { };

gdb = callPackage ../development/tools/misc/gdb {
guile = null;
hurd = gnu.hurdCross;
Expand Down

0 comments on commit 2eb8163

Please sign in to comment.