Commit Graph

73 Commits

Author SHA1 Message Date
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
Jan Tojnar
9f3282ec3b gnome2.libbonobo: Drop 2024-07-03 22:43:41 +02:00
Jan Tojnar
9fb7750cdd gnome2.libbonoboui: Remove 2024-07-03 22:43:41 +02:00
Jan Tojnar
77f5a747f4 gnome2.gnome_vfs: remove
This has been long dead.
2024-07-03 22:43:41 +02:00
Jan Tojnar
9dcf8132c9 gnome2.libgnome: remove
This has been long dead.
2024-07-03 22:43:41 +02:00
Jan Tojnar
fd4cba375d gnome2.libgnomeui: remove
This has been long dead.
2024-07-03 22:43:41 +02:00
Fabián Heredia Montiel
c0073d1dda gnome2: remove reference to gdk_pixbuf (throw since 2022-02) 2023-10-03 15:59:10 -06:00
Jan Tojnar
6be4122dd5 rarian: remove
It is still being maintained somewhat but basically nothing uses it and even Debian dropped it:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=914523
2023-07-05 02:11:03 +02:00
Bobby Rong
9a03fd8709
gnome2.libgnomecanvasmm: remove
Unmaintained and no package depends on it.
2023-01-15 12:04:18 +08:00
Bobby Rong
5418640b81
gnome2.gtkhtml4: remove
Unmaintained and no package depends on it.
2023-01-15 11:56:53 +08:00
Bobby Rong
0ff53d61ff
gnome2.gtkhtml: remove
Unmaintained and no package depends on it.
2023-01-15 11:20:21 +08:00
Bobby Rong
cddd1837e6
gnome2.libgtkhtml: remove
Unmaintained and no package depends on it.
2023-01-15 11:20:21 +08:00
Bobby Rong
57beace554
gnome2.libgnomecups: remove
Unmaintained and no package depends on it.
2023-01-15 11:20:21 +08:00
Bobby Rong
e3cff49297
gnome2.libgnomeprint: remove
Unmaintained and no package depends on it.
2023-01-15 11:01:45 +08:00
Bobby Rong
1a174d730e
gnome2.libgnomeprintui: remove
Unmaintained and no package depends on it.
2023-01-15 11:00:08 +08:00
Bobby Rong
24d48710d8
gnome2.gnome_python: remove
Unmaintained, depends on libgnome + python2
2023-01-14 23:51:14 +08:00
Bobby Rong
55bf5657c4
gnome2.gnome_python_desktop: remove
Unmaintained, depends on libgnome + python2
2023-01-14 23:47:48 +08:00
Azat Bahawi
085101b00f
gnome2.scrollkeeper: remove 2022-11-08 02:11:28 +03:00
Robert Hensing
200175a701 config.allowAliases: Define as option
This simplifies usages and makes the default value consistent.

In a few cases, the default value was interpreted to be `false`,
but this is useless, because virtually nobody will explicitly
set `allowAliases = true;`.
2022-04-01 11:33:10 +02:00
piegames
5f192c0e73 libglademm: drop 2022-01-29 18:09:14 +01:00
Martin Weinelt
6de75c797a
gnome2.vte: drop
Depends on pygtk, which is python2 only and thus due for removal.
2022-01-19 13:45:07 +01:00
Daniel Șerbănescu
8696842641 gtkhtml4: added support for enchant2 2022-01-13 14:15:56 +01:00
Olli Helenius
8609f3fd20
libwnck: make 3.36.0 default 2021-06-24 18:04:30 +03:00
Matthew Van Gundy
3d5c4053ca
Configure gnome2.gtksourceview to build with autoconf 2.69
`nix-build -A gnome2.gtksourceview` fails to build with autoconf 2.70 with the following error:
...
autoreconf: running: intltoolize --copy --force
You should update your 'aclocal.m4' by running aclocal.
autoreconf: running: gtkdocize --copy
Can't exec "gtkdocize": No such file or directory at /nix/store/hm8xfxprfk4l1msb9hpjwgydilbqlvl5-autoconf-2.70/share/autoconf/Autom4te/FileUtils.pm line 293.
autoreconf: error: gtkdocize failed with exit status: 2

