diff --git a/default.nix b/default.nix
index e59afcb8f64e0a9e6f64e5c4d2e61c8399dd2711..5a71b3156c5177b36b3af172b3c87d3c33470b0b 100644
--- a/default.nix
+++ b/default.nix
@@ -75,4 +75,7 @@ }
else callPackage ./pkgs/stardict-tools {
inherit (sources) stardict-3;
};
}
diff --git a/nix/sources.json b/nix/sources.json
index 9570c8b9c701513b00999f88e51a7232f47ed193..9ee3bdb90f3a98985c7e61e643d00c28ca4a1cbd 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -202,5 +202,17 @@ "sha256": "0vmvhr1qlh0zih1v3xg7nnrfajrcy877cfphi5p249pyw3hsv0av",
"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": "ueberzug is an alternative for w3mimgdisplay",
"homepage": "",
"owner": "seebye",
"repo": "ueberzug",
"rev": "6f488070a8eda856289f19b70604c0f80ffd5bf0",
"sha256": "1cliar6vsbc2mlrpigk6j13i20832giprargggb5ivscmfakywi8",
"type": "tarball",
"url": "https://github.com/seebye/ueberzug/archive/6f488070a8eda856289f19b70604c0f80ffd5bf0.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}
}
diff --git a/pkgs/ueberzug/default.nix b/pkgs/ueberzug/default.nix
new file mode 100644
index 0000000000000000000000000000000000000000..660372931acdebcd8891550db2da005904951ceb
--- /dev/null
+++ b/pkgs/ueberzug/default.nix
@@ -0,0 +1,19 @@
+{ lib, buildPythonApplication, libX11, libXext, xlib, pillow, docopt, psutil
+, attrs, ueberzug }:
+buildPythonApplication rec {
+}
application/octet-stream
This content has been proxied by September (3851b).