forked from mirrors/nixpkgs
boost: Remove boost.lib
This commit is contained in:
parent
ecfc1a7fc3
commit
aa3e800be7
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
buildInputs = [
|
||||
avahi boost boost.lib eigen fftw gettext glib glibmm gtk gtkmm intltool
|
||||
avahi boost eigen fftw gettext glib glibmm gtk gtkmm intltool
|
||||
jack2 ladspaH librdf libsndfile lilv lv2 pkgconfig python serd sord sratom
|
||||
];
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
buildInputs = [
|
||||
boost boost.lib ganv glibmm gtk gtkmm jack2 lilv lv2 pkgconfig python
|
||||
boost ganv glibmm gtk gtkmm jack2 lilv lv2 pkgconfig python
|
||||
raul serd sord sratom suil
|
||||
];
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "03r0sbfj85wp6yxa87pjg69ivmk0mxxa2nykr8gf2c607igmb034";
|
||||
};
|
||||
|
||||
buildInputs = [ pulseaudio boost boost.lib ];
|
||||
buildInputs = [ pulseaudio boost ];
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
|
|
|
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
buildInputs = [
|
||||
alsaLib boost boost.lib cairo fftwSinglePrec fltk jack2 libsndfile mesa
|
||||
alsaLib boost cairo fftwSinglePrec fltk jack2 libsndfile mesa
|
||||
minixml zlib xorg.libpthreadstubs
|
||||
];
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
buildInputs = [ cmake coin3d xercesc ode eigen qt4 opencascade gts boost
|
||||
boost.lib zlib python swig gfortran soqt libf2c makeWrapper matplotlib
|
||||
zlib python swig gfortran soqt libf2c makeWrapper matplotlib
|
||||
pycollada pyside pysideShiboken
|
||||
];
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
NIX_CFLAGS_COMPILE = "-I${ilmbase}/include/OpenEXR";
|
||||
|
||||
buildInputs = [ qt5 boost boost.lib exiv2 fftwFloat gsl ilmbase lcms2 libraw libtiff openexr ];
|
||||
buildInputs = [ qt5 boost exiv2 fftwFloat gsl ilmbase lcms2 libraw libtiff openexr ];
|
||||
|
||||
nativeBuildInputs = [ cmake pkgconfig ];
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
buildInputs = [
|
||||
boost boost.lib cmake ilmbase libjpeg libpng libtiff opencolorio openexr
|
||||
boost cmake ilmbase libjpeg libpng libtiff opencolorio openexr
|
||||
unzip
|
||||
];
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
buildInputs = [
|
||||
qt4 bison flex eigen boost boost.lib mesa glew opencsg cgal mpfr gmp glib
|
||||
qt4 bison flex eigen boost mesa glew opencsg cgal mpfr gmp glib
|
||||
pkgconfig
|
||||
];
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "37c7107dc4fcf8942a4ad35377c4e42e6aedfa35296e5fcf8d84882ae35087c7";
|
||||
};
|
||||
|
||||
buildInputs = [qt4 cgal boost boost.lib gmp mpfr flex bison dxflib];
|
||||
buildInputs = [qt4 cgal boost gmp mpfr flex bison dxflib];
|
||||
|
||||
configurePhase = ''
|
||||
qmake;
|
||||
|
|
|
@ -26,11 +26,9 @@ let
|
|||
patches = [ ./synfig-cstring.patch ];
|
||||
|
||||
buildInputs = [
|
||||
ETL boost boost.lib cairo gettext glibmm libsigcxx libtool libxmlxx pango
|
||||
ETL boost cairo gettext glibmm libsigcxx libtool libxmlxx pango
|
||||
pkgconfig
|
||||
];
|
||||
|
||||
configureFlags = [ "--with-boost-libdir=${boost.lib}/lib" ];
|
||||
};
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
|
|
|
@ -23,10 +23,6 @@ stdenv.mkDerivation rec {
|
|||
cd bitcoin*
|
||||
'';
|
||||
|
||||
configureFlags = [
|
||||
"--with-boost=${boost}"
|
||||
];
|
||||
|
||||
preCheck = ''
|
||||
# At least one test requires writing in $HOME
|
||||
HOME=$TMPDIR
|
||||
|
|
|
@ -30,7 +30,6 @@ let
|
|||
./autogen.sh \
|
||||
&& ./configure --prefix=$out \
|
||||
--with-incompatible-bdb \
|
||||
--with-boost-libdir=${boost}/lib \
|
||||
${ if withGui then "--with-gui" else "" }
|
||||
'';
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
buildInputs =
|
||||
[ SDL boost boost.lib cmake ffmpeg gettext glew ilmbase libXi
|
||||
[ SDL boost cmake ffmpeg gettext glew ilmbase libXi
|
||||
libjpeg libpng libsamplerate libsndfile libtiff mesa openal
|
||||
opencolorio openexr openimageio /* openjpeg */ python zlib fftw
|
||||
]
|
||||
|
|
|
@ -10,10 +10,6 @@ stdenv.mkDerivation {
|
|||
sha256 = "1i1jj02bxynisqapv31481sz9jpfp3f023ky47spz1v1wlwbs13m";
|
||||
};
|
||||
|
||||
configurePhase = "./configure --prefix=\$out "
|
||||
+ " --with-boost-libdir=\$boost/lib"
|
||||
+ " --with-boost-includedir=\$boost/include";
|
||||
|
||||
buildInputs = [ gtk glib pkgconfig openssl boost ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
# I think that openssl and zlib are required, but come through other
|
||||
# packages
|
||||
buildInputs = [ db boost boost.lib gmp mpfr miniupnpc qt4 unzip ];
|
||||
buildInputs = [ db boost gmp mpfr miniupnpc qt4 unzip ];
|
||||
|
||||
configurePhase = "qmake";
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
buildInputs = [
|
||||
cmake pkgconfig git boost boost.lib cppunit fftw python swig2 orc lxml qt4
|
||||
cmake pkgconfig git boost cppunit fftw python swig2 orc lxml qt4
|
||||
qwt alsaLib SDL libusb1 uhd gsl makeWrapper
|
||||
];
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ stdenv.mkDerivation {
|
|||
sha256 = "0bbhqjjzh922aymjqrnl2hd3r8x6p7x5aa5jidv3l4d77drhlgzy";
|
||||
};
|
||||
|
||||
buildInputs = [ cmake boost boost.lib ];
|
||||
buildInputs = [ cmake boost ];
|
||||
|
||||
# these tests take a long time and don't
|
||||
# always complete in the build environment
|
||||
|
|
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
# Don't build with miniupnpc due to namecoin using a different verison that
|
||||
# ships with NixOS and it is API incompatible.
|
||||
buildInputs = [ db4 boost boost.lib openssl unzip ];
|
||||
buildInputs = [ db4 boost openssl unzip ];
|
||||
|
||||
patchPhase = ''
|
||||
sed -e 's/-Wl,-Bstatic//g' -e 's/-l gthread-2.0//g' -e 's/-l z//g' -i src/Makefile
|
||||
|
|
|
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
# Don't build with miniupnpc due to namecoin using a different verison that
|
||||
# ships with NixOS and it is API incompatible.
|
||||
buildInputs = [ db4 boost boost.lib openssl unzip qt4 ];
|
||||
buildInputs = [ db4 boost openssl unzip qt4 ];
|
||||
|
||||
configurePhase = ''
|
||||
qmake USE_UPNP=-
|
||||
|
|
|
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1jd2y0ydcpjdmjbx77lw35710sqfwbgyrnpv66mi3gwvrbyiwpf3";
|
||||
};
|
||||
|
||||
buildInputs = [ qt4 pkgconfig boost boost.lib ];
|
||||
buildInputs = [ qt4 pkgconfig boost ];
|
||||
propagatedBuildInputs = [ dbus ];
|
||||
|
||||
configurePhase = "qmake";
|
||||
|
|
|
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||
perl perlXMLParser evolution_data_server gnome_doc_utils avahi
|
||||
libsigcxx gtk dbus_glib libnotify libXext xextproto sqlite
|
||||
gnome3.libsoup glib gnome3.gnome_icon_theme_symbolic
|
||||
hicolor_icon_theme gnome3.gnome_icon_theme boost boost.lib
|
||||
hicolor_icon_theme gnome3.gnome_icon_theme boost
|
||||
autoreconfHook pkgconfig libxml2 videoproto unixODBC db nspr
|
||||
nss zlib libsecret libXrandr randrproto which libxslt libtasn1
|
||||
gmp nettle makeWrapper ];
|
||||
|
@ -28,7 +28,6 @@ stdenv.mkDerivation rec {
|
|||
configureFlags = [
|
||||
"--with-ldap-dir=${openldap}"
|
||||
"--with-libsasl2-dir=${cyrus_sasl}"
|
||||
"--with-boost-libdir=${boost.lib}/lib"
|
||||
"--disable-gconf"
|
||||
];
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||
configureFlags = "--with-extra-includes=${libjpeg}/include";
|
||||
|
||||
buildInputs =
|
||||
[ pkgconfig autoreconfHook commoncpp2 openssl boost boost.lib libsndfile
|
||||
[ pkgconfig autoreconfHook commoncpp2 openssl boost libsndfile
|
||||
libxml2 libjpeg readline qt3 perl file
|
||||
# optional ? :
|
||||
alsaLib speex
|
||||
|
|
|
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "13d35rlcjncd8lx3khkgn9x8is2xjd5fp6ns5xsn3w6l4xj9b4gl";
|
||||
};
|
||||
|
||||
buildInputs = [ qt5 pkgconfig boost boost.lib ];
|
||||
buildInputs = [ qt5 pkgconfig boost ];
|
||||
|
||||
postPatch = ''
|
||||
sed -e "s|/usr/include/|/nonexistent/|g" -i linssid-app/*.pro
|
||||
|
|
|
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "3d9170645450f9cb0a605278b8646fec2110b9637910d86fd27cf245cbe24eaf";
|
||||
};
|
||||
|
||||
buildInputs = [ cmake pkgconfig qt4 boost boost.lib bzip2 libX11 pcre libidn lua5 miniupnpc aspell gettext ];
|
||||
buildInputs = [ cmake pkgconfig qt4 boost bzip2 libX11 pcre libidn lua5 miniupnpc aspell gettext ];
|
||||
|
||||
cmakeFlags = ''
|
||||
-DUSE_ASPELL=ON
|
||||
|
|
|
@ -12,9 +12,6 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = [ qt4 which dbus_libs boost libtorrentRasterbar
|
||||
pkgconfig ];
|
||||
|
||||
configureFlags = "--with-libboost-inc=${boost}/include "
|
||||
+ "--with-libboost-lib=${boost}/lib";
|
||||
|
||||
# https://github.com/qbittorrent/qBittorrent/issues/1992
|
||||
#enableParallelBuilding = true;
|
||||
|
||||
|
|
|
@ -26,7 +26,6 @@ in stdenv.mkDerivation rec {
|
|||
configureFlags = [
|
||||
"--with-libgeoip"
|
||||
"--with-libiconv"
|
||||
"--with-boost=${boost}"
|
||||
"--disable-deprecated-functions"
|
||||
"--enable-tests"
|
||||
"--enable-python-binding"
|
||||
|
|
|
@ -14,7 +14,7 @@ stdenv.mkDerivation {
|
|||
sha256 = "0fmmhr3as4v2kb6h64k1fq979080cqhd75jvxfg7axk2mylb6b3q";
|
||||
};
|
||||
|
||||
buildInputs = [ cmake boost boost.lib gmp mpfr libedit python texinfo gnused ];
|
||||
buildInputs = [ cmake boost gmp mpfr libedit python texinfo gnused ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
|
|
@ -40,9 +40,7 @@ let
|
|||
sha256 = "10amvz7fzr1kcy3svfspkdykmspqgpjdmk44cyr406wi7v4lwnf9";
|
||||
};
|
||||
|
||||
configureFlags = "--with-boost=${boost}";
|
||||
|
||||
buildInputs = [ boost boost.lib mdds pkgconfig ];
|
||||
buildInputs = [ boost mdds pkgconfig ];
|
||||
};
|
||||
|
||||
fetchThirdParty = {name, md5, brief, subDir ? ""}: fetchurl {
|
||||
|
@ -60,9 +58,8 @@ let
|
|||
(x: x.name == "${name}.tar.bz2")
|
||||
("Error: update liborcus version inside LO expression")
|
||||
(import ./libreoffice-srcs.nix));
|
||||
configureFlags = "--with-boost=${boost}";
|
||||
|
||||
buildInputs = [ boost boost.lib mdds pkgconfig zlib libixion ];
|
||||
buildInputs = [ boost mdds pkgconfig zlib libixion ];
|
||||
};
|
||||
|
||||
fetchSrc = {name, sha256}: fetchurl {
|
||||
|
@ -198,7 +195,6 @@ stdenv.mkDerivation rec {
|
|||
"--with-system-headers"
|
||||
"--with-system-openssl"
|
||||
"--with-system-openldap"
|
||||
"--with-boost-libdir=${boost.lib}/lib"
|
||||
"--without-system-libwps" # TODO
|
||||
"--without-doxygen"
|
||||
|
||||
|
@ -236,7 +232,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
buildInputs = with xorg;
|
||||
[ ant ArchiveZip autoconf automake bison boost boost.lib cairo clucene_core
|
||||
[ ant ArchiveZip autoconf automake bison boost cairo clucene_core
|
||||
CompressZlib cppunit cups curl db dbus_glib expat file flex fontconfig
|
||||
freetype GConf getopt gnome_vfs gperf gst_plugins_base gstreamer gtk
|
||||
hunspell icu jdk kde4.kdelibs lcms libcdr libexttextcat unixODBC libjpeg
|
||||
|
|
|
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1pf1dgwd9j586nqmni6gqf3qxrsmawcmi9wzqfzqkjci18xd7dgy";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig cmake glib qt4 boost boost.lib libsigrok
|
||||
buildInputs = [ pkgconfig cmake glib qt4 boost libsigrok
|
||||
libsigrokdecode libserialport libzip udev libusb1 libftdi
|
||||
];
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
|
|||
rev = "3aa11620a823d617fc033d26aedae91853d18635";
|
||||
sha256 = "832520787f57f63cf47364d080f30ad10d6d6e00f166790c19b125be3d6dd45c";
|
||||
};
|
||||
buildInputs = [ cmake boost boost.lib bison flex perl zlib ];
|
||||
buildInputs = [ cmake boost bison flex perl zlib ];
|
||||
cmakeFlags = [ "-DBUILD_SHARED_LIBS=ON" ];
|
||||
patchPhase = ''
|
||||
sed -e 's,^export(PACKAGE.*,,' -i CMakeLists.txt
|
||||
|
|
|
@ -13,11 +13,9 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [
|
||||
glew SDL ftgl pkgconfig libpng libjpeg pcre SDL_image mesa
|
||||
boost boost.lib glm
|
||||
boost glm
|
||||
];
|
||||
|
||||
configureFlags = "--with-boost-libdir=${boost.lib}/lib";
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-fpermissive"; # fix build with newer gcc versions
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
buildInputs = with stdenv.lib;
|
||||
[ intltool libX11 gettext wxGTK libiconv fontconfig freetype mesa libass fftw ffms ffmpeg pkgconfig zlib icu boost boost.lib ]
|
||||
[ intltool libX11 gettext wxGTK libiconv fontconfig freetype mesa libass fftw ffms ffmpeg pkgconfig zlib icu boost ]
|
||||
++ optional spellChecking hunspell
|
||||
++ optional automationSupport lua
|
||||
++ optional openalSupport openal
|
||||
|
@ -40,8 +40,6 @@ stdenv.mkDerivation rec {
|
|||
|
||||
NIX_LDFLAGS = "-liconv -lavutil -lavformat -lavcodec -lswscale -lz -lm -lGL";
|
||||
|
||||
configureFlags = "--with-boost-libdir=${boost.lib}/lib/";
|
||||
|
||||
postInstall = "ln -s $out/bin/aegisub-* $out/bin/aegisub";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
|
@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = [
|
||||
gettext x11 SDL SDL_mixer gstreamer gst_plugins_base gst_plugins_good
|
||||
gst_ffmpeg speex libtool
|
||||
libogg libxml2 libjpeg mesa libpng libungif boost boost.lib freetype agg
|
||||
libogg libxml2 libjpeg mesa libpng libungif boost freetype agg
|
||||
dbus curl pkgconfig glib gtk gtkglext pangox_compat
|
||||
xulrunner
|
||||
makeWrapper
|
||||
|
|
|
@ -28,7 +28,6 @@ stdenv.mkDerivation rec {
|
|||
expat wxGTK zlib ruby gettext pkgconfig curl
|
||||
];
|
||||
|
||||
configureFlags = "--with-boost-libdir=${boost}/lib";
|
||||
buildPhase = ''
|
||||
ruby ./drake
|
||||
'';
|
||||
|
|
|
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
buildInputs =
|
||||
[ cmake pkgconfig boost boost.lib libunwind mariadb libmemcached pcre
|
||||
[ cmake pkgconfig boost libunwind mariadb libmemcached pcre
|
||||
libevent gd curl libxml2 icu flex bison openssl zlib php expat libcap
|
||||
oniguruma libdwarf libmcrypt tbb gperftools bzip2 openldap readline
|
||||
libelf uwimap binutils cyrus_sasl pam glog libpng libxslt ocaml
|
||||
|
|
|
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1s0ylyrx74vgw6vsg6xxk4b07jrxh8pqcmxcbkx46v01nczv3ixj";
|
||||
};
|
||||
|
||||
buildInputs = [ cmake boost boost.lib gmp mpfr ];
|
||||
buildInputs = [ cmake boost gmp mpfr ];
|
||||
|
||||
doCheck = false;
|
||||
|
||||
|
|
|
@ -59,7 +59,7 @@ stdenv.mkDerivation {
|
|||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
outputs = [ "out" "lib" ];
|
||||
outputs = [ "out" ];
|
||||
|
||||
buildInputs =
|
||||
[ icu expat zlib bzip2 python ]
|
||||
|
|
|
@ -9,7 +9,7 @@ let
|
|||
helperArgNames = ["stdenv" "fetchurl" "builderDefsPackage"] ++
|
||||
[];
|
||||
|
||||
buildInputs = [ boost.lib ]
|
||||
buildInputs = [ ]
|
||||
++ map (n: builtins.getAttr n x)
|
||||
(builtins.attrNames (builtins.removeAttrs x helperArgNames));
|
||||
sourceInfo = rec {
|
||||
|
|
|
@ -9,7 +9,7 @@ let
|
|||
helperArgNames = ["stdenv" "fetchurl" "builderDefsPackage"] ++
|
||||
[];
|
||||
|
||||
buildInputs = [ boost.lib ]
|
||||
buildInputs = [ ]
|
||||
++ map (n: builtins.getAttr n x)
|
||||
(builtins.attrNames (builtins.removeAttrs x helperArgNames));
|
||||
sourceInfo = rec {
|
||||
|
|
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||
md5 = "0765cf203f451394df98e6ddf7bf2541";
|
||||
};
|
||||
|
||||
buildInputs = [ cmake boost boost.lib openssl ];
|
||||
buildInputs = [ cmake boost openssl ];
|
||||
|
||||
cmakeFlags = [ "-DCPP-NETLIB_BUILD_SHARED_LIBS=ON" "-DCMAKE_BUILD_TYPE=RELEASE" ];
|
||||
|
||||
|
|
|
@ -8,9 +8,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "01vcd1mfn2s0iiq2cjyzgvnxx6kcq9cwra1iipijhs0vwvjx0yhf";
|
||||
};
|
||||
|
||||
configureFlags = [ "--with-boost=${boost}" ];
|
||||
|
||||
buildInputs = [ expat zlib boost boost.lib ];
|
||||
buildInputs = [ expat zlib boost ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://libopenraw.freedesktop.org/wiki/Exempi/;
|
||||
|
|
|
@ -8,11 +8,9 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1ph4cb6nrk2hiy89j3kz1wj16ph0b9yixrf4f4935rnzhha8x31w";
|
||||
};
|
||||
|
||||
buildInputs = [ boost boost.lib pkgconfig openssl zlib python libiconvOrNull geoip ];
|
||||
buildInputs = [ boost pkgconfig openssl zlib python libiconvOrNull geoip ];
|
||||
|
||||
configureFlags = [
|
||||
"--with-boost=${boost}/include/boost"
|
||||
"--with-boost-libdir=${boost.lib}/lib"
|
||||
"--enable-python-binding"
|
||||
"--with-libgeoip=system"
|
||||
"--with-libiconv=yes"
|
||||
|
|
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||
NIX_CFLAGS_COMPILE = "-fpermissive"; # I'm too lazy to catch all gcc47-related problems
|
||||
|
||||
buildInputs = [
|
||||
SDL SDL_image SDL_mixer SDL_sound libsigcxx physfs boost boost.lib expat
|
||||
SDL SDL_image SDL_mixer SDL_sound libsigcxx physfs boost expat
|
||||
freetype libjpeg wxGTK lua perl pkgconfig zlib zip bzip2 libpng
|
||||
];
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ let
|
|||
helperArgNames = ["stdenv" "fetchurl" "builderDefsPackage"] ++
|
||||
[];
|
||||
|
||||
buildInputs = [ boost.lib ]
|
||||
buildInputs = [ ]
|
||||
++ map (n: builtins.getAttr n x)
|
||||
(builtins.attrNames (builtins.removeAttrs x helperArgNames));
|
||||
sourceInfo = rec {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{stdenv, fetchurl, scons, SDL, SDL_image, boost, libpng, SDL_mixer, pkgconfig
|
||||
, mesa}:
|
||||
let
|
||||
buildInputs = [scons SDL SDL_image boost boost.lib libpng SDL_mixer pkgconfig mesa];
|
||||
buildInputs = [scons SDL SDL_image boost libpng SDL_mixer pkgconfig mesa];
|
||||
s = # Generated upstream information
|
||||
rec {
|
||||
baseName="pingus";
|
||||
|
|
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||
"-DCMAKE_INSTALL_RPATH_USE_LINK_PATH:BOOL=ON"
|
||||
"-DPREFER_STATIC_LIBS:BOOL=OFF"];
|
||||
|
||||
buildInputs = [ cmake lzma boost boost.lib libdevil zlib p7zip openal libvorbis freetype SDL
|
||||
buildInputs = [ cmake lzma boost libdevil zlib p7zip openal libvorbis freetype SDL
|
||||
xlibs.libX11 xlibs.libXcursor mesa glew asciidoc libxslt docbook_xsl curl makeWrapper
|
||||
docbook_xsl_ns systemd ]
|
||||
++ stdenv.lib.optional withAI jdk
|
||||
|
|
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [
|
||||
cmake wxGTK openal pkgconfig curl gettext libtorrentRasterbar
|
||||
boost boost.lib libpng libX11 libnotify gtk doxygen makeWrapper
|
||||
boost libpng libX11 libnotify gtk doxygen makeWrapper
|
||||
];
|
||||
|
||||
prePatch = ''
|
||||
|
|
|
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
buildInputs = [ SDL SDL_image SDL_mixer SDL_net SDL_ttf pango gettext zlib
|
||||
boost boost.lib fribidi cmake freetype libpng pkgconfig lua
|
||||
boost fribidi cmake freetype libpng pkgconfig lua
|
||||
dbus fontconfig libtool ];
|
||||
|
||||
cmakeFlags = [ "-DENABLE_STRICT_COMPILATION=FALSE" ]; # newer gcc problems http://gna.org/bugs/?21030
|
||||
|
|
|
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1c03yi19d5h5h78h37add9csmy0mzvvmvn7zkcalwszabdhsb5yk";
|
||||
};
|
||||
|
||||
buildInputs = [ cmake python boost boost.lib libuuid ruby ];
|
||||
buildInputs = [ cmake python boost libuuid ruby ];
|
||||
|
||||
# the subdir managementgen wants to install python stuff in ${python} and
|
||||
# the installation tries to create some folders in /var
|
||||
|
|
|
@ -13,7 +13,7 @@ let version = "2.6.5";
|
|||
# "v8"
|
||||
] ++ optionals (!stdenv.isDarwin) [ "tcmalloc" ];
|
||||
buildInputs = [
|
||||
sasl boost boost.lib gperftools pcre snappy
|
||||
sasl boost gperftools pcre snappy
|
||||
libyamlcpp sasl openssl libpcap
|
||||
];
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
configureFlags = "--lib-path ${gperftools}/lib";
|
||||
|
||||
buildInputs = [ protobuf boost boost.lib zlib curl ];
|
||||
buildInputs = [ protobuf boost zlib curl ];
|
||||
|
||||
nativeBuildInputs = [ which m4 python ];
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [ autoconf automake makeWrapper pkgconfig libtool which ];
|
||||
buildInputs = [
|
||||
boost boost.lib btrfsProgs cryptopp curl expat fcgi fuse gperftools keyutils
|
||||
boost btrfsProgs cryptopp curl expat fcgi fuse gperftools keyutils
|
||||
libatomic_ops leveldb libaio libedit libuuid linuxHeaders openssl python
|
||||
snappy udev xfsprogs.lib xz zfs
|
||||
];
|
||||
|
|
|
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "f2b978cc93a2d16262c7b78c62019b2a58044eaef4ca95feaa74dfd4dfcbfa36";
|
||||
};
|
||||
|
||||
buildInputs = [cmake libgcrypt json_c curl expat stdenv binutils boost boost.lib];
|
||||
buildInputs = [cmake libgcrypt json_c curl expat stdenv binutils boost];
|
||||
|
||||
# work around new binutils headers, see
|
||||
# http://stackoverflow.com/questions/11748035/binutils-bfd-h-wants-config-h-now
|
||||
|
|
|
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1b7r1nnwaind0344ckwggy0ghl0ipbk9jzylsxcjfl05rnasw00w";
|
||||
};
|
||||
|
||||
buildInputs = [ boost boost.lib freeglut glew gsl lcms2 libpng libtiff libxmi mesa vigra ];
|
||||
buildInputs = [ boost freeglut glew gsl lcms2 libpng libtiff libxmi mesa vigra ];
|
||||
|
||||
nativeBuildInputs = [ perl pkgconfig ];
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ stdenv.mkDerivation {
|
|||
sed -i -e 's/^povgroup.*/povgroup=nogroup/' Makefile.{am,in}
|
||||
'';
|
||||
|
||||
configureFlags = "COMPILED_BY='nix' --with-boost-libdir=${boost}/lib --with-boost-includedir=${boost}/include";
|
||||
configureFlags = [ "COMPILED_BY='nix'" ];
|
||||
|
||||
preInstall = ''
|
||||
mkdir "$TMP/bin"
|
||||
|
|
|
@ -11,7 +11,7 @@ stdenv.mkDerivation {
|
|||
|
||||
buildFlags = "QMAKE=qmake";
|
||||
|
||||
buildInputs = [ openssl pcre qt4 boost boost.lib pkcs11helper ];
|
||||
buildInputs = [ openssl pcre qt4 boost pkcs11helper ];
|
||||
|
||||
preConfigure = ''
|
||||
sed -i s,-mt$,, meo-gui/meo-gui.pro
|
||||
|
|
|
@ -12,8 +12,6 @@ stdenv.mkDerivation {
|
|||
sha256 = "1s49ld8cnpzhhwq0r7s0sfm3cg3nhhm0wla27lwraifrrl3y1cp1";
|
||||
};
|
||||
|
||||
configureFlags = [ "--with-boost=${boost}" ];
|
||||
|
||||
buildInputs = [ boost ];
|
||||
|
||||
enableParallelBuilding = false;
|
||||
|
|
Loading…
Reference in a new issue