{ mkDerivation, aeson, base, bytestring, containers, directory , filepath, hostname, hpack, mtl, network, parsec, process, lib , temporary, transformers, unix, utf8-string, X11, xmonad , xmonad-contrib, libnotify, taffybar }: mkDerivation { pname = "xmonad-yggdrasil"; version = "0.0.0"; src = ./.; isLibrary = false; isExecutable = true; libraryToolDepends = [ hpack ]; executableHaskellDepends = [ aeson base bytestring containers directory filepath hostname mtl network parsec process temporary transformers unix utf8-string X11 xmonad xmonad-contrib libnotify taffybar ]; preConfigure = "hpack"; license = "unknown"; hydraPlatforms = lib.platforms.none; }