Commit Graph

9 Commits

Author SHA1 Message Date
friedemann
365e387c49
treewide: remove friedelino as maintainer (#320728) 2024-06-18 19:11:26 +08:00
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
Robert
fa2d0c69d1 googleearth-pro: more specific vulnerability description
The current description of the vulnerabilities in Google Earth Pro is rather vague, so I have added a more detailed decision to help someone evaluate if it is safe to use or not. This is according to:

https://github.com/NixOS/nixpkgs/issues/141239#issuecomment-942911083

Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
2024-04-10 16:23:23 +02:00
Joachim Breitner
dc97d2c264 googleearth-pro: Avoid dragging in stdenv
I noticed that my system closure contained duplicate of various
packages, and traced it back to `googleearth-pro`. It included a
`env-vars` file created by `stdenv` which pulled in lots of build tools,
and it seems it was copied in `installPhase` by accident.
By only copying the directories from the upstream package, the number of paths
in the closure is reduced noticably:

```diff
~/build/nixpkgs $ diff -u <(nix-store --query -R result-before|wc -l) <(nix-store --query -R result|wc -l)
--- /dev/fd/63	2023-04-23 14:31:22.653577750 +0200
+++ /dev/fd/62	2023-04-23 14:31:22.654577714 +0200
@@ -1 +1 @@
-396
+256
$ du -sch $(nix-store -qR result-before) | grep total
1.5G    total
$ du -sch $(nix-store -qR result) | grep total
894M    total
```
2023-04-28 22:46:34 +03:00
Robert Scott
466c2e342a treewide/applications: add sourceType binaryNativeCode for many packages 2022-06-23 18:38:19 +01:00
squalus
1f911dc73c googleearth-pro: 7.3.3.7786 -> 7.3.4.8248
Switch back to using bundled libraries. This fixes program startup and
graphical errors during runtime. Fixes #141239.
2021-10-30 13:35:55 -07:00
SCOTT-HAMILTON
0cf4190344 googleearth-pro: don't use bundled libs 2021-04-26 12:55:28 +02:00
SCOTT-HAMILTON
db06981716 googleearth-pro: fix xkb keyboard 2021-04-23 21:35:52 +02:00
Frido Friedemann
af7ac408a1 googleearth-pro: init at 7.3.3.7786 2021-04-14 06:40:49 +02:00