diff options
Diffstat (limited to 'services/tazblog/tazblog.nix')
-rw-r--r-- | services/tazblog/tazblog.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/services/tazblog/tazblog.nix b/services/tazblog/tazblog.nix index 2ac1a51f2ab5..b59cddec07a7 100644 --- a/services/tazblog/tazblog.nix +++ b/services/tazblog/tazblog.nix @@ -1,6 +1,6 @@ -{ mkDerivation, aeson, acid-state, base, base64-bytestring, blaze-html -, bytestring, dns, happstack-server, markdown, network, network-uri, old-locale -, options, rss, shakespeare, stdenv, text, time }: +{ mkDerivation, aeson, base, base64-bytestring, blaze-html , bytestring, dns +, happstack-server, markdown, network, network-uri, old-locale, rss +, shakespeare, stdenv, text, time }: mkDerivation { pname = "tazblog"; version = "6.0.0"; @@ -24,7 +24,7 @@ mkDerivation { text time ]; - executableHaskellDepends = [ base network options ]; + executableHaskellDepends = [ base network ]; description = "Tazjin's Blog"; license = stdenv.lib.licenses.mit; } |