Commit Graph

9 Commits

Author SHA1 Message Date
Mario Rodas
38b1bad037 untrunc-anthwlock: add passthru.updateScript 2024-02-18 04:20:00 +00:00
Mario Rodas
bbcf1a58f9 untrunc-anthwlock: 2020.07.18 -> unstable-2021-11-21 2024-02-18 04:20:00 +00:00
Atemu
9bd2506458 treewide: make ffmpeg_4-dependant packages depend on ffmpeg_4
These packages were identified as broken when ffmpeg = ffmpeg_5.

Tested _only_ by building them. If you are a maintainer of one of these
packages, please test whether your package still works.
2023-03-13 16:42:22 -06:00
Sebastián Mancilla
3239a05357 untrunc-anthwlock: refactor build
Use buildPhase to make clear that we need two invocations of 'make' with
different targets.

Also set IS_RELEASE to 1 to ensure an optimized build is created instead
of a debug build (see Makefile).
2022-07-09 23:57:14 -04:00
Sebastián Mancilla
cf88ead89d untrunc-anthwlock: mark as unbroken on darwin
Fixed by c39770ecc5 (libui: fix typo when installing libs on darwin,
2022-07-09).
2022-07-09 23:56:43 -04:00
Rick van Schijndel
cd3c25616d treewide: pkgs/tools: mark broken for darwin
All packages that were failing on x86_64-darwin are marked broken.
I'm assuming here that these are also broken on aarch64-darwin.
2022-05-29 10:56:04 +02:00
zowoq
31f5dd3f36 treewide: editorconfig fixes
- remove trailing whitespace
- use spaces for indentation
2021-01-20 09:11:11 +10: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
José Romildo Malaquias
5b9ec0f003 untrunc-anthwlock: init at 2020.07.18 2020-07-30 13:39:18 -03:00