Commit Graph
55 Commits
Author SHA1 Message Date
Raphael Borun Das Gupta 44465f606e python3Packages.scrapy-fake-useragent: fix license
which upstream changed to MIT with alecxe/scrapy-fake-useragent@0ea7614
2020-10-21 13:14:58 -07:00
Raphael Borun Das Gupta 40252390a9 python3.pkgs.osmpythontools: 0.2.6 -> 0.2.8 2020-10-16 00:25:36 -07:00
Raphael Borun Das Gupta 450de176cf foundationdb: fix build: use glibc's gettid()
to avoid build error due to conflicting declaration:

    flow/Profiler.actor.cpp: In function 'uint64_t gettid()':
    flow/Profiler.actor.cpp:56:17: error: ambiguating new declaration of 'uint64_t gettid()'
      FILE* f;
                     ^
    In file included from /nix/store/4wy9j24psf9ny4di3anjs7yk2fvfb0gq-glibc-2.31-dev/include/unistd.h:1170:0,
                     from ./flow/Platform.h:49,
                     from ./flow/flow.h:40,
                     from flow/Profiler.actor.cpp:39:
    /nix/store/4wy9j24psf9ny4di3anjs7yk2fvfb0gq-glibc-2.31-dev/include/bits/unistd_ext.h:34:16: note: old declaration '__pid_t gettid()'
     extern __pid_t gettid (void) __THROW;
                    ^~~~~~
