Unverified Commit a81e5df1 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #206771 from wegank/gnome-darwin

parents 2b6a58a6 db6df98c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -107,6 +107,6 @@ python3.pkgs.buildPythonApplication rec {
    description = "Music player and management application for the GNOME desktop environment";
    maintainers = teams.gnome.members;
    license = licenses.gpl2Plus;
    platforms = platforms.linux;
    platforms = platforms.unix;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -69,6 +69,6 @@ stdenv.mkDerivation rec {
    homepage = "https://wiki.gnome.org/Apps/DiskUsageAnalyzer";
    license = licenses.gpl2Plus;
    maintainers = teams.gnome.members;
    platforms = platforms.linux;
    platforms = platforms.unix;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -73,6 +73,6 @@ stdenv.mkDerivation rec {
    homepage = "https://wiki.gnome.org/Apps/DconfEditor";
    license = licenses.gpl3Plus;
    maintainers = teams.gnome.members;
    platforms = platforms.linux;
    platforms = platforms.unix;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -76,6 +76,6 @@ stdenv.mkDerivation rec {
    description = "Application that solves mathematical equations and is suitable as a default application in a Desktop environment";
    maintainers = teams.gnome.members;
    license = licenses.gpl3Plus;
    platforms = platforms.linux;
    platforms = platforms.unix;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -80,6 +80,6 @@ stdenv.mkDerivation rec {
    description = "Dictionary is the GNOME application to look up definitions";
    maintainers = teams.gnome.members;
    license = licenses.gpl2;
    platforms = platforms.linux;
    platforms = platforms.unix;
  };
}
Loading