summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorCharles Strahan <charles.c.strahan@gmail.com>2015-08-04 17:46:45 -0500
committerCharles Strahan <charles.c.strahan@gmail.com>2015-08-04 17:46:45 -0500
commit7c1a3da1c414abb7a9eab8ea103c5ac77c1105bc (patch)
tree6d43e6d59698a5fef58559eeff391ad18174d16b /pkgs/applications
parent6f08fdd26ae362a84487baffed0d48fbd56282e1 (diff)
downloadnixlib-7c1a3da1c414abb7a9eab8ea103c5ac77c1105bc.tar
nixlib-7c1a3da1c414abb7a9eab8ea103c5ac77c1105bc.tar.gz
nixlib-7c1a3da1c414abb7a9eab8ea103c5ac77c1105bc.tar.bz2
nixlib-7c1a3da1c414abb7a9eab8ea103c5ac77c1105bc.tar.lz
nixlib-7c1a3da1c414abb7a9eab8ea103c5ac77c1105bc.tar.xz
nixlib-7c1a3da1c414abb7a9eab8ea103c5ac77c1105bc.tar.zst
nixlib-7c1a3da1c414abb7a9eab8ea103c5ac77c1105bc.zip
macvim: fix bad copy/paste in 6f08fdd26
In 6f08fdd26, I left in a typo after copying from my `~/.nixpkgs/config`.
I would normally test this out locally, but I'm fixing up my conf locally,
and, in the interest of not forgetting to push this change up, made the edit
through GitHub's UI.
Oops.
Diffstat (limited to 'pkgs/applications')
-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 61c57611aac5..d69c1e27c4aa 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";
   };