# This file was auto-generated by cabal2nix. Please do NOT edit manually! { cabal, filepath, libX11, mesa, parsec, stm, time, wxc, wxdirect , wxGTK }: cabal.mkDerivation (self: { pname = "wxcore"; version = "0.91.0.0"; sha256 = "01pvaysihyijklyw129vcafjqyh8bpafjzvscxvzll1g86qbqlkz"; buildDepends = [ filepath parsec stm time wxc wxdirect ]; extraLibraries = [ libX11 mesa wxGTK ]; meta = { homepage = "http://haskell.org/haskellwiki/WxHaskell"; description = "wxHaskell core"; license = "unknown"; platforms = self.ghc.meta.platforms; maintainers = with self.stdenv.lib.maintainers; [ andres ]; }; })