1 { lib, stdenv, fetchurl }: let
3 in stdenv.mkDerivation {
4 pname = "long-shebang";
8 url = "https://github.com/shlevy/long-shebang/releases/download/v${version}/long-shebang-${version}.tar.xz";
9 sha256 = "10h29w1c5bm0rlscyjiz1kzb134rn92as6v4y7i8mhhmdh6mmf79";
13 description = "A tool for #! scripts with more than one argument";
15 homepage = "https://github.com/shlevy/long-shebang";
17 license = lib.licenses.mit;
19 platforms = lib.platforms.unix;