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: 88bcbd402376
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8abfa4084b5e
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Oct 8, 2018

  1. git: Strip libsecret

    This reduces gitFull's closure size from 412 MiB to 271 MiB.
    edolstra committed Oct 8, 2018
    Copy the full SHA
    7b9c495 View commit details
  2. geeqie: Reduce closure size

    This reduces the closure size from 568 MiB to 289 MiB.
    edolstra committed Oct 8, 2018
    Copy the full SHA
    8abfa40 View commit details
Original file line number Diff line number Diff line change
@@ -303,6 +303,8 @@ EOF
disable_test t0028-working-tree-encoding
'';

stripDebugList = [ "lib" "libexec" "bin" "share/git/contrib/credential/libsecret" ];


meta = {
homepage = https://git-scm.com/;
2 changes: 2 additions & 0 deletions pkgs/development/libraries/clutter-gtk/default.nix
Original file line number Diff line number Diff line change
@@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
sha256 = "01ibniy4ich0fgpam53q252idm7f4fn5xg5qvizcfww90gn9652j";
};

outputs = [ "out" "dev" ];

propagatedBuildInputs = [ clutter gtk3 ];
nativeBuildInputs = [ meson ninja pkgconfig gobjectIntrospection ];

2 changes: 2 additions & 0 deletions pkgs/development/libraries/clutter/default.nix
Original file line number Diff line number Diff line change
@@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
sha256 = "0mif1qnrpkgxi43h7pimim6w6zwywa16ixcliw0yjm9hk0a368z7";
};

outputs = [ "out" "dev" ];

buildInputs = [ gtk3 ];
nativeBuildInputs = [ pkgconfig ];
propagatedBuildInputs =
2 changes: 2 additions & 0 deletions pkgs/development/libraries/cogl/default.nix
Original file line number Diff line number Diff line change
@@ -31,6 +31,8 @@ in stdenv.mkDerivation rec {
})
];

outputs = [ "out" "dev" ];

nativeBuildInputs = [ pkgconfig libintl ];

configureFlags = [
2 changes: 2 additions & 0 deletions pkgs/development/libraries/libchamplain/default.nix
Original file line number Diff line number Diff line change
@@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
sha256 = "13chvc2n074i0jw5jlb8i7cysda4yqx58ca6y3mrlrl9g37k2zja";
};

outputs = [ "out" "dev" ];

nativeBuildInputs = [ pkgconfig gobjectIntrospection ];

propagatedBuildInputs = [ glib gtk3 cairo clutter-gtk sqlite libsoup ];