forked from mirrors/nixpkgs
Merge pull request #166508 from siraben/automake-buildinputs
This commit is contained in:
commit
5187709ff7
|
@ -20,13 +20,11 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "0vls94hqpkk8h17da6fddgqbl5dgm6250av3raimhhzwvm5r1gfi";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
nativeBuildInputs = [ pkg-config autoconf automake ];
|
||||
|
||||
buildInputs = [
|
||||
alsa-lib
|
||||
audiofile
|
||||
autoconf
|
||||
automake
|
||||
gnome2.gtkglext
|
||||
gtk2
|
||||
libjack2
|
||||
|
|
|
@ -9,7 +9,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1xpgl82c2lc6zfswjsa7z10yhv5jb7a4znzh3nc7ffrzm1z8vylp";
|
||||
};
|
||||
|
||||
buildInputs = [ autoconf automake puredata ];
|
||||
nativeBuildInputs = [ autoconf automake ];
|
||||
buildInputs = [ puredata ];
|
||||
|
||||
preBuild = ''
|
||||
export LD=$CXX
|
||||
|
|
|
@ -12,8 +12,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "16fgyw6jnscx9279dczv72092dddghwlp53rkfw469kcgvjhwx0z";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ autoconf automake gtk2 libjack2
|
||||
nativeBuildInputs = [ pkg-config autoconf automake ];
|
||||
buildInputs = [ gtk2 libjack2
|
||||
libsndfile
|
||||
];
|
||||
|
||||
|
|
|
@ -10,7 +10,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "00nwv2pqjbmxqdc6xdm0cljq6z05lv4y6bibmhz1kih9lm0lklnk";
|
||||
};
|
||||
|
||||
buildInputs = [ alsa-lib autoconf automake dssi gtk2 libjack2 ladspaH
|
||||
nativeBuildInputs = [ autoconf automake ];
|
||||
buildInputs = [ alsa-lib dssi gtk2 libjack2 ladspaH
|
||||
ladspaPlugins liblo pkg-config ];
|
||||
|
||||
installPhase = ''
|
||||
|
|
|
@ -23,8 +23,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "0l1ms3nxnjzh4mpiadikvngcr9k3jnjqy3yna207za0va0c28dj5";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ autoconf automake libtool curl ncurses ocl-icd opencl-headers
|
||||
nativeBuildInputs = [ pkg-config autoconf automake ];
|
||||
buildInputs = [ libtool curl ncurses ocl-icd opencl-headers
|
||||
xorg.libX11 xorg.libXext xorg.libXinerama jansson libusb1 ];
|
||||
|
||||
configureScript = "./autogen.sh";
|
||||
|
|
|
@ -11,7 +11,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "08xnhaif8syv1fa0k6lc3jm7yg2k50b02lyds8w0jyzh4xi5crqj";
|
||||
};
|
||||
|
||||
buildInputs = [ wxGTK autoconf automake libtool python2 gettext ];
|
||||
nativeBuildInputs = [ autoconf automake ];
|
||||
buildInputs = [ wxGTK libtool python2 gettext ];
|
||||
|
||||
preConfigure = "patchShebangs .";
|
||||
|
||||
|
|
|
@ -17,8 +17,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ automake autoconf gtk3 ];
|
||||
nativeBuildInputs = [ pkg-config automake autoconf ];
|
||||
buildInputs = [ gtk3 ];
|
||||
|
||||
preConfigure = "./autogen.sh";
|
||||
|
||||
|
|
|
@ -11,8 +11,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "0fbwd149wny67rfhczz4cbh713a1qnswjiz7b6c2bxfcwh51f9rc";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ gtk2 libXft intltool automake autoconf libtool ];
|
||||
nativeBuildInputs = [ pkg-config automake autoconf ];
|
||||
buildInputs = [ gtk2 libXft intltool libtool ];
|
||||
|
||||
preConfigure = ''
|
||||
./autogen.sh
|
||||
|
|
|
@ -12,8 +12,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "121r92mgwv445wwxzh35n19fs5k81ihr0j19k256ia5502b1xxaq";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ bitlbee autoconf automake libtool libgcrypt ];
|
||||
nativeBuildInputs = [ pkg-config autoconf automake ];
|
||||
buildInputs = [ bitlbee libtool libgcrypt ];
|
||||
|
||||
preConfigure = ''
|
||||
export BITLBEE_PLUGINDIR=$out/lib/bitlbee
|
||||
|
|
|
@ -11,7 +11,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "0q942g9lyd8pjvqimv547n6vik5759r9npw3ws3bdj4ixxqhz59w";
|
||||
};
|
||||
|
||||
buildInputs = [ bison flex autoconf automake openssl ];
|
||||
nativeBuildInputs = [ autoconf automake ];
|
||||
buildInputs = [ bison flex openssl ];
|
||||
|
||||
# includes an important security patch
|
||||
patches = [
|
||||
|
|
|
@ -23,8 +23,8 @@ stdenv.mkDerivation rec {
|
|||
cp src/.libs/libfish.so $out/lib/irssi/modules
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ gmp automake autoconf libtool openssl glib ];
|
||||
nativeBuildInputs = [ pkg-config autoconf automake ];
|
||||
buildInputs = [ gmp libtool openssl glib ];
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/falsovsky/FiSH-irssi";
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
stdenv.mkDerivation rec {
|
||||
pname = "owamp";
|
||||
version = "3.5.6";
|
||||
buildInputs = [ autoconf automake mandoc ];
|
||||
nativeBuildInputs = [ autoconf automake ];
|
||||
buildInputs = [ mandoc ];
|
||||
src = fetchFromGitHub {
|
||||
owner = "perfsonar";
|
||||
repo = "owamp";
|
||||
|
|
|
@ -38,9 +38,9 @@ in stdenv.mkDerivation rec {
|
|||
"--with-boost-libdir=${boostPython.out}/lib"
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
nativeBuildInputs = [ pkg-config automake autoconf ];
|
||||
buildInputs = [
|
||||
autoconf automake libtool python2
|
||||
libtool python2
|
||||
boostPython db openssl geoip miniupnpc libiconv
|
||||
];
|
||||
|
||||
|
|
|
@ -8,8 +8,8 @@ stdenv.mkDerivation rec {
|
|||
url = "http://ftp.gnome.org/pub/GNOME/sources/pinpoint/0.1/${pname}-${version}.tar.xz";
|
||||
sha256 = "1jp8chr9vjlpb5lybwp5cg6g90ak5jdzz9baiqkbg0anlg8ps82s";
|
||||
};
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ autoconf automake clutter clutter-gst gdk-pixbuf
|
||||
nativeBuildInputs = [ pkg-config autoconf automake ];
|
||||
buildInputs = [ clutter clutter-gst gdk-pixbuf
|
||||
cairo clutter-gtk ];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
|
@ -11,7 +11,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "sha256-8jzYqo9LXF66pQ1EIusm+gba2VbTYpJz2K3NVlA3QxY=";
|
||||
};
|
||||
|
||||
buildInputs = [ zlib automake autoconf libtool ];
|
||||
nativeBuildInputs = [ autoconf automake ];
|
||||
buildInputs = [ zlib libtool ];
|
||||
|
||||
installPhase = ''
|
||||
install -vD kssd $out/bin/kssd
|
||||
|
|
|
@ -10,8 +10,8 @@ stdenv.mkDerivation {
|
|||
sha256 = "00jn1xhf6kblxc5gac1wvk8zm12fy6sk81nj3jwdag0z6wk3z446";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook pkg-config ];
|
||||
buildInputs = [ gettext libtool automake autoconf cairo gtk2 ];
|
||||
nativeBuildInputs = [ autoreconfHook pkg-config automake autoconf ];
|
||||
buildInputs = [ gettext libtool cairo gtk2 ];
|
||||
|
||||
configureFlags = ["--disable-update-desktop-database"];
|
||||
|
||||
|
|
|
@ -8,7 +8,8 @@ stdenv.mkDerivation rec {
|
|||
rev = "531bb33";
|
||||
sha256 = "1sv7s2ykc840cjwbfn7ayy743643x9i1lvk4cd55w9l052xvzj65";
|
||||
};
|
||||
buildInputs = [ autoconf automake libtool gmp ];
|
||||
nativeBuildInputs = [ autoconf automake ];
|
||||
buildInputs = [ libtool gmp ];
|
||||
preConfigure = "./autogen.sh";
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -21,10 +21,9 @@ stdenv.mkDerivation rec {
|
|||
./autogen.sh
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ autoconf automake ];
|
||||
buildInputs =
|
||||
[
|
||||
autoconf
|
||||
automake
|
||||
libtool
|
||||
intltool
|
||||
];
|
||||
|
|
|
@ -12,8 +12,8 @@ stdenv.mkDerivation {
|
|||
sha256 = "sha256-phKCghCeM+/QlxjIxfNQySo+5XMRqfOqlS9kgp07YKc=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
buildInputs = [ gmp which flex bison autoconf automake libtool jdk perl ];
|
||||
nativeBuildInputs = [ makeWrapper autoconf automake ];
|
||||
buildInputs = [ gmp which flex bison libtool jdk perl ];
|
||||
|
||||
preConfigure = ''
|
||||
cd aldor ;
|
||||
|
|
|
@ -16,9 +16,10 @@ stdenv.mkDerivation {
|
|||
sha256 = "0mgc6llbq166jmlq3alvagqsg3730670zvbwwkdgsqklw70v9355";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoconf automake ];
|
||||
buildInputs = [
|
||||
stdenv gcc glibc
|
||||
libtool gnumake autoconf automake
|
||||
libtool gnumake
|
||||
file which zsh m4 gtk2 zlib gmp
|
||||
gnome2.libgnomecanvas pango sqlite
|
||||
libxml2 pkg-config perl smlnj
|
||||
|
|
|
@ -25,10 +25,9 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "sha256-LUgrGgpPvV2IFDRRcDInnYCMtkBeIt2R721zNTRGS5k=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoconf automake ];
|
||||
buildInputs = [
|
||||
libtool
|
||||
autoconf
|
||||
automake
|
||||
makeWrapper
|
||||
];
|
||||
propagatedBuildInputs = [
|
||||
|
|
|
@ -13,8 +13,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "sha256-dgTEM2aL8lVjVMuW0+HLc+TUA39IiuBv/RfHYNURh5s=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ mono dotnetbuildhelpers autoconf automake which ];
|
||||
nativeBuildInputs = [ pkg-config autoconf automake ];
|
||||
buildInputs = [ mono dotnetbuildhelpers which ];
|
||||
|
||||
configurePhase = ''
|
||||
sed -i '988d' src/FSharpSource.targets
|
||||
|
|
|
@ -51,7 +51,8 @@ clangStdenv.mkDerivation rec {
|
|||
and run this installation again.
|
||||
'';
|
||||
};
|
||||
buildInputs = [ git xz gnutar openssl automake autoconf libtool clang ];
|
||||
nativeBuildInputs = [ autoconf automake ];
|
||||
buildInputs = [ git xz gnutar openssl libtool clang ];
|
||||
alt_wrapper = ./alt_wrapper.c;
|
||||
builder = ./9.2_builder.sh;
|
||||
meta = {
|
||||
|
|
|
@ -14,8 +14,9 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1hpxzdqnjl1fiwgs2vrjg4kxm29c7pqwk3g1m4p5pm4x33a3d1q2";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoconf automake ];
|
||||
buildInputs = [
|
||||
autoconf automake readline libX11 SDL2 bluez
|
||||
readline libX11 SDL2 bluez
|
||||
];
|
||||
|
||||
preConfigure = "cd src;autoconf";
|
||||
|
|
|
@ -15,10 +15,10 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "sha256-C/Ifd0KjmaM5Y2fxBiDNz1GQoT4GeH/vyUCiira57U4=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
nativeBuildInputs = [ pkg-config autoconf automake ];
|
||||
buildInputs = [
|
||||
SDL2 libGLU libGL openal luajit libdevil freetype physfs libmodplug mpg123
|
||||
libvorbis libogg libtheora autoconf which libtool automake
|
||||
libvorbis libogg libtheora which libtool
|
||||
];
|
||||
|
||||
preConfigure = "$shell ./platform/unix/automagic";
|
||||
|
|
|
@ -15,10 +15,10 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "0kpdp6v8m8j0r7ppyy067shr0lfgrlh0dwb7ccws76d389vizwhb";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
nativeBuildInputs = [ pkg-config autoconf automake ];
|
||||
buildInputs = [
|
||||
SDL2 libGLU libGL openal luajit libdevil freetype physfs libmodplug mpg123
|
||||
libvorbis libogg libtheora autoconf which libtool automake
|
||||
libvorbis libogg libtheora which libtool
|
||||
];
|
||||
|
||||
preConfigure = "$shell ./platform/unix/automagic";
|
||||
|
|
|
@ -11,9 +11,10 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "0kl1hzhb7cykzkrqcqgq1dk4xcgrcxv0jja251aq4z4l783jpj7j";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoconf automake ];
|
||||
buildInputs =
|
||||
[ ladspaH libjack2 liblo alsa-lib qt4 libX11 libsndfile libSM
|
||||
libsamplerate libtool autoconf automake xorgproto libICE pkg-config
|
||||
libsamplerate libtool xorgproto libICE pkg-config
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
|
@ -10,7 +10,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "sha256-2LyBdJR0dV1CElcGfrlmNwX52lVtx9X/Z4h/1XFjOIs=";
|
||||
};
|
||||
|
||||
buildInputs = [ autoconf automake libtool ];
|
||||
nativeBuildInputs = [ autoconf automake ];
|
||||
buildInputs = [ libtool ];
|
||||
|
||||
preConfigure = ''
|
||||
sh autogen.sh
|
||||
|
|
|
@ -6,8 +6,8 @@ stdenv.mkDerivation rec {
|
|||
url = "https://forge.imag.fr/frs/download.php/370/givaro-${version}.tar.gz";
|
||||
sha256 = "0lf5cnbyr27fw7klc3zabkb1979dn67jmrjz6pa3jzw2ng74x9b3";
|
||||
};
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
buildInputs = [autoconf automake libtool gmpxx];
|
||||
nativeBuildInputs = [ autoreconfHook autoconf automake ];
|
||||
buildInputs = [libtool gmpxx];
|
||||
meta = {
|
||||
description = "A C++ library for arithmetic and algebraic computations";
|
||||
license = lib.licenses.cecill-b;
|
||||
|
|
|
@ -6,8 +6,8 @@ stdenv.mkDerivation rec {
|
|||
url = "https://forge.imag.fr/frs/download.php/592/givaro-${version}.tar.gz";
|
||||
sha256 = "1822ksv8653a84hvcz0vxl3nk8dqz7d41ys8rplq0zjjmvb2i5yq";
|
||||
};
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
buildInputs = [autoconf automake libtool gmpxx];
|
||||
nativeBuildInputs = [ autoreconfHook autoconf automake ];
|
||||
buildInputs = [libtool gmpxx];
|
||||
meta = {
|
||||
description = "A C++ library for arithmetic and algebraic computations";
|
||||
license = lib.licenses.cecill-b;
|
||||
|
|
|
@ -11,8 +11,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
buildInputs = [autoconf automake libtool];
|
||||
nativeBuildInputs = [ autoreconfHook autoconf automake ];
|
||||
buildInputs = [libtool];
|
||||
propagatedBuildInputs = [ gmpxx ];
|
||||
|
||||
configureFlags = [
|
||||
|
|
|
@ -10,8 +10,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1cy78kglzi235md964ikvm0rg801bx0yk9ya8zavndjnaarzqq87";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ autoconf automake glib libtool ];
|
||||
nativeBuildInputs = [ pkg-config autoconf automake ];
|
||||
buildInputs = [ glib libtool ];
|
||||
|
||||
preConfigure = "./autogen.sh";
|
||||
|
||||
|
|
|
@ -11,7 +11,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "0xslckwdh2i0g2qjsb6rnm8mjmbagvziz0hjlf7d1lbljfms1iw1";
|
||||
};
|
||||
|
||||
buildInputs = [ autoconf automake libtool ];
|
||||
nativeBuildInputs = [ autoconf automake ];
|
||||
buildInputs = [ libtool ];
|
||||
|
||||
preConfigure = "./autogen.sh";
|
||||
|
||||
|
|
|
@ -15,9 +15,9 @@ in stdenv.mkDerivation rec {
|
|||
sha256 = "sha256-q/+hqhvXIknT+/5oENcWSr1OuF00kaZlXFUP1fdCMlk=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
nativeBuildInputs = [ pkg-config autoconf automake ];
|
||||
buildInputs = [
|
||||
autoconf automake libtool gnome.gnome-common gtk-doc gtk2
|
||||
libtool gnome.gnome-common gtk-doc gtk2
|
||||
python pygtk lua gobject-introspection
|
||||
];
|
||||
|
||||
|
|
|
@ -13,8 +13,8 @@ stdenv.mkDerivation {
|
|||
version = release.version;
|
||||
src = fetchurl { inherit (release) url sha256;
|
||||
name = "frog-v${release.version}.tar.gz"; };
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ automake autoconf bzip2 libtar libtool autoconf-archive
|
||||
nativeBuildInputs = [ pkg-config automake autoconf ];
|
||||
buildInputs = [ bzip2 libtar libtool autoconf-archive
|
||||
libxml2 icu
|
||||
languageMachines.ticcutils
|
||||
languageMachines.timbl
|
||||
|
|
|
@ -11,8 +11,8 @@ stdenv.mkDerivation {
|
|||
version = release.version;
|
||||
src = fetchurl { inherit (release) url sha256;
|
||||
name = "frogdata-${release.version}.tar.gz"; };
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ automake autoconf libtool autoconf-archive
|
||||
nativeBuildInputs = [ pkg-config automake autoconf ];
|
||||
buildInputs = [ libtool autoconf-archive
|
||||
];
|
||||
|
||||
preConfigure = ''
|
||||
|
|
|
@ -12,8 +12,8 @@ stdenv.mkDerivation {
|
|||
version = release.version;
|
||||
src = fetchurl { inherit (release) url sha256;
|
||||
name = "libfolia-${release.version}.tar.gz"; };
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ automake autoconf bzip2 libtool autoconf-archive libtar libxml2 icu languageMachines.ticcutils ];
|
||||
nativeBuildInputs = [ pkg-config automake autoconf ];
|
||||
buildInputs = [ bzip2 libtool autoconf-archive libtar libxml2 icu languageMachines.ticcutils ];
|
||||
preConfigure = "sh bootstrap.sh";
|
||||
|
||||
# compat with icu61+ https://github.com/unicode-org/icu/blob/release-64-2/icu4c/readme.html#L554
|
||||
|
|
|
@ -13,8 +13,8 @@ stdenv.mkDerivation {
|
|||
version = release.version;
|
||||
src = fetchurl { inherit (release) url sha256;
|
||||
name = "mbt-${release.version}.tar.gz"; };
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ automake autoconf bzip2 libtar libtool autoconf-archive
|
||||
nativeBuildInputs = [ pkg-config automake autoconf ];
|
||||
buildInputs = [ bzip2 libtar libtool autoconf-archive
|
||||
libxml2
|
||||
languageMachines.ticcutils
|
||||
languageMachines.timbl
|
||||
|
|
|
@ -11,8 +11,8 @@ stdenv.mkDerivation {
|
|||
version = release.version;
|
||||
src = fetchurl { inherit (release) url sha256;
|
||||
name = "ticcutils-${release.version}.tar.gz"; };
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ automake autoconf libtool autoconf-archive libxml2
|
||||
nativeBuildInputs = [ pkg-config automake autoconf ];
|
||||
buildInputs = [ libtool autoconf-archive libxml2
|
||||
# optional:
|
||||
zlib bzip2 libtar
|
||||
# broken but optional: boost
|
||||
|
|
|
@ -13,8 +13,8 @@ stdenv.mkDerivation {
|
|||
version = release.version;
|
||||
src = fetchurl { inherit (release) url sha256;
|
||||
name = "timbl-${release.version}.tar.gz"; };
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ automake autoconf bzip2 libtar libtool autoconf-archive
|
||||
nativeBuildInputs = [ pkg-config automake autoconf ];
|
||||
buildInputs = [ bzip2 libtar libtool autoconf-archive
|
||||
libxml2
|
||||
languageMachines.ticcutils
|
||||
];
|
||||
|
|
|
@ -13,8 +13,8 @@ stdenv.mkDerivation {
|
|||
version = release.version;
|
||||
src = fetchurl { inherit (release) url sha256;
|
||||
name = "timblserver-${release.version}.tar.gz"; };
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ automake autoconf bzip2 libtar libtool autoconf-archive
|
||||
nativeBuildInputs = [ pkg-config automake autoconf ];
|
||||
buildInputs = [ bzip2 libtar libtool autoconf-archive
|
||||
libxml2
|
||||
languageMachines.ticcutils
|
||||
languageMachines.timbl
|
||||
|
|
|
@ -13,8 +13,8 @@ stdenv.mkDerivation {
|
|||
version = release.version;
|
||||
src = fetchurl { inherit (release) url sha256;
|
||||
name = "ucto-${release.version}.tar.gz"; };
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ automake autoconf bzip2 libtool autoconf-archive
|
||||
nativeBuildInputs = [ pkg-config automake autoconf ];
|
||||
buildInputs = [ bzip2 libtool autoconf-archive
|
||||
icu libtar libxml2
|
||||
languageMachines.ticcutils
|
||||
languageMachines.libfolia
|
||||
|
|
|
@ -11,8 +11,8 @@ stdenv.mkDerivation {
|
|||
version = release.version;
|
||||
src = fetchurl { inherit (release) url sha256;
|
||||
name = "uctodata-${release.version}.tar.gz"; };
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ automake autoconf libtool autoconf-archive ];
|
||||
nativeBuildInputs = [ pkg-config automake autoconf ];
|
||||
buildInputs = [ libtool autoconf-archive ];
|
||||
preConfigure = "sh bootstrap.sh";
|
||||
|
||||
meta = with lib; {
|
||||
|
|
|
@ -11,8 +11,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook pkg-config ];
|
||||
buildInputs = [ autoconf automake glib gobject-introspection gtk-doc libtool libxml2 libxslt openssl python27Packages.six xmlsec zlib ];
|
||||
nativeBuildInputs = [ autoreconfHook pkg-config autoconf automake ];
|
||||
buildInputs = [ glib gobject-introspection gtk-doc libtool libxml2 libxslt openssl python27Packages.six xmlsec zlib ];
|
||||
|
||||
configurePhase = ''
|
||||
./configure --with-pkg-config=$PKG_CONFIG_PATH \
|
||||
|
|
|
@ -11,7 +11,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
patches = [];
|
||||
|
||||
buildInputs = [ autoconf automake libtool ];
|
||||
nativeBuildInputs = [ autoconf automake ];
|
||||
buildInputs = [ libtool ];
|
||||
|
||||
preConfigure = ''
|
||||
sh autogen.sh
|
||||
|
|
|
@ -11,8 +11,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "sha256-j5IQ0hBefoF8p966YrfZgYCw7ht5twJhYi4l0NneukQ=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ automake autoconf libtool m4 sqlite ];
|
||||
nativeBuildInputs = [ pkg-config autoconf automake ];
|
||||
buildInputs = [ libtool m4 sqlite ];
|
||||
|
||||
configureScript = "./autogen.sh";
|
||||
|
||||
|
|
|
@ -17,7 +17,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
configureFlags = [ "--with-libpcap=yes" ];
|
||||
|
||||
buildInputs = [ autoconf automake libtool ];
|
||||
nativeBuildInputs = [ autoconf automake ];
|
||||
buildInputs = [ libtool ];
|
||||
|
||||
propagatedBuildInputs = [ libpcap ];
|
||||
|
||||
|
|
|
@ -11,7 +11,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "09mhbr8x66ykhf5581a5zjpplpjxibqzgkkpx689kybwg0wk1cw3";
|
||||
};
|
||||
|
||||
buildInputs = [ automake autoconf libtool ];
|
||||
nativeBuildInputs = [ automake autoconf ];
|
||||
buildInputs = [ libtool ];
|
||||
|
||||
# .so endings are missing (quick and dirty fix)
|
||||
postInstall = ''
|
||||
|
|
|
@ -33,9 +33,9 @@ stdenv.mkDerivation rec {
|
|||
|
||||
configureScript = "sh autogen.sh";
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
nativeBuildInputs = [ pkg-config automake autoconf ];
|
||||
buildInputs = [
|
||||
automake autoconf libtool
|
||||
libtool
|
||||
intltool
|
||||
gobject-introspection glib
|
||||
gtk2 gtk-doc clutter clutter-gtk
|
||||
|
|
|
@ -9,7 +9,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "0bbpqzsqh9zrc6cg62f6vp1p4dzvv37blsd0gdlzdskgwvyzba8d";
|
||||
};
|
||||
|
||||
buildInputs = [ automake autoconf xlibsWrapper ];
|
||||
nativeBuildInputs = [ automake autoconf ];
|
||||
buildInputs = [ xlibsWrapper ];
|
||||
|
||||
# libstroke ships with an ancient config.sub that doesn't know about x86_64, so regenerate it.
|
||||
# Also, modern automake doesn't like things and returns error code 63. But it generates the file.
|
||||
|
|
|
@ -11,8 +11,8 @@ stdenv.mkDerivation {
|
|||
sha256 = "12qwg7qiw2wfpaxfg2fjkmj5lls0g33xp6w433g8bnkvwlq4s29g";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config makeWrapper ];
|
||||
buildInputs = [ autoconf automake libtool glib readline ];
|
||||
nativeBuildInputs = [ pkg-config makeWrapper autoconf automake ];
|
||||
buildInputs = [ glib readline ];
|
||||
|
||||
preConfigure = ''
|
||||
substituteInPlace "ncl/Makefile.am" --replace "noinst_PROGRAMS" "bin_PROGRAMS"
|
||||
|
|
|
@ -21,9 +21,8 @@ stdenv.mkDerivation {
|
|||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
nativeBuildInputs = [ autoconf automake ];
|
||||
buildInputs = [
|
||||
autoconf
|
||||
automake
|
||||
gnum4
|
||||
gperf
|
||||
libtool
|
||||
|
|
|
@ -17,8 +17,8 @@ let
|
|||
sha256 = "0zjba1090awxkmgifr9jnjkxf41zhzc4f6mrnbayn3v6s77ca9x4";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [popt avahi pkg-config python3 gtk3 autoconf automake which procps libiberty_static];
|
||||
nativeBuildInputs = [ pkg-config autoconf automake ];
|
||||
buildInputs = [popt avahi pkg-config python3 gtk3 which procps libiberty_static];
|
||||
preConfigure =
|
||||
''
|
||||
export CPATH=$(ls -d ${gcc.cc}/lib/gcc/*/${gcc.cc.version}/plugin/include)
|
||||
|
|
|
@ -84,7 +84,7 @@ in stdenv.mkDerivation rec {
|
|||
inherit stdenv src version patches;
|
||||
|
||||
buildInputs =
|
||||
[ makeWrapper autoconf automake libtool unzip nukeReferences sqlite libpqxx_6
|
||||
[ makeWrapper libtool unzip nukeReferences sqlite libpqxx_6
|
||||
top-git mercurial /*darcs*/ subversion breezy openssl bzip2 libxslt
|
||||
perlDeps perl nix
|
||||
postgresql # for running the tests
|
||||
|
@ -97,7 +97,7 @@ in stdenv.mkDerivation rec {
|
|||
gzip bzip2 xz gnutar unzip git top-git mercurial /*darcs*/ gnused breezy
|
||||
] ++ lib.optionals stdenv.isLinux [ rpm dpkg cdrkit ] );
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook pkg-config mdbook ];
|
||||
nativeBuildInputs = [ autoreconfHook pkg-config mdbook autoconf automake ];
|
||||
|
||||
configureFlags = [ "--with-docbook-xsl=${docbook_xsl}/xml/xsl/docbook" ];
|
||||
|
||||
|
|
|
@ -4,7 +4,8 @@ stdenv.mkDerivation rec {
|
|||
pname = "garden-of-coloured-lights";
|
||||
version = "1.0.9";
|
||||
|
||||
buildInputs = [ allegro autoconf automake ];
|
||||
nativeBuildInputs = [ autoconf automake ];
|
||||
buildInputs = [ allegro ];
|
||||
|
||||
prePatch = ''
|
||||
noInline='s/inline //'
|
||||
|
|
|
@ -11,7 +11,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1yvg1rp1yijv0b45cz085b29x5x0g5fkm654xdv5qwh2l6803gb4";
|
||||
};
|
||||
|
||||
buildInputs = [ libGLU libGL SDL freeglut SDL_mixer autoconf automake libtool ];
|
||||
nativeBuildInputs = [ automake autoconf ];
|
||||
buildInputs = [ libGLU libGL SDL freeglut SDL_mixer libtool ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "An air combat simulator";
|
||||
|
|
|
@ -21,7 +21,8 @@ stdenv.mkDerivation rec {
|
|||
--replace "sudo " ""
|
||||
'';
|
||||
|
||||
buildInputs = [ perl autoconf automake libtool ];
|
||||
nativeBuildInputs = [ autoconf automake ];
|
||||
buildInputs = [ perl libtool ];
|
||||
|
||||
makeFlags = [ "prefix=$(out)" "tgz" ];
|
||||
|
||||
|
|
|
@ -9,8 +9,9 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "0kkz6f9myhjnr3308sdab8q186rd55lapvcp38w8qmakdbhc828j";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoconf automake ];
|
||||
buildInputs = [
|
||||
ncurses flex bison autoconf automake m4
|
||||
ncurses flex bison m4
|
||||
];
|
||||
|
||||
preConfigure = ''
|
||||
|
|
|
@ -11,8 +11,9 @@ stdenv.mkDerivation {
|
|||
sha256 = "0w121issdjxdv5i9ksa5m23if6pz1r9ql8p894f1pqn16w0kw1ix";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ automake autoconf ];
|
||||
buildInputs = [
|
||||
cups automake autoconf glib libxml2 libusb1 libtool
|
||||
cups glib libxml2 libusb1 libtool
|
||||
];
|
||||
|
||||
# lgmon3's --enable-libdir flag is used soley for specifying in which
|
||||
|
|
|
@ -25,7 +25,8 @@ stdenv.mkDerivation {
|
|||
sha256 = "06s9nl155yxmx56056y22kz1p5b2sb5fhr3gf4ddlczjkd1xch53";
|
||||
};
|
||||
|
||||
buildInputs = [ autoconf libtool automake
|
||||
nativeBuildInputs = [ autoconf automake ];
|
||||
buildInputs = [ libtool
|
||||
cups popt libtiff libpng
|
||||
ghostscript ];
|
||||
|
||||
|
|
|
@ -30,7 +30,8 @@ in stdenv.mkDerivation {
|
|||
sha256 = "1f6vpx1z3qa88590i5m0s49j9n90vpk81xmw6pvj0nfd3qbvzkya";
|
||||
};
|
||||
|
||||
buildInputs = [ autoconf libtool automake
|
||||
nativeBuildInputs = [ autoconf automake ];
|
||||
buildInputs = [ libtool
|
||||
cups popt libtiff libpng
|
||||
ghostscript glib libusb1 libxml2 ];
|
||||
|
||||
|
|
|
@ -10,9 +10,8 @@ stdenv.mkDerivation rec {
|
|||
curlOpts = " -A application/octet-stream ";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoconf automake ];
|
||||
buildInputs = [
|
||||
autoconf
|
||||
automake
|
||||
ncurses
|
||||
];
|
||||
|
||||
|
|
|
@ -12,8 +12,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "0alfa8hz09jdg29bi1mvhwyr2nl0nvss2a2kybrcjvdw1fx6vijn";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook pkg-config ];
|
||||
buildInputs = [ apacheHttpd autoconf automake curl glib lasso libtool libxml2 libxslt openssl xmlsec ];
|
||||
nativeBuildInputs = [ autoreconfHook pkg-config autoconf automake ];
|
||||
buildInputs = [ apacheHttpd curl glib lasso libtool libxml2 libxslt openssl xmlsec ];
|
||||
|
||||
configureFlags = ["--with-apxs2=${apacheHttpd.dev}/bin/apxs" "--exec-prefix=$out"];
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "07r6nwbg4881mdgp0hqh80c4x9wb7jg6cgc84ghwhfbd2abc2iq5";
|
||||
};
|
||||
|
||||
buildInputs = [ automake autoconf ];
|
||||
nativeBuildInputs = [ automake autoconf ];
|
||||
|
||||
preConfigure = ''
|
||||
./autogen.sh
|
||||
|
|
|
@ -13,8 +13,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
preConfigure = "./autogen.sh --with-gui=X11";
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ xorgproto libXi autoconf automake libtool m4 xlibsWrapper ];
|
||||
nativeBuildInputs = [ pkg-config autoconf automake ];
|
||||
buildInputs = [ xorgproto libXi libtool m4 xlibsWrapper ];
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/tias/xinput_calibrator";
|
||||
|
|
|
@ -31,9 +31,8 @@ in stdenv.mkDerivation {
|
|||
sha256 = "0vdksf6lcgmizqr5mqp0bbci259k0dj7gpmhx32md41jlmw5skaw";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoconf automake ];
|
||||
buildInputs = [
|
||||
autoconf
|
||||
automake
|
||||
libtool
|
||||
pkg-config
|
||||
glib
|
||||
|
|
|
@ -11,9 +11,9 @@ stdenv.mkDerivation {
|
|||
sha256 = "sha256-ihvZFXHgr5YeqMKmVY/GB86segUkQ9BYqJYfE3PTgog=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
nativeBuildInputs = [ pkg-config autoconf automake ];
|
||||
buildInputs = [
|
||||
gtk3 libpulseaudio glibc automake autoconf libnotify libX11 xf86inputevdev
|
||||
gtk3 libpulseaudio glibc libnotify libX11 xf86inputevdev
|
||||
];
|
||||
|
||||
preConfigure = ''
|
||||
|
|
|
@ -18,10 +18,8 @@ stdenv.mkDerivation rec {
|
|||
pname = "pixz";
|
||||
version = "1.0.7";
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
nativeBuildInputs = [ pkg-config autoconf automake ];
|
||||
buildInputs = [
|
||||
autoconf
|
||||
automake
|
||||
libtool
|
||||
asciidoc
|
||||
libxslt
|
||||
|
|
|
@ -11,8 +11,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "17v1gcmg5q661b047zxjar735i4d3508dimw1x3z1pk4d1zjhp3x";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config makeWrapper ];
|
||||
buildInputs = [ fuse autoconf automake ];
|
||||
nativeBuildInputs = [ pkg-config makeWrapper autoconf automake ];
|
||||
buildInputs = [ fuse ];
|
||||
|
||||
preConfigure = "./autogen.sh";
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ let
|
|||
|
||||
buildInputs = [
|
||||
fuse bison flex openssl ncurses readline
|
||||
autoconf automake libtool pkg-config zlib libaio libxml2
|
||||
libtool pkg-config zlib libaio libxml2
|
||||
acl sqlite liburcu attr makeWrapper util-linux libtirpc gperftools
|
||||
liburing
|
||||
(python3.withPackages (pkgs: [
|
||||
|
@ -95,7 +95,7 @@ in stdenv.mkDerivation rec {
|
|||
"--localstatedir=/var"
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ rpcsvc-proto ];
|
||||
nativeBuildInputs = [ rpcsvc-proto autoconf automake ];
|
||||
|
||||
makeFlags = [ "DESTDIR=$(out)" ];
|
||||
|
||||
|
|
|
@ -10,7 +10,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1vfm12cfq3an3xg0679bcwdmjq2x1bbij1iwsmm60hwmrm3zvab0";
|
||||
};
|
||||
|
||||
buildInputs = [ autoconf automake libtool dos2unix libpgf freeimage doxygen ];
|
||||
nativeBuildInputs = [ autoconf automake ];
|
||||
buildInputs = [ libtool dos2unix libpgf freeimage doxygen ];
|
||||
|
||||
patchPhase = ''
|
||||
sed 1i'#include <inttypes.h>' -i src/PGF.cpp
|
||||
|
|
|
@ -13,8 +13,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "0hy5a3q5092szk2x3s9lpn1zkszgq9bp15rxzdncxlvnanyzsasf";
|
||||
};
|
||||
|
||||
|
||||
buildInputs = [ autoconf automake boost zlib libpng libjpeg libtiff xlibsWrapper SDL ];
|
||||
nativeBuildInputs = [ automake autoconf ];
|
||||
buildInputs = [ boost zlib libpng libjpeg libtiff xlibsWrapper SDL ];
|
||||
|
||||
# the installPhase wants to put files into $HOME. I let it put the files
|
||||
# to $TMPDIR, so they don't get into the $out
|
||||
|
|
|
@ -4,8 +4,8 @@ stdenv.mkDerivation rec {
|
|||
pname = "CUnit";
|
||||
version = "2.1-3";
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
buildInputs = [autoconf automake libtool];
|
||||
nativeBuildInputs = [ autoreconfHook autoconf automake ];
|
||||
buildInputs = [libtool];
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/cunit/CUnit/${version}/${pname}-${version}.tar.bz2";
|
||||
|
|
|
@ -10,8 +10,8 @@ stdenv.mkDerivation {
|
|||
sha256 = "3ef3103030ecb04d7fe80180e3fd490377cf81fb2af96782323fddabc3225030";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ openldap openssl popt glib ncurses readline cyrus_sasl autoconf automake ];
|
||||
nativeBuildInputs = [ pkg-config autoconf automake ];
|
||||
buildInputs = [ openldap openssl popt glib ncurses readline cyrus_sasl ];
|
||||
|
||||
preConfigure = ''
|
||||
cd ldapvi
|
||||
|
|
|
@ -31,8 +31,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
configureScript = "sh autogen.sh";
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ autoconf automake gtk-doc lvm2 libxslt.bin
|
||||
nativeBuildInputs = [ pkg-config autoconf automake ];
|
||||
buildInputs = [ gtk-doc lvm2 libxslt.bin
|
||||
libtool readline gobject-introspection json-glib libuuid
|
||||
];
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@ stdenv.mkDerivation rec {
|
|||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
buildInputs = [ autoconf automake curl jdk nettools python2 git ];
|
||||
nativeBuildInputs = [ makeWrapper autoconf automake ];
|
||||
buildInputs = [ curl jdk nettools python2 git ];
|
||||
|
||||
preConfigure = ''
|
||||
patchShebangs ./build-aux/
|
||||
|
|
|
@ -11,7 +11,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "0ndcri2ddzqlsxvy1b607ajyd4dxpiagzx331yyi7hf3ijph129f";
|
||||
};
|
||||
|
||||
buildInputs = [ autoconf automake libtool ];
|
||||
nativeBuildInputs = [ autoconf automake ];
|
||||
buildInputs = [ libtool ];
|
||||
|
||||
preConfigure = "./autogen.sh";
|
||||
|
||||
|
|
|
@ -12,8 +12,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "0q5jl7hcds3f0rhly3iy4fhhbyh9cdrfaw7zdrazzf1wswwhyssz";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ autoconf automake openssl libgsf gmp ];
|
||||
nativeBuildInputs = [ pkg-config autoconf automake ];
|
||||
buildInputs = [ openssl libgsf gmp ];
|
||||
|
||||
installPhase =
|
||||
''
|
||||
|
|
|
@ -11,7 +11,8 @@ stdenv.mkDerivation {
|
|||
sha256 = "1k6kj0913imwh53lh6hrhqmrpygqg2h462raafjsn7gbd3vkgx8n";
|
||||
};
|
||||
|
||||
buildInputs = [ autoconf automake which procps kbd ];
|
||||
nativeBuildInputs = [ autoconf automake ];
|
||||
buildInputs = [ which procps kbd ];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace src/Makefile.am --replace 'root' '$(id -u)'
|
||||
|
|
|
@ -11,7 +11,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "0li1s11xf32dafxq1jbnc8c63313hy9ry09dja2rymk9mza4x2n9";
|
||||
};
|
||||
|
||||
buildInputs = [ autoconf automake libtool pkg-config ];
|
||||
nativeBuildInputs = [ autoconf automake ];
|
||||
buildInputs = [ libtool pkg-config ];
|
||||
|
||||
preConfigure = "./bootstrap";
|
||||
|
||||
|
|
|
@ -83,8 +83,8 @@ rec {
|
|||
pname = "xmlmirror";
|
||||
version = "unstable-2016-06-05";
|
||||
|
||||
buildInputs = [ pkg-config autoconf automake libtool gnumake libxml2 nodejs openjdk json_c ];
|
||||
nativeBuildInputs = [ pkg-config zlib ];
|
||||
buildInputs = [ pkg-config libtool gnumake libxml2 nodejs openjdk json_c ];
|
||||
nativeBuildInputs = [ pkg-config zlib autoconf automake ];
|
||||
|
||||
src = pkgs.fetchgit {
|
||||
url = "https://gitlab.com/odfplugfest/xmlmirror.git";
|
||||
|
|
Loading…
Reference in a new issue