Commit Graph

6 Commits

Author SHA1 Message Date
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Peder Bergebakken Sundt
985aa8174d treewide: unbreak appimageTools.wrapType2 builds
`appimageTools.wrapType2` no longer creates a binary `$out/bin/${name}` if `pname` and `version` is provided.
Derivations that have worked around this behavior with a `mv $out/bin/{${name},${pname}}` broke as a result.
This should fix most instances.

contex: #271071
2024-04-24 15:26:52 +02:00
Andrew Marshall
533c81beee fspy: mark insecure due to vendoring ancient Electron
Updating to use a newer version would require substantial upstream
changes, and upstream has no updates since 2020.
2024-04-04 00:24:57 -04:00
Thomas Gerbet
710266396a fspy: fix the build
Issue seems to have been introduced by 6ea33082ac.

ZHF: #172160
2022-05-13 10:10:37 +02:00
Sandro Jäckel
d1601019e2
fspy: fix nix-env version parsing 2022-04-30 02:39:15 +02:00
polygon
00ddf8c77b fspy: init at 1.0.3 2021-12-03 23:50:12 +01:00