liblouis: format with nixpkgs-fmt
This commit is contained in:
parent
787eabd7c1
commit
4bee4a2400
@ -1,12 +1,18 @@
|
|||||||
{ 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.10.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "liblouis";
|
owner = "liblouis";
|
||||||
@ -18,9 +24,13 @@ in stdenv.mkDerivation {
|
|||||||
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…
x
Reference in New Issue
Block a user