about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-06-05 13:04:18 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-06-05 13:04:18 +0200
commit1da6a7d4a915e48934fbaa27fe01db1211d00df7 (patch)
tree0f2d493f5b85054172ddae42ad3eadeddb5e24c6 /pkgs/applications/networking/p2p
parent246edc3df2ade0701aabc53e41d6c8c85f51ac24 (diff)
Remove illegal meta.src attributes
Diffstat (limited to 'pkgs/applications/networking/p2p')
-rw-r--r--pkgs/applications/networking/p2p/ldcpp/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/networking/p2p/ldcpp/default.nix b/pkgs/applications/networking/p2p/ldcpp/default.nix
index 1b601992aa6f0..6f282b30fa14e 100644
--- a/pkgs/applications/networking/p2p/ldcpp/default.nix
+++ b/pkgs/applications/networking/p2p/ldcpp/default.nix
@@ -33,6 +33,5 @@ stdenv.mkDerivation rec {
       [doScons doForceShare doPropagate]);
   meta = {
     description = "Linux DC++ - Direct Connect client";
-    inherit src;
   };
 }