volth
f3282c8d1e
treewide: remove unused variables ( #63177 )
...
* treewide: remove unused variables
* making ofborg happy
2019-06-16 19:59:05 +00:00
schneefux
b2405bfcb3
wallabag: 2.3.7 -> 2.3.8
2019-06-15 13:38:59 +02:00
zimbatm
e3a316a4d5
cryptpad: init at v2.23.0
2019-06-07 13:02:40 +02:00
Sander van der Burg
18c2b52314
node2nix: 1.6.0 -> 1.7.0 and regenerate all Nix expressions, introduce nodePackages_12_x attribute set
2019-06-05 23:48:42 +02:00
R. RyanTM
660b67a1f2
wallabag: 2.3.6 -> 2.3.7
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wallabag/versions
2019-05-04 09:48:00 -07:00
R. RyanTM
121cf3ca1c
shaarli: 0.10.3 -> 0.10.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/shaarli/versions
2019-05-02 21:44:15 +02:00
Daniel Schaefer
bac4d95aa2
treewide: Change URLs to HTTPS
...
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
2019-04-22 10:19:54 +02:00
Maximilian Bosch
c68bc18213
codimd: js-sequence-diagrams: use git source rather than the NPM tarball
...
It seems as NPM just removed the tarballs of the unpublished package,
hence `codimd` isn't buildable. The sources for the package are
available on github[1] and fix the build.
For further information about the `js-sequence-diagrams` workarounds,
please refer to 5feec424de
.
[1] https://github.com/Moeditor/js-sequence-diagrams
2019-04-12 11:01:33 +02:00
Samuel Dionne-Riel
40d59c6e8e
Merge pull request #58976 from gilligan/remove-nodejs6
...
Remove nodejs-6_x which is about to enter EOL
2019-04-07 19:49:24 -04:00
Maximilian Bosch
5feec424de
codimd: build with nodejs-8_x
...
This diff regenerates the package sets for `codimd` and `codemirror`
using NodeJS 8 to get rid of the deprecated[1] `nodejs-6_x`.
Additionally the following issues had to be fixed during the update:
* The package `js-sequence-diagram` has been removed from the NPM
registry and was replaced by a security holding package[2]. The
package was published by a third-party (upstream only supports bower
builds), so it's unclear whether the package will re-appear[3].
As the tarballs still exist (and the hash didn't change), the package
will be loaded manually into the build env.
* For the babel-related packages, `dontNpmInstall` will be set for
`node2nix` installs as some of those packages bundle a
`package-lock.json` that triggers `ENOTCACHED` errors for optional
dependencies[4].
For now it should be sufficient to use NodeJS 8 (`codimd` v1.2.x doesn't
support NodeJS 10), in the long term we probably want to use `yarn2nix`
here with NodeJS 10. This is much rather a fix to get rid of another
NodeJS 6 dependency.
[1] `nodejs-6_x` is about to be deprecated, see #58976
[2] https://www.npmjs.com/package/js-sequence-diagrams ,
https://github.com/npm/security-holder
[3] https://github.com/bramp/js-sequence-diagrams/issues/212
[4] https://github.com/svanderburg/node2nix/issues/134
2019-04-07 16:44:26 +02:00
tobias pflug
0e296d5fcd
Remove nodejs-6_x which is about to enter EOL
...
- Remove nodejs-6_x
- Set nodejs / nodejs-slim to nodejs-8_x / nodejs-slim-8_x
- Re-generate node2nix generated files using nodejs-8_x instead
2019-04-04 18:43:06 +01:00
Florian Klink
26f19430eb
matomo: 3.9.0 -> 3.9.1
2019-03-28 22:53:13 +01:00
Florian Klink
4ffd3ad4fd
matomo: update url
2019-03-28 22:51:56 +01:00
R. RyanTM
139243406b
matomo: 3.8.1 -> 3.9.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/matomo/versions
2019-03-25 22:21:25 -07:00
R. RyanTM
38900337d9
shaarli: 0.10.2 -> 0.10.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/shaarli/versions
2019-03-03 09:16:43 +01:00
Jörg Thalheim
dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
...
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
Frederik Rietdijk
6fe10d2779
Merge master into staging-next
2019-02-16 09:29:54 +01:00
Florian Jacob
2f059806ef
matomo: 3.7.0 -> 3.8.1
...
security update
2019-02-11 17:33:44 +01:00
Vladimír Čunát
8ba516664b
Merge branch 'staging-next' into staging
2019-02-01 09:42:53 +01:00
Nadrieril
f487734870
wallabag: 2.3.2 -> 2.3.6
2019-01-29 02:47:32 +01:00
rnhmjoj
bcf54ce5bb
treewide: use ${stdenv.shell} instead of /bin/sh where possible
2019-01-16 20:37:15 +01:00
Robin Gloster
16413c05cd
Merge pull request #53554 from rnhmjoj/searx
...
searx: 0.14.0 -> 0.15.0
2019-01-07 13:21:39 +00:00
rnhmjoj
985bc6ca5a
searx: 0.14.0 -> 0.15.0
2019-01-07 11:10:38 +01:00
Piotr Bogdan
12c733c292
fileshelter: link with pthreads explicitly
2019-01-04 21:44:18 +00:00
Falco Peijnenburg
4dc18cb059
Wordpress: 4.9.1 -> 5.0.2
2019-01-03 10:44:12 +01:00
R. RyanTM
687567efd0
matomo: 3.6.1 -> 3.7.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/matomo/versions
2018-12-25 06:49:39 -08:00
Frederik Rietdijk
1d3bff25db
Merge staging-next into staging
2018-11-11 14:28:08 +01:00
Alyssa Ross
5c8d153326
frab: rack: 1.6.4 -> 1.6.11
...
CVE-2018-16470: https://seclists.org/oss-sec/2018/q4/128
CVE-2018-16471: https://seclists.org/oss-sec/2018/q4/129
2018-11-06 09:23:23 +00:00
Patrick Hilhorst
b0e9fc131c
treewide: Fix packages using name where they should use pname
2018-11-06 00:06:17 +01:00
R. RyanTM
d4029e7935
matomo: 3.6.0 -> 3.6.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/matomo/versions
2018-10-27 04:29:13 -07:00
WilliButz
ce5e1b5b0a
codimd: update patch
2018-10-10 14:57:43 +02:00
WilliButz
a31a917eb9
codimd: init at 1.2.0
2018-09-17 15:18:52 +02:00
R. RyanTM
c45dd04946
matomo: 3.5.1 -> 3.6.0 ( #46242 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
matomo
2018-09-17 10:18:39 +02:00
Uli Baum
15fedb51b3
frab: mark as broken
...
No successful hydra build since 2018-02-14.
The build fails in the ruby gem json-1.8.3, which we cannot
mark directly as broken in nixpkgs, so we mark this as broken.
2018-09-08 20:08:49 +02:00
R. RyanTM
1adcb8890a
wallabag: 2.3.2 -> 2.3.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
wallabag
2018-08-30 09:12:20 -07:00
R. RyanTM
0f9e0e15fc
shaarli: 0.10.0 -> 0.10.2 ( #45538 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/shaarli/versions .
2018-08-28 00:39:17 +02:00
R. RyanTM
294c3605a3
virtlyst: 1.1.0 -> 1.2.0 ( #45121 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/virtlyst/versions .
2018-08-27 20:59:27 +02:00
Markus Kowalewski
552b20f4b8
frab: add meta data
2018-08-20 00:31:19 +02:00
R. RyanTM
3d30b32ab2
shaarli: 0.9.7 -> 0.10.0 ( #44693 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/shaarli/versions .
2018-08-13 14:29:32 +02:00
Pascal Wittmann
af8cd3c74e
Merge branch 'master' into add-missing-licenses
...
Conflicts:
pkgs/applications/version-management/subversion/default.nix
2018-08-09 13:10:27 +02:00
rnhmjoj
c8784f9cd8
searx: use python3
2018-08-08 02:20:54 +02:00
Pascal Wittmann
f22ffa6b6a
morty: add license
...
see issue #43716
2018-08-06 12:43:58 +02:00
Gabriel Ebner
6b8f521852
Merge pull request #42951 from r-ryantm/auto-update/shaarli
...
shaarli: 0.9.6 -> 0.9.7
2018-07-05 16:55:36 +02:00
Jan Tojnar
cff5bd0bc5
selfoss: clean up
2018-07-05 10:38:31 +02:00
R. RyanTM
dc152b63a0
shaarli: 0.9.6 -> 0.9.7
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/shaarli/versions .
These checks were done:
- built on NixOS
- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 0.9.7 with grep in /nix/store/qb0qnz5g71qcigji532rz8fb3fmds607-shaarli-0.9.7
- directory tree listing: https://gist.github.com/d5b4de9629307cb77b06763e100b9ffd
- du listing: https://gist.github.com/db083d0d397fa00514a7de0a57879f39
2018-07-03 14:58:19 -07:00
Franz Pletz
1d235be208
virtlyst: init at 1.1.0
...
Co-authored-by: elseym <elseym@me.com>
2018-06-26 01:18:30 +02:00
Aneesh Agrawal
4bba2bd98e
klaus: make available as a python package
...
This makes it usable via WSGI.
2018-06-13 22:47:48 -07:00
R. RyanTM
f8621a2025
matomo: 3.5.0 -> 3.5.1 ( #41540 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/matomo/versions .
These checks were done:
- built on NixOS
- Warning: no invocation of /nix/store/r4kflygmbi1z0vl2gp5b64h5dnbw0zps-matomo-3.5.1/bin/matomo-console 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.5.1 with grep in /nix/store/r4kflygmbi1z0vl2gp5b64h5dnbw0zps-matomo-3.5.1
- directory tree listing: https://gist.github.com/1ab3b04c7d594c57458b6d4ef8e65867
- du listing: https://gist.github.com/c105a7109ba84d6e2715bc3800c66780
2018-06-09 23:32:31 +02:00
Michiel Leenaars
f12f058a85
morty: init -> 0.2.0
2018-05-30 18:10:36 +02:00
florianjacob
468c09edc6
matomo: 3.4.0 -> 3.5.0 ( #40439 )
2018-05-13 17:48:41 +02:00