summaryrefslogtreecommitdiff
path: root/Property/JoeySites.hs
diff options
context:
space:
mode:
authorJoey Hess2014-03-30 22:38:33 -0400
committerJoey Hess2014-03-30 22:38:33 -0400
commit4d4ded36d2f8d924ecff962b65c0e08386518954 (patch)
tree7d0bab74a9b6220a5714a80fd4ad8fee234ca191 /Property/JoeySites.hs
parentabc34ec05d684fe602415da66bcf1b965ced2505 (diff)
propellor spin
Diffstat (limited to 'Property/JoeySites.hs')
-rw-r--r--Property/JoeySites.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Property/JoeySites.hs b/Property/JoeySites.hs
index c016c762..c82c1ab0 100644
--- a/Property/JoeySites.hs
+++ b/Property/JoeySites.hs
@@ -9,7 +9,7 @@ import qualified Property.Apt as Apt
oldUseNetshellBox :: Property
oldUseNetshellBox = check (not <$> Apt.isInstalled "oldusenet") $
propertyList ("olduse.net shellbox")
- [ Apt.installed (words "build-essential devscripts debhelper git libncurses5w-dev libpcre3-dev pkg-config bison libicu-dev libcanlock2-dev libuu-dev ghc libghc-strptime-dev libghc-hamlet-dev libghc-ifelse-dev libghc-hxt-dev libghc-utf8-string-dev libghc-missingh-dev libghc-sha-dev")
+ [ Apt.installed (words "build-essential devscripts debhelper git libncursesw5-dev libpcre3-dev pkg-config bison libicu-dev libidn11-dev libcanlock2-dev libuu-dev ghc libghc-strptime-dev libghc-hamlet-dev libghc-ifelse-dev libghc-hxt-dev libghc-utf8-string-dev libghc-missingh-dev libghc-sha-dev")
`describe` "olduse.net build deps"
, scriptProperty
[ "rm -rf /root/tmp/oldusenet" -- idenpotency