gnome2.gtksourceview builds successfully with autoconf 2.69.
2021-03-14 11:28:01 -07:00
José Romildo Malaquias
737586bf4f gnome2.gnome-icon-theme: move to pkgs/data/icons 2020-04-05 22:14:23 -03:00
José Romildo Malaquias
4d9a57bd76 treewide: rename gnome2.gnome_icon_theme package to use dashes 2020-04-03 23:24:53 -03:00
Juanjo Presa
8ea52dfbdf gnome2.gnome_vfs: openssl-1.1 patch
Use fetchpatch and explain the issue
2019-11-11 21:38:15 +00:00
Jan Tojnar
8605b470ba
gnome2.gvfs: drop
Not needed by anything and dropping it will allow us to clean up the expression.

Changed to an alias as that is what it was in the first place.
2019-09-03 03:48:05 +02:00
Robin Gloster
a22429bf05
pin some packages to openssl 1.0.2 for now 2019-07-29 21:25:10 +02:00
Matthew Bauer
ba76fa91c7 treewide: handle enchant = enchant2
patch or provide backup to enchant1 where necessary
2019-06-03 12:47:28 -04:00
Jan Tojnar
57c745f530
gnome2: remove aliases 2019-03-05 15:37:45 +01:00
Jan Tojnar
bbe29c055d
gnome2: use makeScope 2019-03-05 15:27:24 +01:00
Jan Tojnar
8a0f255cda
gnome2.gtkglextmm: drop 2018-09-14 01:52:22 +02:00
Jan Tojnar
2ff2b89fdf
gnome2.gconfmm: drop 2018-09-14 00:18:18 +02:00
Jan Tojnar
aebb64f59f
gnome2.gnome-desktop: drop 2018-08-09 17:36:49 +02:00
Jan Tojnar
ba4835dea8
gnome2.libgnomekbd: drop 2018-08-09 17:36:49 +02:00
Jan Tojnar
f82f302743
gnome2.libgweather: drop 2018-08-09 17:36:49 +02:00
Jan Tojnar
0e68d11b86
gnome2.zenity: drop 2018-08-09 17:36:48 +02:00
Jan Tojnar
34aea495eb
gnome2.gnome_keyring: drop 2018-08-09 17:36:48 +02:00
Jan Tojnar
6b2a175c5e
gnome2.gnome_vfs_monikers: drop 2018-08-09 17:36:48 +02:00
Jan Tojnar
d76754fe80
gnome2.at_spi: drop 2018-08-09 17:36:47 +02:00
Jan Tojnar
5d23756c7b
gnome2.gnome_menus: drop 2018-08-09 17:36:47 +02:00
Jan Tojnar
27a938b414
gnome2.metacity: drop 2018-08-09 17:36:47 +02:00
Jan Tojnar
31559eb969
gnome2.gnome-panel: drop 2018-08-09 17:36:46 +02:00
Jan Tojnar
d293fca58a
gnome2.gnome-settings-daemon: drop 2018-08-09 17:36:44 +02:00
Jan Tojnar
f27f4be540
gnome2.gnome-control-center: drop 2018-08-09 17:36:44 +02:00
Jan Tojnar
0dec4fa1db
rarian: merge gnome{2,3}.rarian 2018-04-25 15:53:26 +02:00
Robin Gloster
e43dd6f164
gnome2.gnome-session: remove 2018-03-02 11:56:45 +01:00
Jan Tojnar
a31d98f312
tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
Samuel Leathers
2aa8bc45d3 gnome2.gtkhtml4: init at 4.10.0 2017-09-04 08:23:52 -04:00