summaryrefslogtreecommitdiff
path: root/Biz/Bild/Deps/wemux.nix
diff options
context:
space:
mode:
Diffstat (limited to 'Biz/Bild/Deps/wemux.nix')
-rw-r--r--Biz/Bild/Deps/wemux.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/Biz/Bild/Deps/wemux.nix b/Biz/Bild/Deps/wemux.nix
deleted file mode 100644
index b9f1dd8..0000000
--- a/Biz/Bild/Deps/wemux.nix
+++ /dev/null
@@ -1,11 +0,0 @@
-{ sources, stdenv }:
-
-stdenv.mkDerivation rec {
- name = "wemux-${version}";
- version = "2020.04.03";
- src = sources.wemux;
- installPhase = ''
- mkdir -p $out/bin
- install ${src}/wemux $out/bin
- '';
-}