Commit Graph

27 Commits

Author SHA1 Message Date
José Romildo
821a3045db lxqt.qtermwidget: 2.0.1 -> 2.1.0 2024-11-07 23:55: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
José Romildo
86056190ef lxqt.qtermwidget: 2.0.0 -> 2.0.1
Diff: https://github.com/lxqt/qtermwidget/compare/2.0.0...2.0.1
2024-06-28 09:34:07 -03: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
José Romildo
d735378802 lxqt.qtermwidget: add prior version 1.4.0 for compatibility with qt5 2024-06-06 10:13:26 -03:00
José Romildo
9ee17ce743 lxqt.qtermwidget: 1.4.0 -> 2.0.0
Diff: https://github.com/lxqt/qtermwidget/compare/1.4.0...2.0.0
2024-05-20 09:49:17 -03:00
José Romildo
7102217fce lxqt.qtermwidget: use mkDerivation from stdenv 2024-04-19 14:39:01 -03:00
José Romildo
c87e4511d0 lxqt.qtermwidget: 1.3.0 -> 1.4.0 2023-11-10 08:36:07 -03:00
José Romildo
b38a3f2037 lxqt.qtermwidget: 1.2.0 -> 1.3.0 2023-04-17 14:41:30 -03:00
José Romildo
82fce881c8 lxqt.qtermwidget: 1.1.0 -> 1.2.0 2022-11-09 10:43:01 -03:00
José Romildo
4a9e77cea0 lxqt: use gitUpdater instead of lxqtUpdateScript 2022-09-27 23:41:53 -03:00
Rick van Schijndel
7a68548822
treewide: pkgs/desktops: mark broken for darwin 2022-05-30 13:42:58 +02:00
José Romildo
417b1c12b2 lxqt: add maintainers team 2022-05-01 13:03:21 -03:00
José Romildo
0cf20940db lxqt.qtermwidget: 1.0.0 -> 1.1.0 2022-04-17 21:50:03 -03:00
José Romildo
5330d479fb lxqt.qtermwidget: 0.17.0 -> 1.0.0 2021-11-05 14:35:02 -03:00
José Romildo Malaquias
b5f5ff3043 lxqt.qtermwidget: 0.16.1 -> 0.17.0 2021-04-16 17:36:32 -03:00
AndersonTorres
591f129c6d lxqt: cosmetical changes
Updated the GPL and LGPL licenses.
2021-02-08 11:41:52 -03:00
José Romildo Malaquias
7c68c4c367 lxqt.qtermwidget: 0.15.0 -> 0.16.1 2020-12-16 10:28:47 -03:00
José Romildo Malaquias
7729ea883b lxqt.qtermwidget: 0.14.1 -> 0.15.0 2020-04-29 16:12:29 -03:00
José Romildo Malaquias
f27301cd32 lxqt: add updater script to individual packages 2020-04-29 16:12:26 -03:00
José Romildo Malaquias
5abed165e0 lxqt: format nix expressions with nixpkgs-fmt 2020-04-29 16:12:26 -03:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
worldofpeace
3167eb3780 lxqt: use qt5's mkDerivation
This should also ensure that the applications get wrapped
appropriately.
2019-08-19 21:22:18 -04:00
José Romildo Malaquias
d8bf91891f lxqt.qtermwidget: 0.14.0 -> 0.14.1 2019-02-26 20:00:16 -03:00
José Romildo Malaquias
f0c7f54bd2 qtermwidget: remove version 0.7.1 2019-02-12 09:56:10 -02:00
José Romildo Malaquias
f45affe838 qtermwidget: 0.9.0 -> 0.14.0 2019-02-12 09:56:08 -02:00
José Romildo Malaquias
2047e28c7f lxqt: mv contents of base, core and optional to parent directory (#46484) 2018-09-10 23:00:14 +02:00