Remove redundant "fetchSubmodules" attr

This commit is contained in:
James Alexander Feldman-Crough 2017-02-16 08:54:28 -08:00
parent 0f905b0dc8
commit 2ad43792ad
No known key found for this signature in database
GPG Key ID: 70F036FB24D0B9DD

View File

@ -26,7 +26,6 @@ stdenv.mkDerivation rec {
url = "https://github.com/jaagr/polybar";
rev = "1f31870d43f5cd87a5529a55b1d2d3e64105e0af";
sha256 = "1nhj4npqhs6zy161931sbdi52gz6163lik0wri9wr122sjf90jas";
fetchSubmodules = true;
};
meta = with stdenv.lib; {