about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/scudcloud
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/scudcloud')
-rw-r--r--pkgs/applications/networking/instant-messengers/scudcloud/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/instant-messengers/scudcloud/default.nix b/pkgs/applications/networking/instant-messengers/scudcloud/default.nix
index 55935f69e1c8c..29d4c3600c390 100644
--- a/pkgs/applications/networking/instant-messengers/scudcloud/default.nix
+++ b/pkgs/applications/networking/instant-messengers/scudcloud/default.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, fetchurl, python3Packages }:
+{ lib, fetchurl, python3Packages }:
 
 let version = "1.63";
 in python3Packages.buildPythonPackage {