commit
adfc3457af
@ -1,26 +1,36 @@
|
|||||||
{ fetchFromGitHub, stdenv, autoreconfHook, pkgconfig, gettext, python3
|
{ fetchFromGitHub
|
||||||
, texinfo, help2man, libyaml, perl
|
, stdenv
|
||||||
|
, autoreconfHook
|
||||||
|
, pkgconfig
|
||||||
|
, gettext
|
||||||
|
, python3
|
||||||
|
, texinfo
|
||||||
|
, help2man
|
||||||
|
, libyaml
|
||||||
|
, perl
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
stdenv.mkDerivation rec {
|
||||||
version = "3.10.0";
|
|
||||||
in stdenv.mkDerivation {
|
|
||||||
pname = "liblouis";
|
pname = "liblouis";
|
||||||
inherit version;
|
version = "3.11.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "liblouis";
|
owner = "liblouis";
|
||||||
repo = "liblouis";
|
repo = "liblouis";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1wimv2wfl566jp8hhrxr91dmx20hldqzj70dar8i9k3hzq1kmb4q";
|
sha256 = "1y0pypgxchxczdnjkblibbvvy4gdk2pf8dzpqmbf824c7zpy8z5r";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "dev" "man" "info" "doc" ];
|
outputs = [ "out" "dev" "man" "info" "doc" ];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
autoreconfHook pkgconfig gettext python3
|
autoreconfHook
|
||||||
|
pkgconfig
|
||||||
|
gettext
|
||||||
|
python3
|
||||||
# Docs, man, info
|
# Docs, man, info
|
||||||
texinfo help2man
|
texinfo
|
||||||
|
help2man
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user