mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
libpaper: 1.1.24 -> 1.1.28
This commit is contained in:
parent
2f7ce5fdc3
commit
ceb3fde6ba
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user