propellor spin

This commit is contained in:
Joey Hess 2015-03-11 22:24:09 -04:00
parent 98efe5e555
commit 971d688a72
Failed to extract signature
1 changed files with 2 additions and 2 deletions

View File

@ -26,12 +26,12 @@ scrollBox :: Property HasInfo
scrollBox = propertyList "scroll shell box" $ props
& alias "scroll.joeyh.name"
& User.accountFor "scroll"
& Git.cloned "scroll" "git://git.kitenet.net/scroll" (d </> "scroll") Nothing
& Git.cloned "root" "git://git.kitenet.net/scroll" (d </> "scroll") Nothing
& Apt.installed ["ghc", "make", "cabal-install", "libghc-vector-dev",
"libghc-bytestring-dev", "libghc-mtl-dev", "libghc-ncurses-dev",
"libghc-random-dev", "libghc-monad-loops-dev",
"libghc-ifelse-dev", "libghc-case-insensitive-dev"]
& userScriptProperty "scroll"
& scriptProperty
[ "cd " ++ d </> "scroll"
, "cabal configure"
, "make"