Commit graph

22 commits

Author SHA1 Message Date
Guillaume Girol 33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Robert Helgesson bacac7cf54 sigal: fix crash when building gallery
When building a gallery using `sigal build` the process would error
out with an message along the lines of

    shutil.Error: [('/nix/store/…/static/css',
                    '/…/_build/static/css',
                    "[Errno 13] Permission denied: '/…/_build/static/css'"),
                   …
                  ]

This is caused by `shutil.copytree` copying the permissions (555) of
the directories in the Nix store and then attempting to make
modifications to the copied directory. The patch makes the copy ignore
the permissions of directories.
2022-08-31 13:06:50 +02:00
Winter 65372689a1
Merge pull request #179366 from amesgen/sigal-fix
sigal: add `setuptools` to deps
2022-07-17 03:16:29 -04:00
Sebastián Mancilla 09ae560c92 sigal: fix build on darwin
Disable failing test.
2022-07-10 00:09:30 -04:00
amesgen b622a65477
sigal: add setuptools to deps 2022-06-27 21:17:01 +02:00
Rick van Schijndel 37c633f7ae treewide: pkgs/applications: mark broken for darwin 2022-05-29 10:56:04 +02:00
Fabian Affolter 559f41b0ec sigal: 2.2 -> 2.3 2022-04-26 11:44:18 +02:00
Robert Schütz fdfe544443 sigal: remove optional dependency boto
It does not support Python 3.9.
2021-07-05 12:34:02 -07:00
Robert Schütz 468926cba4 sigal: 2.1.1 -> 2.2 2021-04-25 17:15:16 +02:00
Matthias Beyer 1d5a8a0eed
sigal: 2.0 -> 2.1 (#88759)
Only build with python at least at 3.6.0
2020-10-05 08:35:37 -05:00
Doron Behar 01d4e2fe33 treewide: use ffmpeg_3 explicitly if not wanted otherwise
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that
used `ffmpeg` without requiring a specific version now use ffmpeg_3
explicitly so they shouldn't change.
2020-06-12 11:55:31 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM aa018b57f2 sigal: 1.4.1 -> 2.0 (#55155)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sigal/versions
2019-03-15 20:43:43 +01:00
Matthias Beyer f1f4f38909 Revert "Remove maintainership"
I'm baaaaack!

This patch reverts my patch where I removed myself as maintainer because
of my traveling. I'm back now and I want to maintain these packages
again.

This reverts commit ce1c1e3093.
2019-02-20 19:57:34 +01:00
Robert Schütz a7a8570eed
sigal: use python3Packages (#54187) 2019-01-19 17:33:10 +01:00
R. RyanTM 72283489f2 sigal: 1.4.0 -> 1.4.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/sigal/versions
2018-10-14 09:00:23 +02:00
Robert Schütz 6d8a587017 sigal: add ffmpeg to PATH 2018-04-08 16:33:28 +02:00
Matthias Beyer ce1c1e3093 Remove maintainership
With this patch I remove myself as a maintainer for all packages I
currently maintain.

This is due the fact that I will be basically off the grid from May 2018
until early 2019, as I will be on a trip through north america.

I will revert this patch as soon as I'm back, as I plan to continue
contributing to nixpkgs then.
But as I cannot maintain anything during that time, I'd like to get this
patch merged.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2018-04-06 10:57:19 +02:00
Matthias Beyer 5655df2227 sigal: 1.3.0 -> 1.4.0 2018-02-21 14:17:20 +01:00
Matthias Beyer b9bade971d sigal: 1.0.1 -> 1.3.0 2018-01-12 11:32:29 +01:00
Matthias Beyer 0a339f5a55 sigal: Use fetchPypi instead of fetchurl 2018-01-12 11:32:19 +01:00
Matthias Beyer 2eba34d960 sigal: Move to applications/misc 2018-01-12 11:29:13 +01:00