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