commit eb1219ae06040dd52957ec06cc8a35abefd72a1a
parent eb16da3bfda02fe8c3aa3152b0bda8211ffa5dcf
Author: Nikolay Korotkiy <sikmir@gmail.com>
Date: Fri, 7 May 2021 14:30:55 +0300
Fix taskcoach
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkgs/misc/taskcoach/default.nix b/pkgs/misc/taskcoach/default.nix
@@ -1,4 +1,4 @@
-{ lib, fetchurl, python2Packages, libXScrnSaver, makeWrapper }:
+{ lib, stdenv, fetchurl, python2Packages, libXScrnSaver, makeWrapper }:
python2Packages.buildPythonApplication rec {
pname = "taskcoach";