Unverified Commit 406f33fc authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #323677 from nix-julia/update-retext

retext: remove unfree dependency
parents bf80b178 b15cddee
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 {