about summary refs log tree commit diff
path: root/pkgs/development/compilers/ghcjs/head.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/ghcjs/head.nix')
-rw-r--r--pkgs/development/compilers/ghcjs/head.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/compilers/ghcjs/head.nix b/pkgs/development/compilers/ghcjs/head.nix
index 7f725a3a9adf..2cf6c8b39c24 100644
--- a/pkgs/development/compilers/ghcjs/head.nix
+++ b/pkgs/development/compilers/ghcjs/head.nix
@@ -45,4 +45,6 @@ bootPkgs.callPackage ./base.nix {
     "unix"
   ];
   stage2 = import ./head_stage2.nix;
+
+  patches = [ ./ghcjs-head.patch ];
 }