diff --git a/default.nix b/default.nix
index 2362e901e96208dcddca054003a6e57d2aa48210..1ceddb90720c9337e16e5aaeed4d81a7ca3f8a50 100644
--- a/default.nix
+++ b/default.nix
@@ -79,6 +79,9 @@ }
else callPackage ./pkgs/stardict-tools {
inherit (sources) stardict-3;
};
ueberzug = python3Packages.callPackage ./pkgs/ueberzug {
inherit (sources) ueberzug;
};
diff --git a/nix/sources.json b/nix/sources.json
index ec9479c2f7b1e3c62d728899c2993dcb4a74b5e3..9ebcc4067612319d890342c713d24328623e15fb 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -215,6 +215,18 @@ "type": "tarball",
"url": "https://github.com/huzheng001/stardict-3/archive/8c5c26996dca52d6bda0aedb5da0381db930a733.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"branch": "master",
"description": "Bash script for upload file to cloud storage based on OpenStack Swift API.",
"homepage": "",
"owner": "selectel",
"repo": "supload",
"rev": "70690682867713c68d7c6daa833a1013e79df407",
"sha256": "0di1hr9j2wdicj6n2mlf9achfxd05rqwrfnymsnxhhy7sv50n2bm",
"type": "tarball",
"url": "https://github.com/selectel/supload/archive/70690682867713c68d7c6daa833a1013e79df407.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
"ueberzug": {
"branch": "master",
"description": "ueberzug is an alternative for w3mimgdisplay",
diff --git a/pkgs/supload/default.nix b/pkgs/supload/default.nix
new file mode 100644
index 0000000000000000000000000000000000000000..1932d0e692619936c67e47b6a77431b0d41ddc15
--- /dev/null
+++ b/pkgs/supload/default.nix
@@ -0,0 +1,31 @@
+{ stdenv, curl, file, coreutils, supload }:
+stdenv.mkDerivation rec {
--replace '`which curl`' '${curl}/bin/curl' \
--replace '`which file`' '${file}/bin/file' \
--replace '`which md5sum`' '${coreutils}/bin/md5sum'
+}
application/octet-stream
This content has been proxied by September (3851b).