Commit Graph

12 Commits

Author SHA1 Message Date
Aleksana
3a5940b539
localsend: remove absolute path in desktop entry (#348584) 2024-10-17 11:48:50 +08:00
Gavin John
6c4df89bac localsend: Use copyDesktopItems 2024-10-15 11:13:59 -07:00
Gavin John
61ea44d292 localsend: remove absolute path in desktop entry
Addresses https://github.com/NixOS/nixpkgs/issues/308324
2024-10-15 00:21:42 -07:00
Tristan Ross
98a18e8bd0
localsend: fix window visibility 2024-10-14 10:20:35 -07:00
Tristan Ross
849581c25b
localsend: 1.15.4 -> 1.15.4-unstable-2024-09-25 2024-10-06 09:05:05 -07: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
Peder Bergebakken Sundt
27d5b878ea localsend: 1.15.0 -> 1.15.4 2024-08-21 00:58:53 +02:00
Peder Bergebakken Sundt
7020a1d893 treewide: default.nix -> package.nix in pkgs/by-name
We need to remember to go over all the update scripts once the mass-by-name migration has happened
2024-08-18 18:09:17 +02:00
Gavin John
3a6ef929de localsend: remove a with lib 2024-08-07 18:43:59 +01:00
linsui
26b069decb localsend: 1.14.0 -> 1.15.0 2024-07-16 20:49:09 +08:00
linsui
63425c530c localsend: format 2024-07-16 20:27:22 +08:00
linsui
11f1030337 localsend: move to by-name 2024-07-16 20:27:22 +08:00