Merge pull request #203575 from wegank/gnome-darwin

gnome: add darwin support for some packages
This commit is contained in:
Jörg Thalheim
2022-12-01 23:09:08 +01:00
committed by GitHub
6 changed files with 6 additions and 6 deletions
@@ -63,6 +63,6 @@ stdenv.mkDerivation rec {
description = "Simple and beautiful calendar application for GNOME";
maintainers = teams.gnome.members;
license = licenses.gpl3Plus;
platforms = platforms.linux;
platforms = platforms.unix;
};
}
@@ -84,6 +84,6 @@ stdenv.mkDerivation rec {
description = "Clock application designed for GNOME 3";
maintainers = teams.gnome.members;
license = licenses.gpl2Plus;
platforms = platforms.linux;
platforms = platforms.unix;
};
}
+1 -1
View File
@@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
homepage = "https://wiki.gnome.org/Apps/Vinagre";
license = licenses.gpl2Plus;
maintainers = teams.gnome.members;
platforms = platforms.linux;
platforms = platforms.unix;
};
}
+1 -1
View File
@@ -46,6 +46,6 @@ stdenv.mkDerivation rec {
homepage = "https://wiki.gnome.org/Apps/Atomix";
license = licenses.gpl2Plus;
maintainers = teams.gnome.members;
platforms = platforms.linux;
platforms = platforms.unix;
};
}
+1 -1
View File
@@ -60,6 +60,6 @@ stdenv.mkDerivation rec {
description = "GTK application to generate and let you play games of Hitori";
maintainers = teams.gnome.members;
license = licenses.gpl2;
platforms = platforms.linux;
platforms = platforms.unix;
};
}
+1 -1
View File
@@ -64,6 +64,6 @@ stdenv.mkDerivation rec {
description = "Sort of poker with dice and less money";
maintainers = teams.gnome.members;
license = licenses.gpl2Plus;
platforms = platforms.linux;
platforms = platforms.unix;
};
}