prooftree: use prefixKey
This commit is contained in:
parent
9e7f26f82a
commit
7e375a74a2
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user