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

Commits on Nov 19, 2018

  1. scdoc: 1.5.2 -> 1.6.0

    primeos committed Nov 19, 2018
    Copy the full SHA
    b53a600 View commit details
Showing with 2 additions and 79 deletions.
  1. +2 −4 pkgs/tools/typesetting/scdoc/default.nix
  2. +0 −75 pkgs/tools/typesetting/scdoc/use-source-date-epoch.patch
6 changes: 2 additions & 4 deletions pkgs/tools/typesetting/scdoc/default.nix
Original file line number Diff line number Diff line change
@@ -2,15 +2,13 @@

stdenv.mkDerivation rec {
name = "scdoc-${version}";
version = "1.5.2";
version = "1.6.0";

src = fetchurl {
url = "https://git.sr.ht/~sircmpwn/scdoc/archive/${version}.tar.gz";
sha256 = "0a9sxifzsbj24kjnpc0525i91ni2vkwizhgvwx1m9shvfkiisnc6";
sha256 = "1ca3js4arkg28gg2iszxxyrq7kgsrz482d1szv5dfd471h3vr5m3";
};

patches = [ ./use-source-date-epoch.patch ];

postPatch = ''
substituteInPlace Makefile \
--replace "-static" "" \
75 changes: 0 additions & 75 deletions pkgs/tools/typesetting/scdoc/use-source-date-epoch.patch

This file was deleted.