about summary refs log tree commit diff
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2019-12-08 02:45:54 +0100
committerProfpatsch <mail@profpatsch.de>2019-12-08 02:45:54 +0100
commitf3bc66cbbc4e14940c5b05b1078d1b40fb9807ee (patch)
tree5ab372e43b4da1ffc4483f284273e462501a6da1
parent1f0476f0bfccc0553cc98fb45f46c8babc11fca2 (diff)
pkgs/profpatsch: fixup missing sandbox arg
-rw-r--r--pkgs/profpatsch/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/profpatsch/default.nix b/pkgs/profpatsch/default.nix
index 14666867..eba52312 100644
--- a/pkgs/profpatsch/default.nix
+++ b/pkgs/profpatsch/default.nix
@@ -134,7 +134,7 @@ in rec {
     inherit (pkgs.haskellPackages) ghcWithPackages;
   };
   youtube2audiopodcast = callPackage ./youtube2audiopodcast {
-    inherit writeExecline getBins runInEmptyEnv;
+    inherit writeExecline getBins runInEmptyEnv sandbox;
   };
 
   inherit (callPackage ./utils-hs {})