summaryrefslogtreecommitdiff
path: root/odin/strm.nix
diff options
context:
space:
mode:
Diffstat (limited to 'odin/strm.nix')
-rw-r--r--odin/strm.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/odin/strm.nix b/odin/strm.nix
index 8fe4a68b..e0eb2696 100644
--- a/odin/strm.nix
+++ b/odin/strm.nix
@@ -5,7 +5,8 @@
5 5
6let 6let
7 manual-youtube = buildPerlPackage { 7 manual-youtube = buildPerlPackage {
8 name = "manual_youtube"; 8 version = "0.0.0";
9 pname = "manual_youtube";
9 10
10 src = ./strm/manual_youtube; 11 src = ./strm/manual_youtube;
11 12