Merge older staging with added firefox-related updates

This commit is contained in:
Vladimír Čunát
2018-06-29 21:06:39 +02:00
531 changed files with 900 additions and 1394 deletions

View File

@@ -1,7 +1,6 @@
{ stdenv, buildPythonPackage, fetchPypi, pytest }:
buildPythonPackage rec {
name = "${pname}-${version}";
pname = "Whoosh";
version = "2.7.4";
src = fetchPypi {