Commit Graph

11 Commits

Author SHA1 Message Date
R. Ryantm
c88016eec8 rmg-wayland: 0.6.5 -> 0.6.6 2024-10-03 23:52:30 +00: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
Sigmanificient
61fe0c0416 pkgs/by-name: remove unused arguments 2024-07-26 10:11:07 +02:00
OPNA2608
39af80aaca rmg: 0.5.7 -> 0.6.5 2024-07-05 13:07:46 +02:00
Kira Bruneau
c4cbe99d0c rmg: add option to build with experimental wayland support 2024-05-01 17:55:19 -04:00
OPNA2608
0ac780fa94 rmg: Fix licensing
- Fix meta.license
- Offer an extra, default-false option to build with license-compromising plugin
  - Taint meta.license to unfree when used
2024-01-28 22:33:51 +01:00
OPNA2608
0abe7e75d2 rmg: Fetch patch for bad GNUInstallDirs variable concatenation
Fixes startup
2024-01-28 21:41:04 +01:00
OPNA2608
58bea8a94c rmg: 0.5.6 -> 0.5.7 2024-01-28 21:23:27 +01:00
R. Ryantm
2f8b1487b4 rmg: 0.5.5 -> 0.5.6 2024-01-26 22:14:45 +00:00
R. Ryantm
9ac177fcf3 rmg: 0.5.4 -> 0.5.5 2024-01-16 18:23:10 +00:00
slam-bert
5a0bebf0fd
rmg: init at 0.5.4
rmg: append to init at 0.5.4

rmg: further add to init at 0.5.4

rmg: (hopefully) finally finish init at 0.5.4

rmg: fix qt imports for init at 0.5.4

rmg: move 'which' to nativeBuildInputs for init at 0.5.4

rmg: try only importing 'which' in init at 0.5.4

rmg: fix a whitespace error in init at 0.5.4

rmg: remove 'dash' for init at 0.5.4

rmg: fix up qt packages for init at 0.5.4

rmg: remove seperate 'wrapQtAppsHook' from imports for init at 0.5.4

rmg: add myself to 'maintainer-list.nix' for init at 0.5.4
2024-01-14 01:00:09 -06:00