2020-10-11 19:53:53 +02:00
Raphael Borun Das Gupta 4406883af1 foundationdb: fix "was not declared" build errors
Since glibc 2.28, `<sys/types.h>` no longer includes
`<sys/sysmacros.h>`, which provides these macros,
so we have to explicitly import the latter, too, to fix the following
build problems:

    flow/Platform.cpp: In function 'void getDiskStatistics(const string&, uint64_t&, uint64_t&, uint64_t&, uint64_t&, uint64_t&, uint64_t&)':
    flow/Platform.cpp:626:56: error: 'gnu_dev_major' was not declared in this scope
       if(majorId == (unsigned int) gnu_dev_major(buf.st_dev) && minorId == (unsigned int) gnu_dev_minor(buf.st_dev)) {
                                                            ^
    flow/Platform.cpp:626:111: error: 'gnu_dev_minor' was not declared in this scope
       if(majorId == (unsigned int) gnu_dev_major(buf.st_dev) && minorId == (unsigned int) gnu_dev_minor(buf.st_dev)) {
                                                                                                                   ^
2020-10-11 15:32:17 +02:00
Raphael Borun Das Gupta f1e628e7af foundationdb: refresh gcc-fixes-patch
by applying it to apple/foundationdb@5.1.7 and running

    git diff > ${path_to_nixpkgs}/pkgs/servers/foundationdb/patches/gcc-fixes.patch

again.
2020-10-11 15:25:28 +02:00
Raphael Borun Das Gupta 0b00bcec22 xonsh: 0.9.22 -> 0.9.23 2020-10-10 00:27:53 +02:00
Raphael Borun Das Gupta 905cf1555c prevo: init at 0.2 2020-10-07 19:29:26 -07:00
Raphael Borun Das Gupta 3696bc0e89 python39: 3.9.0rc2 -> 3.9.0 2020-10-06 08:32:37 +02:00
Raphael Borun Das Gupta 638612dadf pythonPackages.namedlist: bitbucket -> gitlab.com
adapt meta.homepage, as upstream has moved to gitlab.com
2020-09-29 06:15:16 -07:00
Raphael Borun Das Gupta 9a2f904e8f pythonPackages.namedlist: 1.7 -> 1.8 2020-09-29 06:15:16 -07:00
Raphael Borun Das Gupta 355d255d6c pythonPackages.mock-open: 1.3.2 -> 1.4.0 2020-09-20 08:18:31 -07:00
Raphael Borun Das Gupta b103ddb9ab pythonPackages.mock-open: 1.3.1 -> 1.3.2 2020-09-20 08:18:31 -07:00
Raphael Borun Das Gupta 928faf2b63 osm2pgsql: add myself (das-g) as additional maintainer 2020-06-29 08:08:44 +02:00
Raphael Borun Das Gupta f3ee53c715 osm2pgsql: use protozero from nixpkgs 2020-06-29 08:08:39 +02:00
Raphael Borun Das Gupta 03f13ede61 osm2pgsql: use libosmium from nixpkgs 2020-06-29 08:08:34 +02:00
Raphael Borun Das Gupta 056b0df2b6 osm2pgsql: reformat with nixpkgs-fmt 2020-06-29 00:19:38 +02:00
Raphael Borun Das Gupta 8a3419d702 osm2pgsql: 1.2.1 -> 1.2.2 2020-06-28 23:06:36 +02:00
Raphael Borun Das Gupta 47e52abe8d osmium-tool 1.12.0 -> 1.12.1 2020-06-28 16:17:25 +02:00
Raphael Borun Das Gupta c00e98b968 libosmium: 2.15.5 -> 2.15.6 2020-06-28 16:11:41 +02:00
Raphael Borun Das Gupta f0cf89278e pytest-rerunfailures: add das-g as maintainer
(cherry picked from commit 46821ede459fef99161805aa4000bc7ded25675c)
2020-06-12 12:26:39 -07:00
Raphael Borun Das Gupta 35a6dc658d python3Packages.pytest-rerunfailures: 8.0 -> 9.0
fixes NixOS/nixpkgs#89508

(cherry picked from commit 53481e4bf033e50f41e4a9bb9bfe6a4ff2bb6a5d)
2020-06-12 12:13:14 -07:00
Raphael Borun Das Gupta fdf828ca22 prevo-data: init at 2020-03-08 2020-06-11 14:36:52 +02:00
Raphael Borun Das Gupta 37cf577bbf prevo-tools: init at 0.2 2020-06-11 14:36:09 +02:00
Raphael Borun Das Gupta 9581a08739 pipenv: refactor runtimeDeps
Make `runtimeDeps` a function, so that it will return a selection
of the packages in the set passed to it by `python3.withPackages`,
rather than the same packages taken directly from `python3.pkgs`.
2020-06-01 11:45:58 +02:00
Raphael Borun Das Gupta 8335fe7dbb home-manager: add meta.homepage 2020-05-06 22:29:12 +02:00
Raphael Borun Das Gupta de9f8c36c9 python3Packages.python-gitlab: 1.15.0 -> 2.2.0 2020-05-03 22:11:57 -07:00
Raphael Borun Das Gupta fe7b497c83 python3Packages.python-gitlab: re-format with nixfmt 2020-05-03 22:11:57 -07:00
Raphael Borun Das Gupta 97d6fc8953 python3Packages.black: update homepage
The repo is now in the PSF GitHub org.
2020-04-30 02:07:32 +02:00
Raphael Borun Das Gupta 56aa58c995 black: make available as application
but keep it as a lib, too, because some
software in NixPkgs imports it as a module.
2020-04-30 01:34:35 +02:00
Raphael Borun Das Gupta 39269244f1 xkcdpass: make available as application
but keep it as a lib, too, because it
can be imported as a module:
https://github.com/redacted/XKCD-password-generator/tree/xkcdpass-1.17.3#using-xkcdpass-as-an-imported-module
2020-04-29 09:15:52 +02:00
Raphael Borun Das Gupta 347e251261 nixos/xonsh: source NixOS environment
Without doing that, xonsh is unusable as login shell
2020-04-21 23:43:37 +02:00
Raphael Borun Das Gupta c970d3b105 ili2c: 5.0.0 -> 5.0.8 2020-04-21 19:45:55 +02:00
Raphael Borun Das Gupta 5dc6f02d77 lektor: fix "ImportError: No module named pkg_resources" 2020-04-21 07:42:35 +02:00
Raphael Borun Das Gupta 4bbb0e83b1 python: Shapely: 1.6.4.post2 -> 1.7.0 2020-03-30 18:57:34 -07:00
Raphael Borun Das Gupta a7c53f7640 doc: fix grammar / typo in NixPkgs GNOME manual 2020-03-09 23:01:40 +01:00
Raphael Borun Das Gupta 376bb002e4 cmatrix: set license attribute (gpl3)
According to https://github.com/abishekvashok/cmatrix/blob/v2.0/COPYING
and https://github.com/abishekvashok/cmatrix/tree/v2.0#license,
CMatrix 2.0 is licensed under GPL 3.

part of #43716
2019-10-05 02:07:21 +02:00
Raphael Borun Das Gupta b6a25f2de4 doc: put Java software's build-time dependencies into nativeBuildInputs
instead of into buildInputs
2019-07-20 11:37:49 +02:00
Raphael Borun Das Gupta c8c751aca2 ili2c: init at 5.0.0 2019-07-17 11:53:54 +02:00
Raphael Das Gupta bbaee555c3 lazydocker: init at 0.5 (#64320) 2019-07-06 00:40:33 -07:00
Raphael Borun Das Gupta 5b4f59a3fc anki: 2.1.8 -> 2.1.9 2019-02-23 13:13:09 +01:00
Raphael Borun Das Gupta 22c7c4b697 owncloud-client: 2.4.3 -> 2.5.3.11470 2019-02-21 10:22:54 +01:00
Raphael Borun Das Gupta 077a5cfedb udocker: change homepage to documentation on gitbooks.io
as that view, other than the gitbook.com one, is available to
readers not logged into GitBook, too.
2019-01-19 02:15:41 +01:00
Raphael Borun Das Gupta 7731621c81 davmail: fix homepage domain name
sourcefor**c**e.net is for sale. This project's website resides on a sourcefor**g**e.net subdomain.
2019-01-03 13:38:55 +01:00
Raphael Borun Das Gupta 1edf950fa2 geckodriver: unstable-2018-02-24 -> 0.22.0
Motivation: unstable-2018-02-24 (which reports to be
0.19.1, but probably doesn't correspond to any actual
geckodriver release) isn't compatible with the currently
shipped Firefox version 63.0

closes NixOS/nixpkgs#50380
2018-12-10 16:22:11 +01:00
Raphael Borun Das Gupta d01082aebc tectonic: 0.1.9 -> 0.1.11
- handles unicode filenames correctly (since 0.1.10)
- switch to hopefully more reliable permantent URL for the default bundle (in 0.1.11)
2018-12-07 00:18:09 +01:00
Raphael Borun Das Gupta 295cae7f1c osmium-tool: init at 1.9.1 2018-11-03 00:36:34 +01:00
Raphael Borun Das Gupta 78dbe69543 libosmium: init at 2.14.2 2018-11-03 00:36:28 +01:00
Raphael Borun Das Gupta 95a1054a48 protozero: init at 1.6.3 2018-11-02 19:27:38 +01:00
Raphael Borun Das Gupta 0982b78dde add maintainer das-g 2018-10-28 13:25:14 +01:00
Raphael Borun Das Gupta aa77e3aa4f nixpkgs docs: add missing spaces between words 2018-10-26 00:35:21 +02:00
Raphael Borun Das Gupta bea0b3021c nixpkgs docs: remove spurious ">" 2018-10-26 00:29:27 +02:00
Raphael Das Gupta d2541c42ba tablib: 0.10.0 -> 0.12.1
needs some additional build- and runtime dependencies that are also being added to the derivation with this commit

(cherry picked from commit c32302514091966797580f17b5ba81f7f81b7e28)
2018-01-21 21:54:20 +01:00
Raphael Das Gupta d756dedb9a qgis: 2.18.13 -> 2.18.14 2017-11-22 18:42:42 +01:00
Raphael Das Gupta 139d931d4d nox: add license information: MIT
nox was licensed under MIT License
since at least 0.0.2. See
https://github.com/madjar/nox/commit/b7e084a7c507aff4c56afb4d719eefb142393d1a
2017-11-07 13:50:23 +02:00
Raphael Das Gupta 27c8fd24e5 nixos/mysql: fix typo in description of mysql.bind option 2017-11-07 11:09:40 +01:00