3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

1404 commits

Author SHA1 Message Date
Will Dietz 6e6a7d61ee
ktimetracker: init at 5.0.1 2020-02-02 14:57:32 -06:00
worldofpeace f58e59ba7f
Merge pull request #78723 from kjuvi/agenda
agenda: init at 1.0.12
2020-02-01 18:10:01 -05:00
kjuvi 008eb7cb75 agenda: init at 1.0.12 2020-01-31 10:13:31 +01:00
R. RyanTM f64307a00d tryton: 5.4.1 -> 5.4.2 2020-01-30 22:27:45 -08:00
R. RyanTM 2ff21bdc23 zotero: 5.0.80 -> 5.0.82 2020-01-30 22:07:16 -08:00
R. RyanTM 81b8778507 zim: 0.72.0 -> 0.72.1 2020-01-30 22:06:44 -08:00
worldofpeace 4f1c6789ba aesop: 1.1.3 -> 1.2.3 2020-01-30 21:46:30 -08:00
Frederik Rietdijk dce0ca29d9 Merge master into staging-next 2020-01-28 10:46:13 +01:00
kjuvi 0c40662294 timetable: 1.0.9 -> 1.1.0 2020-01-27 23:41:19 +01:00
Silvan Mosberger 80a2740991
Merge pull request #78265 from Synthetica9/https-homepages
treewide: fix redirected urls
2020-01-27 15:00:53 +01:00
Aaron Andersen dfbb444ab4
Merge pull request #78195 from r-ryantm/auto-update/homebank
homebank: 5.2.8 -> 5.3.1
2020-01-25 11:28:04 -05:00
Patrick Hilhorst 593e11fd94
treewide: fix redirected urls
According to https://repology.org/repository/nix_unstable/problems, we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.

The following script was used to make these updates:

