Sandro
41d270c2aa
Merge pull request #110857 from SuperSandro2000/fix-collection6
2021-02-11 01:32:55 +01:00
ajs124
55bce00cea
scribusUnstable: fix build with podofo 0.9.7
2021-02-10 00:50:18 +01:00
Mario Rodas
68c855476f
Merge pull request #111916 from r-ryantm/auto-update/grisbi
...
grisbi: 2.0.0 -> 2.0.1
2021-02-08 21:08:01 -05:00
Sandro
5464a2355a
Merge pull request #96549 from kampka/trilium
...
trilium: 0.43.3 -> 0.43.4
2021-02-09 00:58:20 +01:00
Sandro
b5f38cafbf
Merge pull request #112296 from dotlambda/kbibtex-init
...
kbibtex: init at 0.9.2
2021-02-08 16:28:20 +01:00
Robert Schütz
9a200f6091
Merge pull request #111330 from dotlambda/libav-insecure
...
libav: mark as insecure
2021-02-08 12:18:05 +01:00
Robert Schütz
1f4115625b
kbibtex: init at 0.9.2
2021-02-07 18:04:35 +01:00
R. RyanTM
8f4e68203b
homebank: 5.4.3 -> 5.5
2021-02-07 10:43:01 +00:00
TredwellGit
14b1e4c71f
libreoffice-still: 6.3.5.2 -> 7.0.4.2
2021-02-04 17:14:27 +00:00
R. RyanTM
46c5a7c57f
grisbi: 2.0.0 -> 2.0.1
2021-02-04 13:15:43 +00:00
TredwellGit
f79e624ce6
libreoffice-fresh: 7.0.4.2 -> 7.1.0.3
...
https://wiki.documentfoundation.org/ReleaseNotes/7.1
2021-02-04 11:40:30 +00:00
Robert Schütz
8139e563a3
jabref: does not depend on libav
2021-02-02 17:26:36 +01:00
Alexey Shmalko
8d5b2d3dfd
planner: remove
2021-02-02 10:53:54 +02:00
Ben Siraphob
a6ac3eedbd
treewide: xdg_utils -> xdg-utils
2021-02-01 15:05:09 +07:00
Ryan Mulligan
5ff6700bb8
Merge pull request #111374 from r-ryantm/auto-update/PortfolioPerformance
...
portfolio: 0.50.2 -> 0.50.3
2021-01-31 06:58:49 -08:00
R. RyanTM
c41803a9fb
portfolio: 0.50.2 -> 0.50.3
2021-01-31 01:03:08 +00:00
Sandro Jäckel
59d4f48851
qnotero: Disable tests
2021-01-30 21:47:18 +01:00
Mario Rodas
135fd038f2
Merge pull request #111245 from r-ryantm/auto-update/grisbi
...
grisbi: 1.2.2 -> 2.0.0
2021-01-30 15:25:45 -05:00
R. RyanTM
2da4d3b8e2
gnucash: 4.2 -> 4.4 ( #111236 )
2021-01-30 18:16:06 +01:00
R. RyanTM
2726b2f79b
kmymoney: 5.1.0 -> 5.1.1 ( #111280 )
2021-01-30 10:54:07 +01:00
R. RyanTM
cf2f9718e9
grisbi: 1.2.2 -> 2.0.0
2021-01-30 02:35:52 +00:00
Sandro Jäckel
897b67b324
django-crispy-forms: 2019.04.21 -> 1.10.0
2021-01-26 15:18:58 +01:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
volth
bc0d605cf1
treewide: fix double quoted strings in meta.description
...
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
AndersonTorres
26017cf536
pyspread: add desktop item
...
Also, remove "spurious" pyspread package.
2021-01-23 20:14:06 -03:00
AndersonTorres
bdb60d7fa9
pyspread: init at 1.99.5
2021-01-23 01:31:52 -03:00
R. RyanTM
5388f5bb7a
portfolio: 0.50.0 -> 0.50.2
2021-01-20 22:03:38 +00:00
zowoq
31f5dd3f36
treewide: editorconfig fixes
...
- remove trailing whitespace
- use spaces for indentation
2021-01-20 09:11:11 +10:00
R. RyanTM
a444c334ad
atlassian-cli: 9.4.0 -> 9.5.0
2021-01-19 02:54:06 +00:00
Christian Kampka
f0ec10a829
treewide: remove kampka as maintainer ( #109813 )
2021-01-18 21:23:49 +01:00
R. RyanTM
f33006be7f
fava: 1.17 -> 1.18
2021-01-18 00:20:00 +00:00
Ben Siraphob
5d566c43b4
pkgs/applications: pkgconfig -> pkg-config
2021-01-16 23:49:59 -08:00
Ben Siraphob
108bdac3d9
pkgs/applications: stdenv.lib -> lib
2021-01-15 14:24:03 +07:00
Sandro
d3c91b35cb
Merge pull request #108976 from oyren/portfolio-0.50.0
...
portfolio: 0.49.3 -> 0.50.0
2021-01-11 17:34:58 +01: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
Moritz Scheuren
68a9d3f345
portfolio: 0.49.3 -> 0.50.0
2021-01-10 21:55:56 +01:00
Frederik Rietdijk
b20838eb4a
Merge staging-next into staging
2021-01-04 20:51:32 +01:00
Sandro
06c9dbcece
Merge pull request #108247 from symphorien/paperwork-next
2021-01-04 16:41:05 +01:00
Ben Siraphob
3ae5e6ce03
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 18:37:40 +07:00
Guillaume Girol
bd54cf9602
paperwork: 2.0.1 -> 2.0.2
...
and cleanup
2021-01-02 19:08:54 +01:00
Ben Siraphob
b04fc593e7
treewide: cmake buildInputs to nativeBuildInputs, minor cleanups
2021-01-01 11:52:33 +07:00
github-actions[bot]
7659201d58
Merge staging-next into staging
2020-12-25 18:28:52 +00:00
Thomas Tuegel
2e2047ef86
zanshin: not broken
2020-12-25 05:32:26 -06:00
Thomas Tuegel
754d97f8a0
zanshin: patch for kontactinterface >= 5.14.42
2020-12-25 05:32:25 -06:00
Gabriel Ebner
e8a8d380ec
Merge pull request #107490 from gebner/gstreamer-wrapper
...
treewide: use GST_PLUGIN_SYSTEM_PATH_1_0 instead of GST_PLUGIN_SYSTEM_PATH
2020-12-24 12:29:43 +01:00
Gabriel Ebner
c9161fb11a
treewide: use GST_PLUGIN_SYSTEM_PATH_1_0 instead of GST_PLUGIN_SYSTEM_PATH
...
When GST_PLUGIN_SYSTEM_PATH_1_0 is set, gstreamer ignores
GST_PLUGIN_SYSTEM_PATH.
2020-12-24 10:34:30 +01:00
TredwellGit
37abd75b93
libreoffice-fresh: 7.0.3.1 -> 7.0.4.2
2020-12-21 01:45:25 +00:00
Flakebi
9f8670c206
paperless: Fix build
...
paperless wasn't building because django-cors-headers didn't
build anymore with the pinned django version.
I tested the paperless service (editd a few documents) and it works
fine, even with django unpinned.
2020-12-12 13:18:13 +01:00
Frederik Rietdijk
3b85d7d54f
Merge pull request #106321 from NixOS/staging-next
...
Staging next
2020-12-11 15:56:17 +01:00
R. RyanTM
ca389ed6fb
beamerpresenter: 0.1.2 -> 0.1.3
2020-12-11 09:31:14 +00:00