summary refs log tree commit diff
path: root/pkgs/development/compilers/meta-environment/meta-build-env/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/meta-environment/meta-build-env/default.nix')
-rw-r--r--pkgs/development/compilers/meta-environment/meta-build-env/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/meta-environment/meta-build-env/default.nix b/pkgs/development/compilers/meta-environment/meta-build-env/default.nix
index 3869bdad84f..a5c7054c3a6 100644
--- a/pkgs/development/compilers/meta-environment/meta-build-env/default.nix
+++ b/pkgs/development/compilers/meta-environment/meta-build-env/default.nix
@@ -1,7 +1,7 @@
 {stdenv, fetchurl}: stdenv.mkDerivation {
   name = "meta-build-env-0.1";
   src = fetchurl {
-    url = http://www.meta-environment.org/releases/meta-build-env-0.1.tar.gz ;
+    url = "http://www.meta-environment.org/releases/meta-build-env-0.1.tar.gz";
     sha256 = "1imn1gaan4fv73v8w3k3lgyjzkcn7bdp69k6hlz0vqdg17ysd1x3";
   };