volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
R. RyanTM
35a3194e7f
scowl: 2017.08.24 -> 2018.04.16
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/scowl/versions .
These checks were done:
- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 2018.04.16 with grep in /nix/store/amyjmpkyvsn53x3fac7b01mwyi9jl30i-scowl-2018.04.16
- directory tree listing: https://gist.github.com/e67c69e3e02df834f3b040f36b261c13
2018-05-11 00:19:05 -07:00
Daiderd Jordan
e52250b33c
scowl: fix darwin build
...
/cc ZHF #36454
2018-03-25 15:24:35 +02:00
Michael Raskin
00cafb4c8d
scowl: support installing just words.txt
...
The expression now supports having `words.txt` in some place without tens
and tens of megabytes of all the wordlist and spelling dictionaries. Set
`singleWordlist` parameter to the string of region and size settings. For
example:
```
scowl.override{singleWordlist = "en-gb-ise 60";}
```
Should be useful for #34486
2018-02-02 21:54:13 +01:00
Michael Raskin
428708feba
scowl: init at 2017.08.24
2017-12-23 20:26:48 +01:00