```

curl https://repology.org/api/v1/repository/nix_unstable/problems \
    | jq '.[] | .problem' -r \
    | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
    | sort | uniq > script.sed

find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
R. RyanTM 5cbce718a5 kmymoney: 5.0.7 -> 5.0.8 2020-01-21 16:13:17 -08:00
R. RyanTM b5b28ec407 homebank: 5.2.8 -> 5.3.1 2020-01-21 18:31:40 +00:00
Lancelot SIX 1102fc870d
pythonPackages.django_2_1: drop
Django-2.1 support ended on December 2, 2019, so drop it in nixpkgs as
well.
2020-01-21 14:00:54 +01:00
Mario Rodas c7b71bd78d
Merge pull request #78061 from r-ryantm/auto-update/atlassian-cli
atlassian-cli: 9.0.0 -> 9.1.0
2020-01-20 07:34:43 -05:00
R. RyanTM 363840f32d atlassian-cli: 9.0.0 -> 9.1.0 2020-01-20 01:03:40 +00:00
Thomas Marchand 37771e47eb wpsoffice: 11.1.0.8865 -> 11.1.0.9080 2020-01-18 14:18:21 +01:00
worldofpeace ac96ba0270 skanlite: don't set enableParallelBuilding
it's default on
2020-01-17 13:54:53 -05:00
worldofpeace 4b20959f99 skanlite: use qt5's mkDerivaiton 2020-01-17 13:54:53 -05:00
Frederik Rietdijk bcd8c6b8dc Merge master into staging-next 2020-01-17 17:08:16 +01:00
Michiel Leenaars edfbac404b csv2odf: init at 2.09 2020-01-15 22:57:21 -08:00
Anders Kaseorg 3cd8ce3bce treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH
Naive concatenation of $LD_LIBRARY_PATH can result in an empty
colon-delimited segment; this tells glibc to load libraries from the
current directory, which is definitely wrong, and may be a security
vulnerability if the current directory is untrusted.  (See #67234, for
example.)  Fix this throughout the tree.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-01-15 09:47:03 +01:00
Frederik Rietdijk 5ad16cb27f Merge master into staging-next 2020-01-10 10:34:04 +01:00
Will Dietz a0b86e3b64
Merge pull request #75022 from dtzWill/update/vnote-2.8
vnote: 2.7.2 -> 2.8.2
2020-01-08 16:03:05 -06:00
Vladimír Čunát 5c780036c5
Merge branch 'master' into staging-next
The nss rebuild isn't so small.
2020-01-08 22:48:13 +01:00
Mario Rodas f8aeca57c7
Merge pull request #77069 from r-ryantm/auto-update/gnucash
gnucash: 3.7 -> 3.8b
2020-01-08 05:33:04 -05:00
Aaron Andersen 24967c14fc
Merge pull request #66710 from tbenst/tusk
tusk: init at v0.23.0
2020-01-07 20:46:13 -05:00
tbenst 0dd8ee7d0c tusk: init at v0.23.0 2020-01-07 17:06:49 -08:00
Will Dietz 77db935ac3
vnote: 2.8.1 -> 2.8.2 2020-01-07 16:05:23 -06:00
Will Dietz ee73c91c52
vnote: 2.8 -> 2.8.1 2020-01-07 16:05:11 -06:00
R. RyanTM 289eebc744 gnucash: 3.7 -> 3.8b 2020-01-06 05:32:51 -08:00
Frederik Rietdijk 8fff915659
Merge pull request #76488 from jtojnar/more-python-cleanups
Another batch of Python 2 clean-ups
2020-01-06 12:00:36 +01:00
markuskowa f3e8be7cd4
Merge pull request #76399 from r-ryantm/auto-update/qownnotes
qownnotes: 19.11.14 -> 19.12.15
2020-01-04 14:07:56 +01:00
Frederik Rietdijk 555037a667 Merge master into staging-next 2019-12-31 16:35:53 +01:00
mlatus 7f6116444b update src url and hash for wpsoffice 2019-12-31 15:14:58 +08:00
Robin Gloster 006242fd5a
treewide: fix types for mkDerivation params 2019-12-31 01:23:19 +01:00
Robin Gloster 755db0b689
treewide: installTargets is a list 2019-12-31 00:25:26 +01:00
Robin Gloster 313da176d3
treewide: NIX_*_FLAGS -> string 2019-12-31 00:16:46 +01:00
Robin Gloster f9f46dc327
treewide: NIX_*_FLAGS -> string 2019-12-31 00:15:46 +01:00
Jan Tojnar 2093fa784a
libreoffice: fix eval 2019-12-30 20:53:00 +01:00
Merijn Broeren 133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
Robin Gloster 371d3fb9b3
notes-up: *Flags are lists 2019-12-30 12:15:24 +01:00
Jan Tojnar 843d147596
gnumeric: switch to python 3 2019-12-29 11:21:09 +01:00
R. RyanTM e7758b7981 tryton: 5.4.0 -> 5.4.1 2019-12-28 20:30:45 +01:00
Alyssa Ross 53c4668e71
kmymoney: fix build
python2 used to be propagated in here, until
4e421aebfe.

Upstream bug to stop using Python 2:
https://bugs.kde.org/show_bug.cgi?id=405383
2019-12-28 15:46:48 +00:00
Aaron Andersen dcd5be4af6
Merge pull request #76363 from r-ryantm/auto-update/pympress
pympress: 1.4.0 -> 1.5.1
2019-12-25 06:09:46 -05:00
Aaron Andersen 96e5b691de
Merge pull request #76422 from r-ryantm/auto-update/skrooge
skrooge: 2.21.0 -> 2.21.1
2019-12-24 18:36:07 -05:00
R. RyanTM c1e301b755 skrooge: 2.21.0 -> 2.21.1 2019-12-24 09:26:22 -08:00
R. RyanTM f712ed2155 qownnotes: 19.11.14 -> 19.12.15 2019-12-24 05:36:02 -08:00