Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Dmitry Kalinkin
20d60c8238
treewide: use pythonPackages.pyqt5_with_qtwebkit where QtWebKit is needed
2018-12-27 09:14:21 -05:00
Franz Pletz
c100811d63
scudcloud: add jsmin dependency, fixes build
2017-10-15 16:16:36 +02:00
Anish Tondwalkar
cb3098b135
scudcloud: 1.58 -> 1.63
2017-09-27 03:45:42 -07:00
Silvan Mosberger
f5fa5fa4d6
pkgs: refactor needless quoting of homepage meta attribute ( #27809 )
...
* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances
2017-08-01 22:03:30 +02:00
Mikhail Volkhov
4730b8ba05
scudcloud: 1.54 -> 1.58
2017-05-30 13:05:01 +03:00
Mikhail Volkhov
2e16a8d9b3
scudcloud: 1.40 -> 1.44
...
AFAIU qt5 version was updated so older scudcloud was no longer
working. This fixes the problem.
2017-03-10 13:33:23 +03:00
Mikhail Volkhov
c48c2fc147
scudcloud: 1.38 -> 1.40
2017-02-07 19:46:35 +03:00
Mikhail Volkhov
de683845b8
scudcloud: 1.35 -> 1.38
2016-12-21 10:39:05 +03:00
Mikhail Volkhov
42cf40bfbd
scudcloud: init at 1.35/254-port-to-qt5
2016-10-19 18:45:31 +03:00