Unverified Commit 736c6be4 authored by Bobby Rong's avatar Bobby Rong
Browse files

treewide: Move away from wiki.gnome.org

The wiki.gnome.org site is planned for retirement.
parent a6a01f8c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# NixOS tests for gnome-desktop-testing-runner using software
# See https://wiki.gnome.org/Initiatives/GnomeGoals/InstalledTests
# See https://github.com/NixOS/nixpkgs/issues/34987

{ system ? builtins.currentSystem,
  config ? {},
+0 −8
Original line number Diff line number Diff line
@@ -24,14 +24,6 @@

assert stdenv.isLinux -> util-linuxMinimal != null;

/*
  * TODO:
  * Use --enable-installed-tests for GNOME-related packages,
      and use them as a separately installed tests run by Hydra
      (they should test an already installed package)
      https://wiki.gnome.org/Initiatives/GnomeGoals/InstalledTests
  * Support org.freedesktop.Application, including D-Bus activation from desktop files
*/
let
  # Some packages don't get "Cflags" from pkg-config correctly
  # and then fail to build when directly including like <glib/...>.
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
  inherit monoDLLFixer;

  meta = with lib; {
    homepage = "https://wiki.gnome.org/Attic/Hyena";
    homepage = "https://gitlab.gnome.org/Archive/hyena";
    description = "A C# library which contains a hodge-podge of random stuff";
    longDescription = ''
      Hyena is a C# library used to make awesome applications. It contains a lot of random things,
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ stdenv.mkDerivation rec {
      for those libraries. In other cases, our design isn't quite generic
      enough to work for everyone.
    '';
    homepage = "https://wiki.gnome.org/Apps/Builder";
    homepage = "https://gitlab.gnome.org/GNOME/libdazzle";
    license = licenses.gpl3Plus;
    maintainers = teams.gnome.members;
    platforms = platforms.unix;
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {

  meta = with lib; {
    description = "Small library intended for internal use by GNOME Games, but it may be used by others";
    homepage = "https://wiki.gnome.org/Apps/Games";
    homepage = "https://gitlab.gnome.org/GNOME/libgnome-games-support";
    license = licenses.lgpl3Plus;
    maintainers = teams.gnome.members;
    platforms = platforms.unix;
Loading