add gtk2hs-buildtools to pkg-deps.sh
This commit is contained in:
parent
355e48379d
commit
b39bdb20c7
@ -13,7 +13,7 @@ cd .pkg-deps
|
|||||||
ghc-pkg dot --global | sed '$d' > pkgs.dot
|
ghc-pkg dot --global | sed '$d' > pkgs.dot
|
||||||
|
|
||||||
# check for binary deps too
|
# check for binary deps too
|
||||||
for i in alex cabal-install cpphs darcs ghc happy haskell-platform hedgewars hscolour kaya xmonad; do
|
for i in alex cabal-install cpphs darcs ghc happy gtk2hs-buildtools haskell-platform hedgewars hscolour kaya xmonad; do
|
||||||
PKG_THERE=yes
|
PKG_THERE=yes
|
||||||
PKG=`rpm -q --qf "%{name}-%{version}" $i` || PKG_THERE=no
|
PKG=`rpm -q --qf "%{name}-%{version}" $i` || PKG_THERE=no
|
||||||
if [ "$PKG_THERE" = "yes" ]; then
|
if [ "$PKG_THERE" = "yes" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user