mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
bochs: move libtool to nativeBuildInputs
This commit is contained in:
parent
9633db5bb6
commit
5a32b487b5
1 changed files with 2 additions and 2 deletions
|
@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [
|
||||
docbook_xml_dtd_45
|
||||
docbook_xsl
|
||||
libtool
|
||||
pkg-config
|
||||
];
|
||||
buildInputs = [
|
||||
|
@ -37,7 +38,6 @@ stdenv.mkDerivation rec {
|
|||
curl
|
||||
gtk2
|
||||
libGL
|
||||
libtool
|
||||
libGLU
|
||||
libX11
|
||||
libXpm
|
||||
|
@ -131,4 +131,4 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
}
|
||||
# TODO: a better way to organize the options
|
||||
# TODO: docbook (install docbook-tools from RedHat mirrors can help)
|
||||
# TODO: docbook (docbook-tools from RedHat mirrors should help)
|
||||
|
|
Loading…
Reference in a new issue