bsh: add pname and version, also move to by-name (#482980)
This commit is contained in:
9
pkgs/by-name/bs/bsh/package.nix
Normal file
9
pkgs/by-name/bs/bsh/package.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ fetchurl }:
|
||||
|
||||
fetchurl (finalAttrs: {
|
||||
name = "${finalAttrs.pname}-${finalAttrs.version}.jar";
|
||||
pname = "bsh";
|
||||
version = "2.0b5";
|
||||
url = "http://www.beanshell.org/bsh-${finalAttrs.version}.jar";
|
||||
hash = "sha256-YjIZlWOAc1SzvLWs6z3BNlAvAixrDvdDmHqD9m/uWlw=";
|
||||
})
|
||||
@@ -1675,11 +1675,6 @@ with pkgs;
|
||||
|
||||
bozohttpd-minimal = bozohttpd.override { minimal = true; };
|
||||
|
||||
bsh = fetchurl {
|
||||
url = "http://www.beanshell.org/bsh-2.0b5.jar";
|
||||
hash = "sha256-YjIZlWOAc1SzvLWs6z3BNlAvAixrDvdDmHqD9m/uWlw=";
|
||||
};
|
||||
|
||||
cabal2nix-unwrapped = haskell.lib.compose.justStaticExecutables (
|
||||
haskellPackages.generateOptparseApplicativeCompletions [ "cabal2nix" ] haskellPackages.cabal2nix
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user