Merge pull request #139774 from SuperSandro2000/source-highlight

This commit is contained in:
Sandro
2021-09-28 18:16:22 +02:00
committed by GitHub
+6 -3
View File
@@ -4,6 +4,8 @@ stdenv.mkDerivation rec {
pname = "source-highlight";
version = "3.1.9";
outputs = [ "out" "doc" "dev" ];
src = fetchurl {
url = "mirror://gnu/src-highlite/${pname}-${version}.tar.gz";
sha256 = "148w47k3zswbxvhg83z38ifi85f9dqcpg7icvvw1cm6bg21x4zrs";
@@ -28,7 +30,10 @@ stdenv.mkDerivation rec {
strictDeps = true;
buildInputs = [ boost ];
configureFlags = [ "--with-boost=${boost.out}" ];
configureFlags = [
"--with-boost=${boost.out}"
"--with-bash-completion=${placeholder "out"}/share/bash_completion.d"
];
doCheck = !stdenv.cc.isClang;
@@ -37,8 +42,6 @@ stdenv.mkDerivation rec {
# them in parallel by make will eventually break one or more tests.
enableParallelChecking = false;
outputs = [ "out" "doc" "dev" ];
meta = with lib; {
description = "Source code renderer with syntax highlighting";
longDescription = ''