Commit graph

3284 commits

Author SHA1 Message Date
R. RyanTM f4bc62987a emulsion: 7.2 -> 8.0 2021-01-18 15:51:08 +00:00
Jörg Thalheim d8d06d1cec
Merge pull request #109455 from siraben/remove-stdenv-lib 2021-01-16 16:17:07 +00:00
Mario Rodas 13feddd19e
Merge pull request #107303 from bcdarwin/update-f3d
f3d: 1.0.1 -> 1.1.0
2021-01-16 08:32:37 -05:00
Ben Siraphob badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
Ben Siraphob 8dd78bb4fb treewide: fix double quoted strings in meta.description 2021-01-16 11:29:30 +07:00
ppenguin 4f80e06846 freecad: add scipy and pyyaml to dependencies
Closes #108424
2021-01-15 10:51:03 +01:00
Sandro 2416b9da70
Merge pull request #109381 from lucasew/fix/zgrviewer
zgrviewer: fix java jre binary path
2021-01-14 19:05:49 +01:00
Lucas Eduardo ebdf3cf3cb zgrviewer: fix java jre binary path
Signed-off-by: GitHub <noreply@github.com>
2021-01-14 16:50:34 +00:00
Florian Klink 038de4c5b1 ufraw: remove
This is broken and unmaintained. nufraw seems to be a drop-in
alternative, but is currently broken (see
https://github.com/NixOS/nixpkgs/pull/108993#issuecomment-757988146).

Using Darktable seems to be the reasonable choice for now.

Closes https://github.com/NixOS/nixpkgs/issues/97946.
2021-01-13 00:30:46 +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
github-actions[bot] fcbe48c797
Merge master into staging-next 2021-01-09 18:41:27 +00:00
Pavol Rusnak 5468a0563f
Merge pull request #108820 from prusnak/xr-update
monado: Add serviceSupport option
2021-01-09 17:58:08 +01:00
Michael Weiss 8ae8602bf7
Merge branch 'master' into staging-next
Manually resolved a conflict in
pkgs/development/libraries/libbladeRF/default.nix.
2021-01-09 12:16:11 +01:00
Alyssa Ross 81b0104d85 hello-wayland: init at 2020-07-27
This is a program that just displays a static cat picture in a Wayland
window.  I packaged it a while ago thinking it wouldn't be useful for
anybody else, but a conversation on IRC today made me realise it would
be!

hello-wayland is very useful as a minimal example when hacking on
Wayland ecosystem stuff -- even if Firefox doesn't work yet,
hello-wayland probably will and that can be useful to guide you in the
right direction!
2021-01-09 06:47:53 +00:00
Joe Hermaszewski 42743be017
monado: Add serviceSupport option
This controls XRT_FEATURE_SERVICE. See
https://gitlab.freedesktop.org/monado/monado/-/blob/master/doc/targets.md#xrt_feature_service-disabled
for more info.
2021-01-09 00:38:10 +01:00
Joe Hermaszewski b08b22d85f
xrgears: init at unstable-2020-04-15 2021-01-09 00:36:01 +01:00
github-actions[bot] f89e74dbcc
Merge master into staging-next 2021-01-08 18:37:56 +00:00
Sandro e90b05bfd8
Merge pull request #108729 from sikmir/mtpaint
mtPaint: 3.49.12 → 3.50.01
2021-01-08 16:18:59 +01:00
Jan Tojnar e6c0c98940
Merge branch 'master' into staging-next
zynaddsubfx conflict has been updated to 3.0.1, which conflicted with rewrite after 3.0.5 update on a different branch.
2021-01-08 02:07:34 +01:00
Nikolay Korotkiy 0231df9cb5
mtPaint: 3.49.12 → 3.50.01 2021-01-08 01:52:44 +03:00
Sandro b6fe20a272
Merge pull request #108626 from asbachb/new/nufraw
nufraw: init at 0.43-3
2021-01-07 23:42:05 +01:00
Benjamin Asbach e02bf0737b nufraw: init at 0.43-3
`nufraw` is used to manipulate raw images.
`nufraw-thumbnailer` is used to generate thumbnails for raw images.

relates #108444
2021-01-07 22:41:34 +01:00
Michele Guerini Rocco 29aefd4b73
Merge pull request #108309 from sternenseemann/imv-4.2.0
imv: 4.1.0 -> 4.2.0
2021-01-07 19:52:50 +01:00
Jan Tojnar f19eb635b4
Merge branch 'master' into staging-next
b04fc593e7 seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
2021-01-07 13:04:31 +01:00
Pavol Rusnak 5f114a0bcf monado: init at 0.4.1 2021-01-06 12:15:44 +01:00
S. Nordin Abouzahra 32fefa8fb1 digikam: enable appstyles
Without this digikam forces the fusion style.
2021-01-04 18:58:23 -05:00
sternenseemann 4f927ee341 imv: make every backend and window system configurable
The following new derivation inputs are added:
* withBackends: a list of all backends to enable. The valid names are
  the same as specified in imv's meson_options.txt. Default is to enable
  all 7 backends: freeimage, libtiff, libjpeg(_turbo), libpng, librsvg,
  libnsgif and libheif
* withWindowSystem: either all, x11 or wayland to describe window system
  support.
2021-01-05 00:23:09 +01:00
sternenseemann c391b303ca imv: use substituteInPlace 2021-01-04 14:41:45 +01:00
John Ericson b03fdcc7f9
Merge pull request #108300 from siraben/parallel-cmake
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 13:22:09 -05:00
github-actions[bot] 0649757570
Merge staging-next into staging 2021-01-03 12:24:59 +00:00
sternenseemann a1e9a94785 imv: 4.1.0 -> 4.2.0
* switch build system to wayland
* enable all backends by adding the following to buildInputs as meson
  autodetects which backends are available.
  * libtiff
  * libheif
  * libpng

Open questions:

* imv prints a warning from the tiff backend everytime a non tiff file
  is opened: Is this normal? Seems harmless enough though.
* Should we make backends configurable / optional? I readded some
  backends which apparently were removed, but still given as an argument
  to the derivation.

Resolves #108185.
2021-01-03 12:54:39 +01:00
Ben Siraphob 3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
Sandro 0960eff85c
Merge pull request #108215 from fgaz/evilpixie/0.2.1
evilpixie: 0.2 -> 0.2.1
2021-01-03 09:51:11 +01:00
zowoq fb2311d430 Merge staging-next into staging 2021-01-03 16:33:28 +10:00
Francesco Gazzetta a7a83fb545 evilpixie: 0.2 -> 0.2.1 2021-01-02 12:21:08 +01:00
Sandro 42cab08a50
Merge pull request #108122 from danieldk/drawio-14.1.5
drawio: 13.9.9 -> 14.1.5
2021-01-01 20:51:47 +01:00
Ben Siraphob 3496ce2a0c treewide: remove trailing whitespaces 2021-01-01 10:41:04 -08:00
github-actions[bot] 0eb369d907
Merge staging-next into staging 2021-01-01 18:39:12 +00:00
Daniël de Kok a628f79c0c drawio: 13.9.9 -> 14.1.5
Changelog:

https://github.com/jgraph/drawio-desktop/releases/tag/v14.1.5
https://github.com/jgraph/drawio-desktop/releases/tag/v14.1.4
2021-01-01 13:59:44 +01:00
Anderson Torres c868414fcf
Merge pull request #107831 from magnetophon/emulsion
emulsion: init at 7.2
2021-01-01 09:46:26 -03:00
Bart Brouns b4a9a5ad71 emulsion: init at 7.2 2021-01-01 06:01:59 +01:00
Ben Siraphob b04fc593e7 treewide: cmake buildInputs to nativeBuildInputs, minor cleanups 2021-01-01 11:52:33 +07:00
Doron Behar f6188ca545
Merge pull request #84939 from doronbehar/package-ocrfeeder 2020-12-30 08:49:15 +02:00
Johannes May 15ff43f8d3 darktable: 3.2.1 -> 3.4.0
Release information: https://www.darktable.org/2020/12/darktable-340-released/
2020-12-27 11:53:22 +00:00
Ben Darwin 30c36ec838 f3d: 1.0.1 -> 1.1.0 2020-12-20 21:12:23 -05:00
Nikolay Korotkiy a5ec4f99db
xournalpp: 1.0.19 → 1.0.20 2020-12-17 22:12:45 +03:00
Doron Behar 9196e0db94
Merge pull request #92113 from AshyIsMe/paraview-numpy-filter
paraview: Fix dataset filtering
2020-12-16 21:44:47 +02:00
Pavol Rusnak f4d52887c3
Merge pull request #106808 from sikmir/qvge
qvge: 0.6.1 → 0.6.2
2020-12-14 17:42:43 +01:00
Nikolay Korotkiy 625f36b2a2
qvge: 0.6.1 → 0.6.2 2020-12-13 12:10:10 +03:00
Thomas Tuegel e772531ce8
Merge pull request #104474 from doronbehar/pkg/qt515/qtwebkit
qt515.qtwebkit: unbreak
2020-12-11 05:43:59 -06:00