Skip to content

Commit

Permalink
Merge/Dependencies.hs: add 'Xpm' extralib for real
Browse files Browse the repository at this point in the history
commit d5c7333
did it incorrectly by adding lib to tools.

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
  • Loading branch information
Sergei Trofimovich committed Sep 30, 2014
1 parent d5c7333 commit d821945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Merge/Dependencies.hs
Expand Up @@ -341,6 +341,7 @@ staticTranslateExtraLib lib = lookup lib m
, ("dl", any_c_p "virtual" "libc")
, ("glfw", any_c_p "media-libs" "glfw")
, ("nettle", any_c_p "dev-libs" "nettle")
, ("Xpm", any_c_p "x11-libs" "libXpm")
]

---------------------------------------------------------------
Expand Down Expand Up @@ -375,7 +376,6 @@ buildToolsTable =
, ("llvm-config", any_c_p "sys-devel" "llvm")
, ("cpphs", any_c_p "dev-haskell" "cpphs")
, ("ghc", any_c_p "dev-lang" "ghc")
, ("Xpm", any_c_p "x11-libs" "libXpm")
]

-- tools that are provided by ghc or some other existing program
Expand Down

0 comments on commit d821945

Please sign in to comment.