about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p/frostwire
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-08-08 03:03:47 +0200
committerGitHub <noreply@github.com>2021-08-08 03:03:47 +0200
commitbfa5320d84f7974a67e0fc3c64b7940eb2f5d294 (patch)
tree03fb2e133c10e3eb000f52ecca446260dd935ded /pkgs/applications/networking/p2p/frostwire
parent97b28be52c7407ef4671cd052ebed8091a223f05 (diff)
parent913f76c9d9531f3b44f16bd4796848c07ea6f028 (diff)
Merge pull request #133070 from SuperSandro2000/frostwire-bin
frostwire: remove extra with lib
Diffstat (limited to 'pkgs/applications/networking/p2p/frostwire')
-rw-r--r--pkgs/applications/networking/p2p/frostwire/frostwire-bin.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/networking/p2p/frostwire/frostwire-bin.nix b/pkgs/applications/networking/p2p/frostwire/frostwire-bin.nix
index 017525142881b..0f7a806ed8f12 100644
--- a/pkgs/applications/networking/p2p/frostwire/frostwire-bin.nix
+++ b/pkgs/applications/networking/p2p/frostwire/frostwire-bin.nix
@@ -1,7 +1,5 @@
 { lib, stdenv, fetchurl, jre, makeWrapper }:
 
-with lib;
-
 stdenv.mkDerivation rec {
   version = "6.9.4";
   pname = "frostwire";