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: ec65ad716855
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bf4926dd0c1c
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 22, 2019

  1. libgdiplus: 6.0.2 -> 6.0.4

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/libgdiplus/versions
    r-ryantm committed Oct 22, 2019

    Verified

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

Commits on Oct 27, 2019

  1. libgdiplus: fix darwin build

    marsam committed Oct 27, 2019
    Copy the full SHA
    c502cfe View commit details

Commits on Oct 28, 2019

  1. Merge pull request #71666 from r-ryantm/auto-update/libgdiplus

    libgdiplus: 6.0.2 -> 6.0.4
    marsam authored Oct 28, 2019
    Copy the full SHA
    bf4926d View commit details
Showing with 4 additions and 2 deletions.
  1. +4 −2 pkgs/development/libraries/libgdiplus/default.nix
6 changes: 4 additions & 2 deletions pkgs/development/libraries/libgdiplus/default.nix
Original file line number Diff line number Diff line change
@@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
pname = "libgdiplus";
version = "6.0.2";
version = "6.0.4";

src = fetchFromGitHub {
owner = "mono";
repo = "libgdiplus";
rev = version;
sha256 = "07a3n7i35mn5j2djah64by785b1hzy8ckk1pz0xwvk716yzb7sxg";
sha256 = "1pf3yhwq9qk0w3yv9bb8qlwwqkffg7xb4sgc8yqdnn6pa56i3vmn";
};

NIX_LDFLAGS = "-lgif";
@@ -21,6 +21,8 @@ stdenv.mkDerivation rec {

nativeBuildInputs = [ autoreconfHook pkgconfig ];

configureFlags = stdenv.lib.optionalString stdenv.cc.isClang "--host=${stdenv.hostPlatform.system}";

buildInputs =
[ glib cairo fontconfig libtiff giflib
libjpeg libpng libXrender libexif