summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/applications/editors/vim/macvim.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/vim/macvim.nix b/pkgs/applications/editors/vim/macvim.nix
index 61c57611aac5c..d69c1e27c4aad 100644
--- a/pkgs/applications/editors/vim/macvim.nix
+++ b/pkgs/applications/editors/vim/macvim.nix
@@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
 
   version = "7.4.648";
 
-  src = self.fetchurl {
+  src = fetchurl {
     url = "https://github.com/genoma/macvim/archive/g-snapshot-32.tar.gz";
     sha256 = "1wqg5sy7krgqg3sj00gb34avg90ga2kbvv09bsxv2267j7agi0iq";
   };