diff options
author | Alex Ameen <alex.ameen.tx@gmail.com> | 2019-03-06 17:53:53 -0600 |
---|---|---|
committer | jao <jao@gnu.org> | 2019-03-15 21:44:13 +0000 |
commit | f5d8e6353599b4b9c00a9bb01fafd1e03fb8f919 (patch) | |
tree | aa19f93a81d34eb81a298f19e0f5596526339c6c | |
parent | ac87548ef261cd02bf6c2c6eaacc25f92212af46 (diff) | |
download | xmobar-f5d8e6353599b4b9c00a9bb01fafd1e03fb8f919.tar.gz xmobar-f5d8e6353599b4b9c00a9bb01fafd1e03fb8f919.tar.bz2 |
default.nix changes
-rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix index 614307a..2b37053 100644 --- a/default.nix +++ b/default.nix @@ -6,7 +6,6 @@ , timezone-olson, timezone-series, transformers, unix, utf8-string , wirelesstools, X11, X11-xft }: - mkDerivation { pname = "xmobar"; version = "0.29.5"; @@ -37,6 +36,7 @@ mkDerivation { filepath hspec mtl old-locale parsec parsec-numbers process regex-compat stm temporary time transformers unix X11 ]; + doCheck = false; homepage = "http://xmobar.org"; description = "A Minimalistic Text Based Status Bar"; license = stdenv.lib.licenses.bsd3; |