aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/misc/polybar
diff options
context:
space:
mode:
authorJames Alexander Feldman-Crough <alex@fldcr.com>2017-02-16 08:54:28 -0800
committerJames Alexander Feldman-Crough <alex@fldcr.com>2017-02-16 08:54:28 -0800
commit2ad43792ad511cc051b7f9d1dc380737a7b5a53f (patch)
tree96e9b3e5a14c3f7cf63da935f893153eaa599639 /pkgs/applications/misc/polybar
parent0f905b0dc8553b21d9da5333eb1d6c8be4e2ab9d (diff)
Remove redundant "fetchSubmodules" attr
Diffstat (limited to 'pkgs/applications/misc/polybar')
-rw-r--r--pkgs/applications/misc/polybar/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/misc/polybar/default.nix b/pkgs/applications/misc/polybar/default.nix
index ef08ad2f1b4d..aceaf43ac976 100644
--- a/pkgs/applications/misc/polybar/default.nix
+++ b/pkgs/applications/misc/polybar/default.nix
@@ -26,7 +26,6 @@ stdenv.mkDerivation rec {
url = "https://github.com/jaagr/polybar";
rev = "1f31870d43f5cd87a5529a55b1d2d3e64105e0af";
sha256 = "1nhj4npqhs6zy161931sbdi52gz6163lik0wri9wr122sjf90jas";
- fetchSubmodules = true;
};
meta = with stdenv.lib; {