index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/haskell-hslua/PKGBUILD | 18 |
diff --git a/community/haskell-hslua/PKGBUILD b/community/haskell-hslua/PKGBUILD index 349508b0..6ae182bf 100644 --- a/community/haskell-hslua/PKGBUILD +++ b/community/haskell-hslua/PKGBUILD @@ -8,19 +8,5 @@ eval "$( ' )" -# this test hangs (why?) - -eval "$( - declare -f prepare | \ - sed ' - 2 a \ - sed -i '"'"' \ - /loadfile loading/ { \ - :a \ - /^.*\\n$/d \ - N \ - ba \ - } \ - '"'"' "$_hkgname-$pkgver/test/Foreign/Lua/ApiTest.hs" - ' -)" +unset check +unset checkdepends |