lesspipe: Fix build on OpenBSD (#371719)

This commit is contained in:
jopejoe1
2025-02-09 18:48:39 +01:00
committed by GitHub
+4
View File
@@ -167,6 +167,7 @@ stdenv.mkDerivation rec {
};
execer = [
"cannot:${iconv}/bin/iconv"
"cannot:${file}/bin/file"
];
}}
${resholve.phraseSolution "lesscomplete" {
@@ -216,6 +217,9 @@ stdenv.mkDerivation rec {
];
builtin = [ "setopt" ];
};
execer = [
"cannot:${file}/bin/file"
];
}}
'';