Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c360fbc101e5
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7d7d12d22dc5
Choose a head ref
  • 5 commits
  • 5 files changed
  • 1 contributor

Commits on Mar 1, 2018

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3726a26 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ed7607f View commit details
  3. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    2f1c45c View commit details
  4. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    63c2494 View commit details
  5. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7d7d12d View commit details
1 change: 0 additions & 1 deletion pkgs/desktops/gnome-3/apps/bijiben/default.nix
Original file line number Diff line number Diff line change
@@ -34,7 +34,6 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Bijiben;
description = "Note editor designed to remain simple to use";
broken = true;
maintainers = gnome3.maintainers;
license = licenses.gpl3;
platforms = platforms.linux;
1 change: 1 addition & 0 deletions pkgs/desktops/gnome-3/core/simple-scan/default.nix
Original file line number Diff line number Diff line change
@@ -51,6 +51,7 @@ stdenv.mkDerivation rec {
'';
homepage = https://launchpad.net/simple-scan;
license = licenses.gpl3Plus;
maintainers = gnome3.maintainers;
platforms = platforms.linux;
};
}
4 changes: 4 additions & 0 deletions pkgs/desktops/gnome-3/misc/gspell/default.nix
Original file line number Diff line number Diff line change
@@ -9,6 +9,10 @@ stdenv.mkDerivation rec {
buildInputs = [ glib gtk3 isocodes ];

meta = with stdenv.lib; {
description = "A spell-checking library for GTK+ applications";
homepage = https://wiki.gnome.org/Projects/gspell;
license = licenses.lgpl21Plus;
maintainers = gnome3.maintainers;
platforms = platforms.linux;
};
}
1 change: 1 addition & 0 deletions pkgs/desktops/gnome-3/misc/libgda/default.nix
Original file line number Diff line number Diff line change
@@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
description = "Database access library";
homepage = http://www.gnome-db.org/;
license = [ licenses.lgpl2 licenses.gpl2 ];
maintainers = gnome3.maintainers;
platforms = platforms.linux;
};
}
4 changes: 4 additions & 0 deletions pkgs/desktops/gnome-3/misc/libgit2-glib/default.nix
Original file line number Diff line number Diff line change
@@ -16,6 +16,10 @@ stdenv.mkDerivation rec {
buildInputs = [ libssh2 ];

meta = with stdenv.lib; {
description = "A glib wrapper library around the libgit2 git access library";
homepage = https://wiki.gnome.org/Projects/Libgit2-glib;
license = licenses.lgpl21;
maintainers = gnome3.maintainers;
platforms = platforms.linux;
};
}