mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
unrtf: move build deps to nativeBuildInputs
This commit is contained in:
parent
249d28b08c
commit
5d2ed453b3
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1pcdzf2h1prn393dkvg93v80vh38q0v817xnbwrlwxbdz4k7i8r2";
|
||||
};
|
||||
|
||||
buildInputs = [ autoconf automake ];
|
||||
nativeBuildInputs = [ autoconf automake ];
|
||||
|
||||
preConfigure = "./bootstrap";
|
||||
|
||||
|
|
Loading…
Reference in a new issue