about summary refs log tree commit diff
path: root/pkgs/development/compilers/elm/0001-remove-custom-build-step.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/elm/0001-remove-custom-build-step.patch')
-rw-r--r--pkgs/development/compilers/elm/0001-remove-custom-build-step.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/pkgs/development/compilers/elm/0001-remove-custom-build-step.patch b/pkgs/development/compilers/elm/0001-remove-custom-build-step.patch
deleted file mode 100644
index e229a0c239e0..000000000000
--- a/pkgs/development/compilers/elm/0001-remove-custom-build-step.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From a164f7a2b662831ba26f5cebce23f97f1b5afccd Mon Sep 17 00:00:00 2001
-From: Tom Hunger <tehunger@gmail.com>
-Date: Thu, 8 Jan 2015 14:07:17 +0000
-Subject: [PATCH] remove-custom-build-step
-
----
- Setup.hs | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/Setup.hs b/Setup.hs
-index 6f80fd8..a45ffc1 100644
---- a/Setup.hs
-+++ b/Setup.hs
-@@ -19,8 +19,6 @@ main =
- myPostBuild :: Args -> BuildFlags -> PackageDescription -> LocalBuildInfo -> IO ()
- myPostBuild args flags pd lbi =
-   do  putStrLn "Custom build step: compiling debuggerInterface.elm"
--      buildInterface
--      concatJS lbi
-       postBuild simpleUserHooks args flags pd lbi
- 
- 
--- 
-1.9.4
-