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

Commits on Mar 22, 2018

  1. libgpg-error: 1.27 -> 1.28

    shlevy committed Mar 22, 2018
    Copy the full SHA
    380171c View commit details
Showing with 2 additions and 58 deletions.
  1. +2 −4 pkgs/development/libraries/libgpg-error/default.nix
  2. +0 −54 pkgs/development/libraries/libgpg-error/riscv.patch
6 changes: 2 additions & 4 deletions pkgs/development/libraries/libgpg-error/default.nix
Original file line number Diff line number Diff line change
@@ -17,15 +17,13 @@
};
in stdenv.mkDerivation (rec {
name = "libgpg-error-${version}";
version = "1.27";
version = "1.28";

src = fetchurl {
url = "mirror://gnupg/libgpg-error/${name}.tar.bz2";
sha256 = "1li95ni122fzinzlmxbln63nmgij63irxfvi52ws4zfbzv3am4sg";
sha256 = "0jfsfnh9bxlxiwxws60yah4ybjw2hshmvqp31pri4m4h8ivrbnry";
};

patches = if hostPlatform.isRiscV then ./riscv.patch else null;

postPatch = ''
sed '/BUILD_TIMESTAMP=/s/=.*/=1970-01-01T00:01+0000/' -i ./configure
'' + stdenv.lib.optionalString stdenv.hostPlatform.isMusl ''
54 changes: 0 additions & 54 deletions pkgs/development/libraries/libgpg-error/riscv.patch

This file was deleted.