summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2016-03-05 17:25:51 -0400
committerJoey Hess2016-03-05 17:25:51 -0400
commit96190892e24d13db48eb76f9c20e0c076262a638 (patch)
tree2685098d362e8ddf3286f026410e32dc08fe911c /src
parentd551752ac333b809b5e6174fabd0324f9b377f1b (diff)
add libmagic
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs b/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
index cde6b7d9..2932baf7 100644
--- a/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
+++ b/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
@@ -80,7 +80,7 @@ buildDepsNoHaskellLibs = Apt.installed
"liblockfile-simple-perl", "cabal-install", "vim", "less",
-- needed by haskell libs
"libxml2-dev", "libidn11-dev", "libgsasl7-dev", "libgnutls28-dev",
- "alex", "happy", "c2hs"
+ "libmagic-dev", "alex", "happy", "c2hs"
]
haskellPkgsInstalled :: String -> Property NoInfo