Commit Graph

19 Commits

Author SHA1 Message Date
K900
97a95cd143 glaxnimate: backport patch to fix build with latest ffmpeg 2024-10-03 09:19:37 +03:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
aleksana
592e3845c4 treewide: sha256 -> hash attribute for fetchgit 2024-07-14 19:10:08 +08:00
Alexis Hildebrandt
bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
Tobias Bora
3ea085d8d7
glaxnimate: 0.5.1 -> 0.5.4 + fix #263731 (#264387) 2023-11-19 18:44:56 +02:00
figsoda
50acc2d57a pkgs/applications: replace "${version}" with version 2023-07-02 14:39:50 -04:00
Thibault Gagnaux
ad92b19e36 glaxnimate: disable failing integration test on darwin 2023-01-10 14:03:32 +01:00
Tobias Bora
469505483b Fix editorconfig-checker… really annoying on trailing whitespace 2023-01-09 12:57:15 +01:00
Tobias Bora
72f79812e5 Glaxnimate: fix tester 2023-01-09 12:57:15 +01:00
Tobias Bora
3be80fbf1f Glaxnimate: fix plugins and export to gif 2023-01-09 12:57:15 +01:00
Tobias Bora
d243b132ad Update pkgs/applications/video/glaxnimate/default.nix
Co-authored-by: Manuel Bärenz <programming@manuelbaerenz.de>
2023-01-09 12:57:15 +01:00
Tobias Bora
8b1d3a6d14 Update pkgs/applications/video/glaxnimate/default.nix
Co-authored-by: tricktron <tgagnaux@gmail.com>
2023-01-09 12:57:15 +01:00
Tobias Bora
dfb582daa7 Update pkgs/applications/video/glaxnimate/default.nix
Co-authored-by: tricktron <tgagnaux@gmail.com>
2023-01-09 12:57:15 +01:00
Tobias Bora
e8b763c9db Update pkgs/applications/video/glaxnimate/default.nix
Co-authored-by: tricktron <tgagnaux@gmail.com>
2023-01-09 12:57:15 +01:00
Tobias Bora
5de5cf5a91 Update pkgs/applications/video/glaxnimate/default.nix
Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
2023-01-09 12:57:15 +01:00
Tobias Bora
424150e011 Update pkgs/applications/video/glaxnimate/default.nix
Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
2023-01-09 12:57:15 +01:00
Tobias Bora
517c661748 minor change
Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
2023-01-09 12:57:15 +01:00
Tobias Bora
92cbb32090 Glaxnimate: init at 0.5.1 2023-01-09 12:57:15 +01:00