Commit graph

16 commits

Author SHA1 Message Date
Lorenz Leutgeb b0ed229aad gradle: Pin pkgs to Gradle 6 that fail with 7 2021-04-14 00:06:02 +02: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
Ryan Mulligan 508ae42a0f treewide: fix redirect URLs 2019-07-10 12:52:51 -07:00
John Ericson 2c2f1e37d4 reewide: Purge all uses stdenv.system and top-level system
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
volth 8b984ba61e
frostwire: disable auto-update 2018-05-31 22:10:44 +00:00
volth 75f20c2e3e
frostwire: 6.6.3 -> 6.6.7 2018-05-31 21:33:15 +00:00
volth b20fe4a99d frostwire: a stricter regex, just in case 2018-03-13 09:54:51 +01:00
volth 0596a7c6d6 frostwire: fixed meta.platforms 2018-03-13 09:54:51 +01:00
volth a28464cba7 frostwire: 6.4.5 -> 6.6.3-build-253 2018-03-13 09:54:51 +01:00
Jörg Thalheim 9d74fd3e07 frostwire: add java to PATH
fixes #28547
2017-08-27 08:55:04 +01:00
ndowens 6744f3a986 frostwire: 6.0.0 -> 6.4.5 2017-03-03 19:59:56 -06:00
Tuomas Tynkkynen 21f17d69f6 treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Arseniy Seroka 3477bc9a47 fix some hashes 2014-11-30 02:25:41 +03:00
Gavin Rogers cb68376fcd frostwire: initial working package
This installs from the official frostwire tarball. Similar to the
jdiskreport package. Everything works fine on the systems I've tried.

I've made myself the maintainer.
Also upgraded it to 6.0.0 as it was released stable.
2014-11-04 18:57:01 +00:00