diff --git a/default.nix b/default.nix
index e137a515f1b9a88bbb1beaa6bfb19112657abdfe..3d5537e4cef508d3b2393a2ed19b7f764b1bb5a2 100644
--- a/default.nix
+++ b/default.nix
@@ -77,6 +77,9 @@ imgp = python3Packages.callPackage ./pkgs/imgp {
inherit (sources) imgp;
};
ish = callPackage ./pkgs/ish { };
mapsoft = callPackage ./pkgs/mapsoft {
inherit (sources) mapsoft;
};
diff --git a/nix/sources.json b/nix/sources.json
index d51515e66392472e402929a1204a752e971e3206..87c8b6b86b7738e723b8c0342a7b25db07210d58 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -191,6 +191,18 @@ "type": "tarball",
"url": "https://github.com/jarun/imgp/archive/9a50724cbc97a282ed79476398ab6ff3f6f7339e.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"branch": "master",
"description": "A library of shell functions",
"homepage": "https://github.com/legionus/libshell",
"owner": "legionus",
"repo": "libshell",
"rev": "b05a238290160d67c4253208b9c9523643c7471a",
"sha256": "0xdg1xnkwi70c0q5aw288zr51b1iwvbnjxm0ld1j0smaza7xndad",
"type": "tarball",
"url": "https://github.com/legionus/libshell/archive/b05a238290160d67c4253208b9c9523643c7471a.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
"lsd2dsl": {
"branch": "master",
"description": "Lingvo dictionaries decompiler",
diff --git a/pkgs/libshell/default.nix b/pkgs/libshell/default.nix
new file mode 100644
index 0000000000000000000000000000000000000000..79c2e942828d6b8a570f9493d9b0a6806bf0b77f
--- /dev/null
+++ b/pkgs/libshell/default.nix
@@ -0,0 +1,31 @@
+{ stdenv, dash, help2man, ncurses, scdoc, libshell }:
+stdenv.mkDerivation rec {
--replace "/usr" ""
--replace "/usr" ""
--replace "/bin/ash" "${dash}/bin/dash"
+}
application/octet-stream
This content has been proxied by September (3851b).