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

Commits on Nov 18, 2020

  1. libpaper: 1.1.24 -> 1.1.28

    bobvanderlinden authored and FRidh committed Nov 18, 2020
    Copy the full SHA
    ceb3fde View commit details
Showing with 5 additions and 3 deletions.
  1. +5 −3 pkgs/development/libraries/libpaper/default.nix
8 changes: 5 additions & 3 deletions pkgs/development/libraries/libpaper/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{ stdenv, fetchurl }:
{ stdenv, fetchurl, autoreconfHook }:

stdenv.mkDerivation rec {
version = "1.1.24";
version = "1.1.28";
pname = "libpaper";

src = fetchurl {
url = "mirror://debian/pool/main/libp/libpaper/libpaper_${version}.tar.gz";
sha256 = "0zhcx67afb6b5r936w5jmaydj3ks8zh83n9rm5sv3m3k8q8jib1q";
sha256 = "sha256-yLuUbsk9PCxyu7HXJX6QFyoipEoHoH+2uAKluyyV/dw=";
};

nativeBuildInputs = [ autoreconfHook ];

# The configure script of libpaper is buggy: it uses AC_SUBST on a headerfile
# to compile sysconfdir into the library. Autoconf however defines sysconfdir
# as "${prefix}/etc", which is not expanded by AC_SUBST so libpaper will look