Merge pull request #302405 from wegank/prooftree-prefix

prooftree: use prefixKey
This commit is contained in:
Aleksana 2024-05-17 20:00:01 +08:00 committed by GitHub
commit 704511c072
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,8 +14,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkg-config ] ++ (with ocamlPackages; [ ocaml findlib camlp5 ]);
buildInputs = [ ncurses ] ++ (with ocamlPackages; [ lablgtk ]);
dontAddPrefix = true;
configureFlags = [ "--prefix" "$(out)" ];
prefixKey = "--prefix ";
meta = with lib; {
description = "A program for proof-tree visualization";