diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-03-08 17:02:33 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-03-08 17:02:33 -0400 |
| commit | 15690355cfc8f3562a9664896e83ca7989cef603 (patch) | |
| tree | 24176a5cfca9e8550fca976810c5444f898150d6 /src/Propellor | |
| parent | 678a4873fab24addce1c4f264ce303b85b08550c (diff) | |
Remove make from propellor's dependency list
It's not used by propellor any longer. Has not been used for a long time
actually.
Diffstat (limited to 'src/Propellor')
| -rw-r--r-- | src/Propellor/Bootstrap.hs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Propellor/Bootstrap.hs b/src/Propellor/Bootstrap.hs index 045e5256..9d2d603d 100644 --- a/src/Propellor/Bootstrap.hs +++ b/src/Propellor/Bootstrap.hs @@ -94,7 +94,6 @@ depsCommand msys = "( " ++ intercalate " ; " (concat [osinstall, cabalinstall]) , "libghc-exceptions-dev" , "libghc-stm-dev" , "libghc-text-dev" - , "make" ] fbsddeps = [ "gnupg" @@ -112,7 +111,6 @@ depsCommand msys = "( " ++ intercalate " ; " (concat [osinstall, cabalinstall]) , "hs-exceptions" , "hs-stm" , "hs-text" - , "gmake" ] archlinuxdeps = [ "gnupg" @@ -131,7 +129,6 @@ depsCommand msys = "( " ++ intercalate " ; " (concat [osinstall, cabalinstall]) , "haskell-exceptions" , "haskell-stm" , "haskell-text" - , "make" ] installGitCommand :: Maybe System -> ShellCommand |
