Commit b15cddee authored by nix-julia's avatar nix-julia
Browse files

retext: remove unfree dependency

parent b2e0a5c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
, aspellDicts
  # Use `lib.collect lib.isDerivation aspellDicts;` to make all dictionaries
  # available.
, enchantAspellDicts ? with aspellDicts; [ en en-computers en-science ]
, enchantAspellDicts ? with aspellDicts; [ en en-computers ]
}:

python3.pkgs.buildPythonApplication rec {