Commit Graph

17 Commits (9be8db34cf5c05aad77128c87c746bcc909f570d)

Author SHA1 Message Date
AndersonTorres 6749372e17 edbrowse: 3.7.7 -> 3.8.0 2021-06-08 02:00:28 -03: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
R. RyanTM 1a3f5049fb edbrowse: 3.7.6 -> 3.7.7 2020-11-23 20:39:13 +01:00
Merijn Broeren 133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
Eduardo Quirós 768943000f edbrowse: 3.7.4 -> 3.7.6 (#75087)
* edbrowse: 3.7.4 -> 3.7.6

* Remove unneeded patch

* edbrowse: update source hash for v3.7.6
+ turn makeFlags into a list
+ update meta.homepage
2019-12-12 20:01:35 +01:00
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
Jack Kelly 721486626a edbrowse: Fix compilation against newer libcurl 2019-01-06 18:57:23 -05:00
R. RyanTM be9c58b997 edbrowse: 3.7.3 -> 3.7.4 (#43037)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/edbrowse/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/7jcarzh31rmwvwsahbhq2k74al2x2am2-edbrowse-3.7.4/bin/edbrowse had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 3.7.4 with grep in /nix/store/7jcarzh31rmwvwsahbhq2k74al2x2am2-edbrowse-3.7.4
- directory tree listing: https://gist.github.com/21b2adbe415a5e475da47207b1f79386
- du listing: https://gist.github.com/e6ec448b581313e4148fb251bcdca067
2018-07-06 21:08:11 +02:00
R. RyanTM 8e5088593f edbrowse: 3.7.2 -> 3.7.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/edbrowse/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 3.7.3 with grep in /nix/store/w057l445jk9l35d2z1pql5jwcp1p1y0y-edbrowse-3.7.3
- directory tree listing: https://gist.github.com/8e186ea226866b6eec7612e33cf13c32
2018-04-17 05:30:26 -07:00
Jörg Thalheim fa534f3509 edbrowse: use fetchFromGitHub instead of fetchurl 2018-03-18 12:42:43 +00:00
Max Zerzouri cff69fdd50 edbrowse: 3.6.1 -> 3.7.2
Unmarked as broken, as the newer version uses duktape rather than an
incompatible version of spidermonkey.
2018-03-15 23:46:54 +13:00
Robin Gloster d7b17e8b1c
edbrowse: mark as broken 2017-01-25 20:12:42 +01: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
Rahul Gopinath a2bbf757ea edbrowse: 3.5.4.1 -> 3.6.1 2016-07-02 09:42:53 -07:00
Vladimír Čunát f014217a55 spidermonkey-{17,24}: split the dev and lib outputs 2015-10-13 20:19:02 +02:00
Gabriel Ebner 8a137ead51 edbrowse: 3.5.2 -> 3.5.4.1 2015-08-20 14:33:12 +02:00
Fabian Schmitthenner 8a74fa7723 add edbrowse to all packages 2015-02-22 23:11:01 +00:00