Merge pull request #39907 from matthewbauer/work

Miscellaneous cleanups
This commit is contained in:
Matthew Justin Bauer
2018-05-03 13:33:42 -05:00
committed by GitHub
67 changed files with 55 additions and 195 deletions
@@ -1,7 +1,5 @@
{ stdenv, fetchurl, fetchhg, go, sqlite}:
assert stdenv.isLinux && (stdenv.isi686 || stdenv.isx86_64 || stdenv.isAarch32);
stdenv.mkDerivation rec {
name = "storebrowse-20130318212204";