about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/camlimages
diff options
context:
space:
mode:
authorMathijs Kwik <mathijs@bluescreen303.nl>2013-06-25 09:17:34 +0200
committerMathijs Kwik <mathijs@bluescreen303.nl>2013-06-27 21:35:21 +0200
commit7f413e4d5c3d0e0374a3ea8d1c575ceb7249be16 (patch)
tree2e9e697250f10147e1aeb83b4081a328641c018c /pkgs/development/ocaml-modules/camlimages
parent0689016e3edf46cdf747740d0e8d0c457a33b0a4 (diff)
downloadnixlib-7f413e4d5c3d0e0374a3ea8d1c575ceb7249be16.tar
nixlib-7f413e4d5c3d0e0374a3ea8d1c575ceb7249be16.tar.gz
nixlib-7f413e4d5c3d0e0374a3ea8d1c575ceb7249be16.tar.bz2
nixlib-7f413e4d5c3d0e0374a3ea8d1c575ceb7249be16.tar.lz
nixlib-7f413e4d5c3d0e0374a3ea8d1c575ceb7249be16.tar.xz
nixlib-7f413e4d5c3d0e0374a3ea8d1c575ceb7249be16.tar.zst
nixlib-7f413e4d5c3d0e0374a3ea8d1c575ceb7249be16.zip
whitespace cleaning
Diffstat (limited to 'pkgs/development/ocaml-modules/camlimages')
-rw-r--r--pkgs/development/ocaml-modules/camlimages/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/camlimages/default.nix b/pkgs/development/ocaml-modules/camlimages/default.nix
index 037ebdea6b61..29816d297b57 100644
--- a/pkgs/development/ocaml-modules/camlimages/default.nix
+++ b/pkgs/development/ocaml-modules/camlimages/default.nix
@@ -9,7 +9,7 @@ in
 stdenv.mkDerivation {
   name = "${pname}-${version}";
 
-  src = fetchurl { 
+  src = fetchurl {
     url = "https://bitbucket.org/camlspotter/camlimages/get/v4.0.1.tar.gz";
     sha256 = "b40237c1505487049799a7af296eb3996b3fa08eab94415546f46d61355747c4";
   };