lol

Merge: make dev output references explicit

This is a rebase of most commits from #14766,
resolving conflicts and a few other evaluation problems.

+308 -306
+1 -1
lib/composable-derivation.nix
··· 50 50 # nice features: 51 51 # declaring "optional featuers" is modular. For instance: 52 52 # flags.curl = { 53 - # configureFlags = ["--with-curl=${curl}" "--with-curlwrappers"]; 53 + # configureFlags = ["--with-curl=${curl.dev}" "--with-curlwrappers"]; 54 54 # buildInputs = [curl openssl]; 55 55 # }; 56 56 # flags.other = { .. }
+1 -1
nixos/modules/services/x11/desktop-managers/gnome3.nix
··· 44 44 ${cfg.extraGSettingsOverrides} 45 45 EOF 46 46 47 - ${pkgs.glib}/bin/glib-compile-schemas $out/share/gsettings-schemas/nixos-gsettings-overrides/glib-2.0/schemas/ 47 + ${pkgs.glib.dev}/bin/glib-compile-schemas $out/share/gsettings-schemas/nixos-gsettings-overrides/glib-2.0/schemas/ 48 48 ''; 49 49 }; 50 50
+1 -1
nixos/modules/system/boot/luksroot.nix
··· 438 438 copy_bin_and_libs ${pkgs.ykpers}/bin/ykinfo 439 439 copy_bin_and_libs ${pkgs.openssl.bin}/bin/openssl 440 440 441 - cc -O3 -I${pkgs.openssl}/include -L${pkgs.openssl.out}/lib ${./pbkdf2-sha512.c} -o pbkdf2-sha512 -lcrypto 441 + cc -O3 -I${pkgs.openssl.dev}/include -L${pkgs.openssl.out}/lib ${./pbkdf2-sha512.c} -o pbkdf2-sha512 -lcrypto 442 442 strip -s pbkdf2-sha512 443 443 copy_bin_and_libs pbkdf2-sha512 444 444
+1 -1
pkgs/applications/display-managers/slim/default.nix
··· 28 28 29 29 cmakeFlags = [ "-DUSE_PAM=1" ]; 30 30 31 - NIX_CFLAGS_COMPILE = "-I${freetype}/include/freetype -std=c++11"; 31 + NIX_CFLAGS_COMPILE = "-I${freetype.dev}/include/freetype -std=c++11"; 32 32 33 33 enableParallelBuilding = true; 34 34
+1 -1
pkgs/applications/editors/emacs-25/default.nix
··· 62 62 "--with-gif=no" "--with-tiff=no" ]; 63 63 64 64 NIX_CFLAGS_COMPILE = stdenv.lib.optionalString (stdenv.isDarwin && withX) 65 - "-I${cairo}/include/cairo"; 65 + "-I${cairo.dev}/include/cairo"; 66 66 67 67 preBuild = '' 68 68 find . -name '*.elc' -delete
+1 -1
pkgs/applications/editors/texmaker/default.nix
··· 12 12 13 13 buildInputs = [ qt4 poppler_qt4 zlib ]; 14 14 nativeBuildInputs = [ pkgconfig poppler qmake4Hook ]; 15 - NIX_CFLAGS_COMPILE="-I${poppler}/include/poppler"; 15 + NIX_CFLAGS_COMPILE="-I${poppler.dev}/include/poppler"; 16 16 17 17 preConfigure = '' 18 18 qmakeFlags="$qmakeFlags DESKTOPDIR=$out/share/applications ICONDIR=$out/share/pixmaps"
+1 -1
pkgs/applications/graphics/digikam/default.nix
··· 71 71 # Help digiKam find libusb, otherwise gphoto2 support is disabled 72 72 cmakeFlags = [ 73 73 "-DLIBUSB_LIBRARIES=${libusb1.out}/lib" 74 - "-DLIBUSB_INCLUDE_DIR=${libusb1}/include/libusb-1.0" 74 + "-DLIBUSB_INCLUDE_DIR=${libusb1.dev}/include/libusb-1.0" 75 75 "-DENABLE_BALOOSUPPORT=ON" 76 76 "-DENABLE_KDEPIMLIBSSUPPORT=ON" 77 77 "-DENABLE_LCMS2=ON" ]
+2 -2
pkgs/applications/graphics/qtpfsgui/default.nix
··· 18 18 qmakeFlags = [ 19 19 "EXIV2PATH=${exiv2}/include/exiv2" 20 20 "OPENEXRDIR=${openexr}/include/OpenEXR" 21 - "FFTW3DIR=${fftwSinglePrec}/include" 22 - "LIBTIFFDIR=${libtiff}/include" 21 + "FFTW3DIR=${fftwSinglePrec.dev}/include" 22 + "LIBTIFFDIR=${libtiff.dev}/include" 23 23 ]; 24 24 25 25 meta = {
+1 -1
pkgs/applications/graphics/shotwell/default.nix
··· 14 14 sha256 = "0cgqaaikrb10plhf6zxbgqy32zqpiwyi9dpx3g8yr261q72r5c81"; 15 15 }; 16 16 17 - NIX_CFLAGS_COMPILE = "-I${glib}/include/glib-2.0 -I${glib.out}/lib/glib-2.0/include"; 17 + NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/glib-2.0 -I${glib.out}/lib/glib-2.0/include"; 18 18 19 19 configureFlags = [ "--disable-gsettings-convert-install" ]; 20 20
+1 -1
pkgs/applications/misc/apvlv/default.nix
··· 12 12 }; 13 13 14 14 preConfigure = '' 15 - export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${poppler}/include/poppler" 15 + export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${poppler.dev}/include/poppler" 16 16 ''; 17 17 18 18 buildInputs = [
+1 -1
pkgs/applications/misc/calibre/default.nix
··· 45 45 46 46 installPhase = '' 47 47 export HOME=$TMPDIR/fakehome 48 - export POPPLER_INC_DIR=${poppler_utils}/include/poppler 48 + export POPPLER_INC_DIR=${poppler_utils.dev}/include/poppler 49 49 export POPPLER_LIB_DIR=${poppler_utils.out}/lib 50 50 export MAGICK_INC=${imagemagick}/include/ImageMagick 51 51 export MAGICK_LIB=${imagemagick}/lib
+1 -1
pkgs/applications/misc/diffpdf/default.nix
··· 15 15 nativeBuildInputs = [ qmake4Hook ]; 16 16 17 17 preConfigure = '' 18 - substituteInPlace diffpdf.pro --replace @@NIX_POPPLER_QT4@@ ${poppler_qt4} 18 + substituteInPlace diffpdf.pro --replace @@NIX_POPPLER_QT4@@ ${poppler_qt4.dev} 19 19 lrelease diffpdf.pro 20 20 ''; 21 21
+1 -1
pkgs/applications/misc/fetchmail/default.nix
··· 13 13 14 14 buildInputs = [ openssl ]; 15 15 16 - configureFlags = "--with-ssl=${openssl}"; 16 + configureFlags = "--with-ssl=${openssl.dev}"; 17 17 18 18 meta = { 19 19 homepage = "http://www.fetchmail.info/";
+1 -1
pkgs/applications/misc/garmin-plugin/default.nix
··· 8 8 sourceRoot = "GarminPlugin-0.3.26/src"; 9 9 buildInputs = [ garmintools libusb libgcrypt pkgconfig tinyxml zlib ]; 10 10 configureFlags = [ 11 - "--with-libgcrypt-prefix=${libgcrypt}" 11 + "--with-libgcrypt-prefix=${libgcrypt.dev}" 12 12 "--with-garmintools-incdir=${garmintools}/include" 13 13 "--with-garmintools-libdir=${garmintools}/lib" 14 14 ];
+1 -1
pkgs/applications/misc/gkrellm/default.nix
··· 15 15 echo "patching makefiles..." 16 16 for i in Makefile src/Makefile server/Makefile 17 17 do 18 - sed -i "$i" -e "s|/usr/X11R6|${libX11}|g ; s|-lICE|-lX11 -lICE|g" 18 + sed -i "$i" -e "s|/usr/X11R6|${libX11.dev}|g ; s|-lICE|-lX11 -lICE|g" 19 19 done ''; 20 20 21 21 buildPhase = ''
+1 -1
pkgs/applications/misc/mrxvt/default.nix
··· 19 19 ]; 20 20 21 21 preConfigure = '' 22 - NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${freetype}/include/freetype2"; 22 + NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${freetype.dev}/include/freetype2"; 23 23 ''; 24 24 25 25 src = fetchurl {
+1 -1
pkgs/applications/misc/pinfo/default.nix
··· 12 12 13 13 buildInputs = [ autoreconfHook gettext texinfo ncurses readline ]; 14 14 15 - configureFlags = [ "--with-curses=${ncurses.dev}" "--with-readline=${readline}" ]; 15 + configureFlags = [ "--with-curses=${ncurses.dev}" "--with-readline=${readline.dev}" ]; 16 16 17 17 meta = with stdenv.lib; { 18 18 description = "A viewer for info files";
+1 -1
pkgs/applications/misc/rxvt_unicode/default.nix
··· 35 35 mkdir -p $terminfo/share/terminfo 36 36 configureFlags="--with-terminfo=$terminfo/share/terminfo --enable-256-color ${if perlSupport then "--enable-perl" else "--disable-perl"} ${if unicode3Support then "--enable-unicode3" else "--disable-unicode3"}"; 37 37 export TERMINFO=$terminfo/share/terminfo # without this the terminfo won't be compiled by tic, see man tic 38 - NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${freetype}/include/freetype2" 38 + NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${freetype.dev}/include/freetype2" 39 39 NIX_LDFLAGS="$NIX_LDFLAGS -lfontconfig -lXrender " 40 40 '' 41 41 # make urxvt find its perl file lib/perl5/site_perl is added to PERL5LIB automatically
+1 -1
pkgs/applications/misc/xautoclick/default.nix
··· 14 14 ++ stdenv.lib.optionals gtkSupport [ gtk ] 15 15 ++ stdenv.lib.optionals qtSupport [ qt4 ]; 16 16 patchPhase = '' 17 - substituteInPlace configure --replace /usr/X11R6 ${xorg.libX11} 17 + substituteInPlace configure --replace /usr/X11R6 ${xorg.libX11.dev} 18 18 ''; 19 19 preConfigure = stdenv.lib.optional qtSupport '' 20 20 mkdir .bin
+1 -1
pkgs/applications/misc/zathura/core/default.nix
··· 11 11 12 12 buildInputs = [ pkgconfig file gtk girara gettext makeWrapper sqlite glib ]; 13 13 14 - NIX_CFLAGS_COMPILE = "-I${glib}/include/gio-unix-2.0"; 14 + NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/gio-unix-2.0"; 15 15 16 16 makeFlags = [ 17 17 "PREFIX=$(out)"
+1 -1
pkgs/applications/networking/browsers/elinks/default.nix
··· 26 26 --enable-finger --enable-html-highlight 27 27 --with-perl --enable-gopher --enable-cgi --enable-bittorrent 28 28 --with-spidermonkey=${spidermonkey} 29 - --enable-nntp --with-openssl=${openssl} 29 + --enable-nntp --with-openssl=${openssl.dev} 30 30 '' + stdenv.lib.optionalString enableGuile " --with-guile" 31 31 + stdenv.lib.optionalString enablePython " --with-python"; 32 32
+1 -1
pkgs/applications/networking/browsers/lynx/default.nix
··· 14 14 }; 15 15 16 16 configureFlags = [] 17 - ++ stdenv.lib.optionals sslSupport [ "--with-ssl=${openssl}" ]; 17 + ++ stdenv.lib.optionals sslSupport [ "--with-ssl=${openssl.dev}" ]; 18 18 19 19 buildInputs = [ ncurses gzip ]; 20 20 nativeBuildInputs = [ ncurses ];
+1 -1
pkgs/applications/networking/browsers/w3m/default.nix
··· 50 50 ln -s $out/libexec/w3m/w3mimgdisplay $out/bin 51 51 ''; 52 52 53 - configureFlags = "--with-ssl=${openssl} --with-gc=${boehmgc}" 53 + configureFlags = "--with-ssl=${openssl.dev} --with-gc=${boehmgc.dev}" 54 54 + optionalString graphicsSupport " --enable-image=${optionalString x11Support "x11,"}fb"; 55 55 56 56 preConfigure = ''
+5 -5
pkgs/applications/networking/cluster/mesos/default.nix
··· 71 71 '' + lib.optionalString stdenv.isLinux '' 72 72 73 73 substituteInPlace configure.ac \ 74 - --replace /usr/include/libnl3 ${libnl}/include/libnl3 74 + --replace /usr/include/libnl3 ${libnl.dev}/include/libnl3 75 75 76 76 substituteInPlace src/linux/perf.cpp \ 77 77 --replace '"perf ' '"${perf}/bin/perf ' ··· 94 94 95 95 configureFlags = [ 96 96 "--sbindir=\${out}/bin" 97 - "--with-apr=${apr}" 98 - "--with-svn=${subversion}" 97 + "--with-apr=${apr.dev}" 98 + "--with-svn=${subversion.dev}" 99 99 "--with-leveldb=${leveldb}" 100 100 "--with-glog=${glog}" 101 101 "--with-glog=${glog}" 102 102 "--enable-optimize" 103 103 "--disable-python-dependency-install" 104 104 "--enable-ssl" 105 - "--with-ssl=${openssl}" 105 + "--with-ssl=${openssl.dev}" 106 106 "--enable-libevent" 107 - "--with-libevent=${libevent}" 107 + "--with-libevent=${libevent.dev}" 108 108 ] ++ lib.optionals stdenv.isLinux [ 109 109 "--with-network-isolator" 110 110 ];
+1 -1
pkgs/applications/networking/instant-messengers/centerim/default.nix
··· 18 18 buildInputs = [ openssl curl ncurses libjpeg ] 19 19 ++ stdenv.lib.optional withGpg gpgme; 20 20 21 - configureFlags = [ "--with-openssl=${openssl}" ]; 21 + configureFlags = [ "--with-openssl=${openssl.dev}" ]; 22 22 23 23 meta = { 24 24 homepage = http://www.centerim.org/;
+2 -2
pkgs/applications/networking/instant-messengers/ekiga/default.nix
··· 26 26 ''; 27 27 28 28 configureFlags = [ 29 - "--with-ldap-dir=${openldap}" 30 - "--with-libsasl2-dir=${cyrus_sasl}" 29 + "--with-ldap-dir=${openldap.dev}" 30 + "--with-libsasl2-dir=${cyrus_sasl.dev}" 31 31 "--with-boost-libdir=${boost.out}/lib" 32 32 "--disable-gconf" 33 33 ];
+1 -1
pkgs/applications/networking/instant-messengers/linphone/default.nix
··· 21 21 22 22 configureFlags = [ 23 23 "--enable-ldap" 24 - "--with-ffmpeg=${ffmpeg}" 24 + "--with-ffmpeg=${ffmpeg.dev}" 25 25 "--with-polarssl=${polarssl}" 26 26 "--enable-lime" 27 27 "--enable-external-ortp"
+1 -1
pkgs/applications/networking/instant-messengers/mcabber/default.nix
··· 13 13 14 14 buildInputs = [ openssl ncurses pkgconfig glib loudmouth libotr gpgme ]; 15 15 16 - configureFlags = "--with-openssl=${openssl} --enable-modules --enable-otr"; 16 + configureFlags = "--with-openssl=${openssl.dev} --enable-modules --enable-otr"; 17 17 18 18 doCheck = true; 19 19
+1 -1
pkgs/applications/networking/instant-messengers/silc-client/default.nix
··· 19 19 20 20 dontDisableStatic = true; 21 21 22 - configureFlags = "--with-ncurses=${ncurses}"; 22 + configureFlags = "--with-ncurses=${ncurses.dev}"; 23 23 24 24 preConfigure = stdenv.lib.optionalString enablePlugin '' 25 25 configureFlags="$configureFlags --with-silc-plugin=$out/lib/irssi"
+6 -6
pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix
··· 46 46 "CONFIG+=release" 47 47 "DEFINES+=TDESKTOP_DISABLE_AUTOUPDATE" 48 48 "DEFINES+=TDESKTOP_DISABLE_REGISTER_CUSTOM_SCHEME" 49 - "INCLUDEPATH+=${gtk2}/include/gtk-2.0" 50 - "INCLUDEPATH+=${glib}/include/glib-2.0" 49 + "INCLUDEPATH+=${gtk2.dev}/include/gtk-2.0" 50 + "INCLUDEPATH+=${glib.dev}/include/glib-2.0" 51 51 "INCLUDEPATH+=${glib.out}/lib/glib-2.0/include" 52 - "INCLUDEPATH+=${cairo}/include/cairo" 53 - "INCLUDEPATH+=${pango}/include/pango-1.0" 52 + "INCLUDEPATH+=${cairo.dev}/include/cairo" 53 + "INCLUDEPATH+=${pango.dev}/include/pango-1.0" 54 54 "INCLUDEPATH+=${gtk2.out}/lib/gtk-2.0/include" 55 - "INCLUDEPATH+=${gdk_pixbuf}/include/gdk-pixbuf-2.0" 56 - "INCLUDEPATH+=${atk}/include/atk-1.0" 55 + "INCLUDEPATH+=${gdk_pixbuf.dev}/include/gdk-pixbuf-2.0" 56 + "INCLUDEPATH+=${atk.dev}/include/atk-1.0" 57 57 "INCLUDEPATH+=${libappindicator-gtk2}/include/libappindicator-0.1" 58 58 "INCLUDEPATH+=${libunity}/include/unity" 59 59 "INCLUDEPATH+=${dee}/include/dee-1.0"
+1 -1
pkgs/applications/networking/instant-messengers/twinkle/default.nix
··· 17 17 ./boost_regex.patch # modified not to use "-mt" suffix 18 18 ]; 19 19 20 - configureFlags = "--with-extra-includes=${libjpeg}/include"; 20 + configureFlags = "--with-extra-includes=${libjpeg.dev}/include"; 21 21 22 22 buildInputs = 23 23 [ pkgconfig autoreconfHook commoncpp2 openssl boost libsndfile
+1 -1
pkgs/applications/networking/irc/wraith/default.nix
··· 16 16 substituteInPlace src/libssl.cc --subst-var-by openssl ${openssl} 17 17 substituteInPlace src/libcrypto.cc --subst-var-by openssl ${openssl} 18 18 ''; 19 - configureFlags = "--with-openssl=${openssl}"; 19 + configureFlags = "--with-openssl=${openssl.dev}"; 20 20 installPhase = '' 21 21 mkdir -p $out/bin 22 22 cp -a wraith $out/bin/wraith
+1 -1
pkgs/applications/networking/mailreaders/alpine/default.nix
··· 21 21 inherit (s) url sha256; 22 22 }; 23 23 configureFlags = [ 24 - "--with-ssl-include-dir=${openssl}/include/openssl" 24 + "--with-ssl-include-dir=${openssl.dev}/include/openssl" 25 25 "--with-tcl-lib=${tcl.libPrefix}" 26 26 ]; 27 27 preConfigure = ''
+1 -1
pkgs/applications/networking/mailreaders/realpine/default.nix
··· 21 21 inherit (s) url sha256; 22 22 }; 23 23 configureFlags = [ 24 - "--with-ssl-include-dir=${openssl}/include/openssl" 24 + "--with-ssl-include-dir=${openssl.dev}/include/openssl" 25 25 "--with-tcl-lib=${tcl.libPrefix}" 26 26 ]; 27 27 preConfigure = ''
+1 -1
pkgs/applications/networking/newsreaders/slrn/default.nix
··· 18 18 -e "s|/bin/rm|rm|" 19 19 ''; 20 20 21 - configureFlags = "--with-slang=${slang} --with-ssl=${openssl}"; 21 + configureFlags = "--with-slang=${slang.dev} --with-ssl=${openssl.dev}"; 22 22 23 23 buildInputs = [ slang ncurses openssl ]; 24 24
+1 -1
pkgs/applications/networking/remote/rdesktop/default.nix
··· 13 13 buildInputs = [openssl libX11]; 14 14 15 15 configureFlags = [ 16 - "--with-openssl=${openssl}" 16 + "--with-openssl=${openssl.dev}" 17 17 "--disable-credssp" 18 18 "--disable-smartcard" 19 19 ];
+1 -1
pkgs/applications/science/astronomy/celestia/default.nix
··· 59 59 CPPFLAGS = "-DNDEBUG"; 60 60 CFLAGS = "-O2 -fsigned-char"; 61 61 CXXFLAGS = "-O2 -fsigned-char"; 62 - GTK_CFLAGS = "-I${gtk2.dev}/include/gtk-2.0 -I${gtk2.out}/lib/gtk-2.0/include -I${glib.dev}/include/glib-2.0 -I${glib.out}/lib/glib-2.0/include -I${cairo.dev}/include/cairo -I${pango.dev}/include/pango-1.0 -I${gdk_pixbuf.dev}/include/gdk-pixbuf-2.0 -I${atk}/include/atk-1.0 -I${gtkglext}/include/gtkglext-1.0 -I${gtkglext}/lib/gtkglext-1.0/include"; 62 + GTK_CFLAGS = "-I${gtk2.dev}/include/gtk-2.0 -I${gtk2.out}/lib/gtk-2.0/include -I${glib.dev}/include/glib-2.0 -I${glib.out}/lib/glib-2.0/include -I${cairo.dev}/include/cairo -I${pango.dev}/include/pango-1.0 -I${gdk_pixbuf.dev}/include/gdk-pixbuf-2.0 -I${atk.dev}/include/atk-1.0 -I${gtkglext}/include/gtkglext-1.0 -I${gtkglext}/lib/gtkglext-1.0/include"; 63 63 GTK_LIBS = "-lgtk-x11-2.0 -lgtkglext-x11-1.0 -lcairo -lgdk_pixbuf-2.0 -lpango-1.0 -lgobject-2.0"; 64 64 65 65 installPhase = ''make MKDIR_P="mkdir -p" install'';
+2 -2
pkgs/applications/science/math/pari/default.nix
··· 13 13 14 14 configureScript = "./Configure"; 15 15 configureFlags = 16 - "--with-gmp=${gmp} " + 17 - "--with-readline=${readline}"; 16 + "--with-gmp=${gmp.dev} " + 17 + "--with-readline=${readline.dev}"; 18 18 19 19 meta = with stdenv.lib; { 20 20 description = "Computer algebra system for high-performance number theory computations";
+1 -1
pkgs/applications/version-management/git-and-tools/svn2git-kde/default.nix
··· 9 9 sha256 = "818673fe751b00a42b6ed3e78a783549fb09b5245a01dee47b3dded667bfc582"; 10 10 }; 11 11 12 - NIX_CFLAGS_COMPILE = [ "-I${apr}/include/apr-1" "-I${subversion.dev}/include/subversion-1" "-DVER=\"${src.rev}\"" ]; 12 + NIX_CFLAGS_COMPILE = [ "-I${apr.dev}/include/apr-1" "-I${subversion.dev}/include/subversion-1" "-DVER=\"${src.rev}\"" ]; 13 13 14 14 patchPhase = '' 15 15 sed -i 's|/bin/cat|cat|' ./src/repository.cpp
+1 -1
pkgs/applications/version-management/kdesvn/default.nix
··· 13 13 }; 14 14 15 15 prePatch = '' 16 - sed -i -e "s|/usr|${subversion}|g" src/svnqt/cmakemodules/FindSubversion.cmake 16 + sed -i -e "s|/usr|${subversion.dev}|g" src/svnqt/cmakemodules/FindSubversion.cmake 17 17 ''; 18 18 19 19 buildInputs = [ apr aprutil subversion db kdelibs expat ];
+1 -1
pkgs/applications/version-management/redmine/default.nix
··· 45 45 mkdir -p vendor/cache 46 46 ${stdenv.lib.concatStrings (map (gem: "ln -s ${gem} vendor/cache/${gem.name};") gemspec)} 47 47 48 - bundle config build.nokogiri --use-system-libraries --with-iconv-dir="${libiconv}" --with-xslt-dir="${libxslt}" --with-xml2-dir="${libxml2}" 48 + bundle config build.nokogiri --use-system-libraries --with-iconv-dir="${libiconv}" --with-xslt-dir="${libxslt.dev}" --with-xml2-dir="${libxml2}" 49 49 50 50 bundle install --verbose --local --deployment 51 51
+3 -3
pkgs/applications/version-management/subversion/default.nix
··· 39 39 40 40 configureFlags = '' 41 41 ${if bdbSupport then "--with-berkeley-db" else "--without-berkeley-db"} 42 - ${if httpServer then "--with-apxs=${apacheHttpd}/bin/apxs" else "--without-apxs"} 42 + ${if httpServer then "--with-apxs=${apacheHttpd.dev}/bin/apxs" else "--without-apxs"} 43 43 ${if pythonBindings || perlBindings then "--with-swig=${swig}" else "--without-swig"} 44 44 ${if javahlBindings then "--enable-javahl --with-jdk=${jdk}" else ""} 45 45 --disable-keychain 46 46 ${if saslSupport then "--with-sasl=${sasl}" else "--without-sasl"} 47 47 ${if httpSupport then "--with-serf=${serf}" else "--without-serf"} 48 - --with-zlib=${zlib} 49 - --with-sqlite=${sqlite} 48 + --with-zlib=${zlib.dev} 49 + --with-sqlite=${sqlite.dev} 50 50 ''; 51 51 52 52 preBuild = ''
+1 -1
pkgs/applications/video/xine-ui/default.nix
··· 19 19 20 20 patchPhase = ''sed -e '/curl\/types\.h/d' -i src/xitk/download.c''; 21 21 22 - configureFlags = "--with-readline=${readline}"; 22 + configureFlags = "--with-readline=${readline.dev}"; 23 23 24 24 LIRC_CFLAGS="-I${lirc}/include"; 25 25 LIRC_LIBS="-L ${lirc}/lib -llirc_client";
+1 -1
pkgs/applications/virtualization/virt-manager/default.nix
··· 39 39 ''; 40 40 41 41 postInstall = '' 42 - ${glib}/bin/glib-compile-schemas "$out"/share/glib-2.0/schemas 42 + ${glib.dev}/bin/glib-compile-schemas "$out"/share/glib-2.0/schemas 43 43 ''; 44 44 45 45 # Failed tests
+1 -1
pkgs/applications/virtualization/virtualbox/default.nix
··· 133 133 ${optionalString (!pulseSupport) "--disable-pulse"} \ 134 134 ${optionalString (!enableHardening) "--disable-hardening"} \ 135 135 --disable-kmods --with-mkisofs=${xorriso}/bin/xorrisofs 136 - sed -e 's@PKG_CONFIG_PATH=.*@PKG_CONFIG_PATH=${libIDL}/lib/pkgconfig:${glib}/lib/pkgconfig ${libIDL}/bin/libIDL-config-2@' \ 136 + sed -e 's@PKG_CONFIG_PATH=.*@PKG_CONFIG_PATH=${libIDL}/lib/pkgconfig:${glib.dev}/lib/pkgconfig ${libIDL}/bin/libIDL-config-2@' \ 137 137 -i AutoConfig.kmk 138 138 sed -e 's@arch/x86/@@' \ 139 139 -i Config.kmk
+1 -1
pkgs/data/icons/tango-icon-theme/default.nix
··· 16 16 17 17 configureFlags = "--enable-png-creation"; 18 18 19 - postInstall = '''${gtk}/bin/gtk-update-icon-cache' "$out/share/icons/Tango" ''; 19 + postInstall = '''${gtk.dev}/bin/gtk-update-icon-cache' "$out/share/icons/Tango" ''; 20 20 21 21 meta = { 22 22 description = "A basic set of icons";
+1 -1
pkgs/desktops/enlightenment/elementary.nix
··· 7 7 sha256 = "0avb0d6nk4d88l81c2j6py13vdfnvg080ycw2y3qvawyjf1mhska"; 8 8 }; 9 9 buildInputs = [ pkgconfig efl libdrm gdbm automake autoconf ] ++ stdenv.lib.optionals stdenv.isLinux [ libcap ]; 10 - NIX_CFLAGS_COMPILE = [ "-I${libdrm}/include/libdrm" ]; 10 + NIX_CFLAGS_COMPILE = [ "-I${libdrm.dev}/include/libdrm" ]; 11 11 patches = [ ./elementary.patch ]; 12 12 enableParallelBuilding = true; 13 13 meta = {
+1 -1
pkgs/desktops/gnome-3/3.18/apps/cheese/default.nix
··· 14 14 15 15 enableParallelBuilding = true; 16 16 17 - NIX_CFLAGS_COMPILE = "-I${glib}/include/gio-unix-2.0"; 17 + NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/gio-unix-2.0"; 18 18 19 19 meta = with stdenv.lib; { 20 20 homepage = https://wiki.gnome.org/Apps/Cheese;
+1 -1
pkgs/desktops/gnome-3/3.18/apps/gnome-calendar/default.nix
··· 5 5 stdenv.mkDerivation rec { 6 6 inherit (import ./src.nix fetchurl) name src; 7 7 8 - NIX_CFLAGS_COMPILE = "-I${gnome3.glib}/include/gio-unix-2.0"; 8 + NIX_CFLAGS_COMPILE = "-I${gnome3.glib.dev}/include/gio-unix-2.0"; 9 9 10 10 buildInputs = [ 11 11 pkgconfig gtk3 wrapGAppsHook intltool evolution_data_server
+1 -1
pkgs/desktops/gnome-3/3.18/apps/gnome-documents/default.nix
··· 24 24 enableParallelBuilding = true; 25 25 26 26 preFixup = '' 27 - substituteInPlace $out/bin/gnome-documents --replace gapplication "${glib}/bin/gapplication" 27 + substituteInPlace $out/bin/gnome-documents --replace gapplication "${glib.dev}/bin/gapplication" 28 28 29 29 gappsWrapperArgs+=(--run 'if [ -z "$XDG_CACHE_DIR" ]; then XDG_CACHE_DIR=$HOME/.cache; fi; if [ -w "$XDG_CACHE_DIR/.." ]; then mkdir -p "$XDG_CACHE_DIR/gnome-documents"; fi') 30 30 '';
+1 -1
pkgs/desktops/gnome-3/3.18/apps/gnome-photos/default.nix
··· 9 9 10 10 # doCheck = true; 11 11 12 - NIX_CFLAGS_COMPILE = "-I${gnome3.glib}/include/gio-unix-2.0"; 12 + NIX_CFLAGS_COMPILE = "-I${gnome3.glib.dev}/include/gio-unix-2.0"; 13 13 14 14 buildInputs = [ pkgconfig gtk3 glib intltool itstool gegl babl gnome3.libgdata 15 15 gnome3.gsettings_desktop_schemas makeWrapper gmp libmediaart
+1 -1
pkgs/desktops/gnome-3/3.18/apps/seahorse/default.nix
··· 11 11 12 12 propagatedUserEnvPkgs = [ gnome3.gnome_themes_standard ]; 13 13 14 - NIX_CFLAGS_COMPILE = "-I${gnome3.glib}/include/gio-unix-2.0"; 14 + NIX_CFLAGS_COMPILE = "-I${gnome3.glib.dev}/include/gio-unix-2.0"; 15 15 16 16 buildInputs = [ pkgconfig gtk3 glib intltool itstool gnome3.gcr 17 17 gnome3.gsettings_desktop_schemas makeWrapper gnupg
+1 -1
pkgs/desktops/gnome-3/3.18/core/baobab/default.nix
··· 8 8 9 9 doCheck = true; 10 10 11 - NIX_CFLAGS_COMPILE = "-I${gnome3.glib}/include/gio-unix-2.0"; 11 + NIX_CFLAGS_COMPILE = "-I${gnome3.glib.dev}/include/gio-unix-2.0"; 12 12 13 13 propagatedUserEnvPkgs = [ gnome3.gnome_themes_standard ]; 14 14
+1 -1
pkgs/desktops/gnome-3/3.18/core/evince/default.nix
··· 26 26 (if supportXPS then "--enable-xps" else "--disable-xps") 27 27 ]; 28 28 29 - NIX_CFLAGS_COMPILE = "-I${gnome3.glib}/include/gio-unix-2.0"; 29 + NIX_CFLAGS_COMPILE = "-I${gnome3.glib.dev}/include/gio-unix-2.0"; 30 30 31 31 preConfigure = with stdenv.lib; 32 32 optionalString doCheck ''
+1 -1
pkgs/desktops/gnome-3/3.18/core/gnome-calculator/default.nix
··· 5 5 stdenv.mkDerivation rec { 6 6 inherit (import ./src.nix fetchurl) name src; 7 7 8 - NIX_CFLAGS_COMPILE = "-I${gnome3.glib}/include/gio-unix-2.0"; 8 + NIX_CFLAGS_COMPILE = "-I${gnome3.glib.dev}/include/gio-unix-2.0"; 9 9 10 10 propagatedUserEnvPkgs = [ gnome3.gnome_themes_standard ]; 11 11
+1 -1
pkgs/desktops/gnome-3/3.18/core/gnome-desktop/default.nix
··· 6 6 inherit (import ./src.nix fetchurl) name src; 7 7 8 8 # this should probably be setuphook for glib 9 - NIX_CFLAGS_COMPILE = "-I${glib}/include/gio-unix-2.0"; 9 + NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/gio-unix-2.0"; 10 10 11 11 enableParallelBuilding = true; 12 12
+1 -1
pkgs/desktops/gnome-3/3.18/core/gnome-dictionary/default.nix
··· 8 8 9 9 doCheck = true; 10 10 11 - NIX_CFLAGS_COMPILE = "-I${gnome3.glib}/include/gio-unix-2.0"; 11 + NIX_CFLAGS_COMPILE = "-I${gnome3.glib.dev}/include/gio-unix-2.0"; 12 12 13 13 propagatedUserEnvPkgs = [ gnome3.gnome_themes_standard ]; 14 14 propagatedBuildInputs = [ gdk_pixbuf gnome3.defaultIconTheme librsvg ];
+1 -1
pkgs/desktops/gnome-3/3.18/core/gnome-disk-utility/default.nix
··· 8 8 9 9 doCheck = true; 10 10 11 - NIX_CFLAGS_COMPILE = "-I${gnome3.glib}/include/gio-unix-2.0"; 11 + NIX_CFLAGS_COMPILE = "-I${gnome3.glib.dev}/include/gio-unix-2.0"; 12 12 13 13 propagatedUserEnvPkgs = [ gnome3.gnome_themes_standard ]; 14 14
+1 -1
pkgs/desktops/gnome-3/3.18/core/gnome-font-viewer/default.nix
··· 8 8 9 9 doCheck = true; 10 10 11 - NIX_CFLAGS_COMPILE = "-I${gnome3.glib}/include/gio-unix-2.0"; 11 + NIX_CFLAGS_COMPILE = "-I${gnome3.glib.dev}/include/gio-unix-2.0"; 12 12 13 13 propagatedUserEnvPkgs = [ gnome3.gnome_themes_standard ]; 14 14
+1 -1
pkgs/desktops/gnome-3/3.18/core/gnome-screenshot/default.nix
··· 7 7 8 8 doCheck = true; 9 9 10 - NIX_CFLAGS_COMPILE = "-I${gnome3.glib}/include/gio-unix-2.0"; 10 + NIX_CFLAGS_COMPILE = "-I${gnome3.glib.dev}/include/gio-unix-2.0"; 11 11 12 12 propagatedUserEnvPkgs = [ gnome3.gnome_themes_standard ]; 13 13 propagatedBuildInputs = [ gdk_pixbuf gnome3.defaultIconTheme librsvg ];
+1 -1
pkgs/desktops/gnome-3/3.18/core/gnome-settings-daemon/default.nix
··· 7 7 inherit (import ./src.nix fetchurl) name src; 8 8 9 9 # fatal error: gio/gunixfdlist.h: No such file or directory 10 - NIX_CFLAGS_COMPILE = "-I${glib}/include/gio-unix-2.0"; 10 + NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/gio-unix-2.0"; 11 11 12 12 buildInputs = with gnome3; 13 13 [ intltool pkgconfig ibus gtk glib gsettings_desktop_schemas networkmanager
+1 -1
pkgs/desktops/gnome-3/3.18/core/gnome-system-log/default.nix
··· 12 12 13 13 doCheck = true; 14 14 15 - NIX_CFLAGS_COMPILE = "-I${gnome3.glib}/include/gio-unix-2.0"; 15 + NIX_CFLAGS_COMPILE = "-I${gnome3.glib.dev}/include/gio-unix-2.0"; 16 16 17 17 propagatedUserEnvPkgs = [ gnome3.gnome_themes_standard ]; 18 18 propagatedBuildInputs = [ gdk_pixbuf gnome3.defaultIconTheme librsvg ];
+2 -2
pkgs/desktops/gnome-3/3.18/core/gnome-user-share/default.nix
··· 8 8 9 9 doCheck = true; 10 10 11 - NIX_CFLAGS_COMPILE = "-I${gnome3.glib}/include/gio-unix-2.0"; 11 + NIX_CFLAGS_COMPILE = "-I${gnome3.glib.dev}/include/gio-unix-2.0"; 12 12 13 13 preConfigure = '' 14 14 sed -e 's,^LoadModule dnssd_module.\+,LoadModule dnssd_module ${mod_dnssd}/modules/mod_dnssd.so,' -i data/dav_user_2.2.conf ··· 26 26 postInstall = '' 27 27 mkdir -p $out/share/gsettings-schemas/$name 28 28 mv $out/share/glib-2.0 $out/share/gsettings-schemas/$name 29 - ${glib}/bin/glib-compile-schemas $out/share/gsettings-schemas/$name/glib-2.0/schemas 29 + ${glib.dev}/bin/glib-compile-schemas $out/share/gsettings-schemas/$name/glib-2.0/schemas 30 30 ''; 31 31 32 32 preFixup = ''
+1 -1
pkgs/desktops/gnome-3/3.18/core/libgdata/default.nix
··· 15 15 # TODO: need libuhttpmock 16 16 configureFlags = "--disable-tests"; 17 17 18 - NIX_CFLAGS_COMPILE = "-I${gnome3.libsoup}/include/libsoup-gnome-2.4/ -I${gnome3.gcr}/include/gcr-3 -I${gnome3.gcr}/include/gck-1"; 18 + NIX_CFLAGS_COMPILE = "-I${gnome3.libsoup.dev}/include/libsoup-gnome-2.4/ -I${gnome3.gcr}/include/gcr-3 -I${gnome3.gcr}/include/gck-1"; 19 19 20 20 buildInputs = with gnome3; 21 21 [ pkgconfig libsoup intltool libxml2 glib gobjectIntrospection
+1 -1
pkgs/desktops/gnome-3/3.18/core/mutter/default.nix
··· 6 6 inherit (import ./src.nix fetchurl) name src; 7 7 8 8 # fatal error: gio/gunixfdlist.h: No such file or directory 9 - NIX_CFLAGS_COMPILE = "-I${gnome3.glib}/include/gio-unix-2.0"; 9 + NIX_CFLAGS_COMPILE = "-I${gnome3.glib.dev}/include/gio-unix-2.0"; 10 10 11 11 configureFlags = "--with-x --disable-static --enable-shape --enable-sm --enable-startup-notification --enable-xsync --enable-verbose-mode --with-libcanberra"; 12 12
+1 -1
pkgs/desktops/gnome-3/3.18/core/totem/default.nix
··· 11 11 12 12 enableParallelBuilding = true; 13 13 14 - NIX_CFLAGS_COMPILE = "-I${gnome3.glib}/include/gio-unix-2.0"; 14 + NIX_CFLAGS_COMPILE = "-I${gnome3.glib.dev}/include/gio-unix-2.0"; 15 15 16 16 propagatedUserEnvPkgs = [ gnome3.gnome_themes_standard ]; 17 17
+1 -1
pkgs/desktops/gnome-3/3.18/misc/pidgin/default.nix
··· 25 25 schemas_dir="$share_dir/gsettings-schemas/${name}/glib-2.0/schemas" 26 26 mkdir -p "$schemas_dir" 27 27 mv schemas/* "$schemas_dir" # fix Emacs syntax highlighting: */ 28 - ${glib}/bin/glib-compile-schemas "$schemas_dir" 28 + ${glib.dev}/bin/glib-compile-schemas "$schemas_dir" 29 29 30 30 locale_dir="$share_dir/locale" 31 31 mkdir -p "$locale_dir"
+1 -1
pkgs/desktops/kde-5/plasma-5.6/plasma-desktop/default.nix
··· 34 34 }) 35 35 ./0003-tzdir.patch 36 36 ]; 37 - NIX_CFLAGS_COMPILE = [ "-I${xorgserver}/include/xorg" ]; 37 + NIX_CFLAGS_COMPILE = [ "-I${xorgserver.dev}/include/xorg" ]; 38 38 cmakeFlags = [ 39 39 "-DEvdev_INCLUDE_DIRS=${xf86inputevdev}/include/xorg" 40 40 "-DSynaptics_INCLUDE_DIRS=${xf86inputsynaptics}/include/xorg"
+1 -1
pkgs/development/compilers/aliceml/default.nix
··· 39 39 ''; 40 40 41 41 buildPhase = '' 42 - gmp="${gmp}" zlib="${zlib}" PATH=$PATH:`pwd`/seam-support/install/bin make -C make all PREFIX="$out" 42 + gmp="${gmp.dev}" zlib="${zlib.dev}" PATH=$PATH:`pwd`/seam-support/install/bin make -C make all PREFIX="$out" 43 43 ''; 44 44 45 45 meta = {
+2 -2
pkgs/development/compilers/ecl/default.nix
··· 28 28 }; 29 29 configureFlags = [ 30 30 "--enable-threads" 31 - "--with-gmp-prefix=${gmp}" 32 - "--with-libffi-prefix=${libffi}" 31 + "--with-gmp-prefix=${gmp.dev}" 32 + "--with-libffi-prefix=${libffi.dev}" 33 33 ] 34 34 ++ 35 35 (stdenv.lib.optional (! noUnicode)
+4 -4
pkgs/development/compilers/gcc/4.5/default.nix
··· 165 165 ++ stdenv.lib.optional (libpthread != null) libpthread; 166 166 extraCPPSpec = 167 167 concatStrings (intersperse " " 168 - (map (x: "-I${x}/include") extraCPPDeps)); 168 + (map (x: "-I${x.dev or x}/include") extraCPPDeps)); 169 169 extraLibSpec = 170 170 if libpthreadCross != null 171 171 then "-L${libpthreadCross}/lib ${libpthreadCross.TARGET_LDFLAGS}" ··· 234 234 else ""} 235 235 ${if javaAwtGtk then "--enable-java-awt=gtk" else ""} 236 236 ${if langJava && javaAntlr != null then "--with-antlr-jar=${javaAntlr}" else ""} 237 - --with-gmp=${gmp} 238 - --with-mpfr=${mpfr} 237 + --with-gmp=${gmp.dev} 238 + --with-mpfr=${mpfr.dev} 239 239 --with-mpc=${libmpc} 240 240 ${if libelf != null then "--with-libelf=${libelf}" else ""} 241 241 --disable-libstdcxx-pch ··· 323 323 # Likewise, the LTO code doesn't find zlib. 324 324 325 325 CPATH = concatStrings 326 - (intersperse ":" (map (x: x + "/include") 326 + (intersperse ":" (map (x: "${x.dev or x}/include") 327 327 (optionals (zlib != null) [ zlib ] 328 328 ++ optionals langJava [ boehmgc ] 329 329 ++ optionals javaAwtGtk xlibs
+4 -4
pkgs/development/compilers/gcc/4.6/default.nix
··· 215 215 ++ stdenv.lib.optional (libpthread != null) libpthread; 216 216 extraCPPSpec = 217 217 concatStrings (intersperse " " 218 - (map (x: "-I${x}/include") extraCPPDeps)); 218 + (map (x: "-I${x.dev or x}/include") extraCPPDeps)); 219 219 extraLibSpec = 220 220 if libpthreadCross != null 221 221 then "-L${libpthreadCross}/lib ${libpthreadCross.TARGET_LDFLAGS}" ··· 295 295 else ""} 296 296 ${if javaAwtGtk then "--enable-java-awt=gtk" else ""} 297 297 ${if langJava && javaAntlr != null then "--with-antlr-jar=${javaAntlr}" else ""} 298 - --with-gmp=${gmp} 299 - --with-mpfr=${mpfr} 298 + --with-gmp=${gmp.dev} 299 + --with-mpfr=${mpfr.dev} 300 300 --with-mpc=${libmpc} 301 301 ${if libelf != null then "--with-libelf=${libelf}" else ""} 302 302 --disable-libstdcxx-pch ··· 398 398 # Likewise, the LTO code doesn't find zlib. 399 399 400 400 CPATH = concatStrings 401 - (intersperse ":" (map (x: x + "/include") 401 + (intersperse ":" (map (x: "${x.dev or x}/include") 402 402 (optionals (zlib != null) [ zlib ] 403 403 ++ optionals langJava [ boehmgc ] 404 404 ++ optionals javaAwtGtk xlibs
+4 -4
pkgs/development/compilers/gcc/4.8/default.nix
··· 241 241 ++ stdenv.lib.optional (libpthread != null) libpthread; 242 242 extraCPPSpec = 243 243 concatStrings (intersperse " " 244 - (map (x: "-I${x}/include") extraCPPDeps)); 244 + (map (x: "-I${x.dev or x}/include") extraCPPDeps)); 245 245 extraLibSpec = 246 246 if libpthreadCross != null 247 247 then "-L${libpthreadCross}/lib ${libpthreadCross.TARGET_LDFLAGS}" ··· 338 338 else ""} 339 339 ${if javaAwtGtk then "--enable-java-awt=gtk" else ""} 340 340 ${if langJava && javaAntlr != null then "--with-antlr-jar=${javaAntlr}" else ""} 341 - --with-gmp=${gmp} 342 - --with-mpfr=${mpfr} 341 + --with-gmp=${gmp.dev} 342 + --with-mpfr=${mpfr.dev} 343 343 --with-mpc=${libmpc} 344 344 ${if libelf != null then "--with-libelf=${libelf}" else ""} 345 345 --disable-libstdcxx-pch ··· 460 460 # Likewise, the LTO code doesn't find zlib. 461 461 462 462 CPATH = concatStrings 463 - (intersperse ":" (map (x: x + "/include") 463 + (intersperse ":" (map (x: "${x.dev or x}/include") 464 464 (optionals (zlib != null) [ zlib ] 465 465 ++ optionals langJava [ boehmgc ] 466 466 ++ optionals javaAwtGtk xlibs
+4 -4
pkgs/development/compilers/gcc/4.9/default.nix
··· 244 244 ++ stdenv.lib.optional (libpthread != null) libpthread; 245 245 extraCPPSpec = 246 246 concatStrings (intersperse " " 247 - (map (x: "-I${x}/include") extraCPPDeps)); 247 + (map (x: "-I${x.dev or x}/include") extraCPPDeps)); 248 248 extraLibSpec = 249 249 if libpthreadCross != null 250 250 then "-L${libpthreadCross}/lib ${libpthreadCross.TARGET_LDFLAGS}" ··· 345 345 else ""} 346 346 ${if javaAwtGtk then "--enable-java-awt=gtk" else ""} 347 347 ${if langJava && javaAntlr != null then "--with-antlr-jar=${javaAntlr}" else ""} 348 - --with-gmp=${gmp} 349 - --with-mpfr=${mpfr} 348 + --with-gmp=${gmp.dev} 349 + --with-mpfr=${mpfr.dev} 350 350 --with-mpc=${libmpc} 351 351 ${if libelf != null then "--with-libelf=${libelf}" else ""} 352 352 --disable-libstdcxx-pch ··· 467 467 # Likewise, the LTO code doesn't find zlib. 468 468 469 469 CPATH = concatStrings 470 - (intersperse ":" (map (x: x + "/include") 470 + (intersperse ":" (map (x: "${x.dev or x}/include") 471 471 (optionals (zlib != null) [ zlib ] 472 472 ++ optionals langJava [ boehmgc ] 473 473 ++ optionals javaAwtGtk xlibs
+4 -4
pkgs/development/compilers/gcc/5/default.nix
··· 242 242 ++ stdenv.lib.optional (libpthread != null) libpthread; 243 243 extraCPPSpec = 244 244 concatStrings (intersperse " " 245 - (map (x: "-I${x}/include") extraCPPDeps)); 245 + (map (x: "-I${x.dev or x}/include") extraCPPDeps)); 246 246 extraLibSpec = 247 247 if libpthreadCross != null 248 248 then "-L${libpthreadCross}/lib ${libpthreadCross.TARGET_LDFLAGS}" ··· 339 339 else ""} 340 340 ${if javaAwtGtk then "--enable-java-awt=gtk" else ""} 341 341 ${if langJava && javaAntlr != null then "--with-antlr-jar=${javaAntlr}" else ""} 342 - --with-gmp=${gmp} 343 - --with-mpfr=${mpfr} 342 + --with-gmp=${gmp.dev} 343 + --with-mpfr=${mpfr.dev} 344 344 --with-mpc=${libmpc} 345 345 ${if libelf != null then "--with-libelf=${libelf}" else ""} 346 346 --disable-libstdcxx-pch ··· 460 460 # Likewise, the LTO code doesn't find zlib. 461 461 462 462 CPATH = concatStrings 463 - (intersperse ":" (map (x: x + "/include") 463 + (intersperse ":" (map (x: "${x.dev or x}/include") 464 464 (optionals (zlib != null) [ zlib ] 465 465 ++ optionals langJava [ boehmgc ] 466 466 ++ optionals javaAwtGtk xlibs
+2 -2
pkgs/development/compilers/gcc/gfortran-darwin.nix
··· 21 21 --enable-checking=release 22 22 --enable-languages=fortran 23 23 --with-cloog=${cloog} 24 - --with-gmp=${gmp} 24 + --with-gmp=${gmp.dev} 25 25 --with-isl=${isl_0_14} 26 26 --with-mpc=${libmpc} 27 - --with-mpfr=${mpfr} 27 + --with-mpfr=${mpfr.dev} 28 28 --with-native-system-header-dir=${Libsystem}/include 29 29 --with-system-zlib 30 30 '';
+1 -1
pkgs/development/compilers/ghc/7.0.4-binary.nix
··· 89 89 90 90 configurePhase = '' 91 91 ./configure --prefix=$out \ 92 - --with-gmp-libraries=${gmp.out}/lib --with-gmp-includes=${gmp}/include \ 92 + --with-gmp-libraries=${gmp.out or gmp}/lib --with-gmp-includes=${gmp.dev or gmp}/include \ 93 93 ${stdenv.lib.optionalString stdenv.isDarwin "--with-gcc=${./gcc-clang-wrapper.sh}"} 94 94 ''; 95 95
+1 -1
pkgs/development/compilers/ghc/7.4.2-binary.nix
··· 91 91 92 92 configurePhase = '' 93 93 ./configure --prefix=$out \ 94 - --with-gmp-libraries=${gmp.out}/lib --with-gmp-includes=${gmp}/include \ 94 + --with-gmp-libraries=${gmp.out or gmp}/lib --with-gmp-includes=${gmp.dev or gmp}/include \ 95 95 ${stdenv.lib.optionalString stdenv.isDarwin "--with-gcc=${./gcc-clang-wrapper.sh}"} 96 96 ''; 97 97
+2 -2
pkgs/development/compilers/ghc/8.0.1.nix
··· 33 33 34 34 configureFlags = [ 35 35 "--with-gcc=${stdenv.cc}/bin/cc" 36 - "--with-gmp-includes=${gmp}/include" "--with-gmp-libraries=${gmp.out}/lib" 37 - "--with-curses-includes=${ncurses}/include" "--with-curses-libraries=${ncurses.out}/lib" 36 + "--with-gmp-includes=${gmp.dev}/include" "--with-gmp-libraries=${gmp.out}/lib" 37 + "--with-curses-includes=${ncurses.dev}/include" "--with-curses-libraries=${ncurses.out}/lib" 38 38 ] ++ stdenv.lib.optional stdenv.isDarwin [ 39 39 "--with-iconv-includes=${libiconv}/include" "--with-iconv-libraries=${libiconv}/lib" 40 40 ];
+1 -1
pkgs/development/compilers/hhvm/default.nix
··· 33 33 MYSQL_DIR=mariadb; 34 34 35 35 # work around broken build system 36 - NIX_CFLAGS_COMPILE = "-I${freetype}/include/freetype2"; 36 + NIX_CFLAGS_COMPILE = "-I${freetype.dev}/include/freetype2"; 37 37 38 38 prePatch = '' 39 39 substituteInPlace hphp/util/generate-buildinfo.sh \
+1 -1
pkgs/development/compilers/llvm/3.4/llvm.nix
··· 46 46 "-DLLVM_BUILD_TESTS=ON" 47 47 "-DLLVM_ENABLE_FFI=ON" 48 48 "-DLLVM_REQUIRES_RTTI=1" 49 - "-DLLVM_BINUTILS_INCDIR=${binutils}/include" 49 + "-DLLVM_BINUTILS_INCDIR=${binutils.dev or binutils}/include" 50 50 "-DCMAKE_CXX_FLAGS=-std=c++11" 51 51 ] ++ stdenv.lib.optional (!isDarwin) "-DBUILD_SHARED_LIBS=ON"; 52 52
+1 -1
pkgs/development/compilers/llvm/3.5/llvm.nix
··· 47 47 ] ++ stdenv.lib.optional enableSharedLibraries 48 48 "-DBUILD_SHARED_LIBS=ON" 49 49 ++ stdenv.lib.optional (!isDarwin) 50 - "-DLLVM_BINUTILS_INCDIR=${binutils}/include" 50 + "-DLLVM_BINUTILS_INCDIR=${binutils.dev}/include" 51 51 ++ stdenv.lib.optionals ( isDarwin) [ 52 52 "-DCMAKE_CXX_FLAGS=-stdlib=libc++" 53 53 "-DCAN_TARGET_i386=false"
+1 -1
pkgs/development/compilers/llvm/3.6/llvm.nix
··· 47 47 ] ++ stdenv.lib.optional enableSharedLibraries 48 48 "-DBUILD_SHARED_LIBS=ON" 49 49 ++ stdenv.lib.optional (!isDarwin) 50 - "-DLLVM_BINUTILS_INCDIR=${binutils}/include" 50 + "-DLLVM_BINUTILS_INCDIR=${binutils.dev}/include" 51 51 ++ stdenv.lib.optionals ( isDarwin) [ 52 52 "-DCMAKE_CXX_FLAGS=-stdlib=libc++" 53 53 "-DCAN_TARGET_i386=false"
+1 -1
pkgs/development/compilers/llvm/3.7/llvm.nix
··· 50 50 ] ++ stdenv.lib.optional enableSharedLibraries 51 51 "-DBUILD_SHARED_LIBS=ON" 52 52 ++ stdenv.lib.optional (!isDarwin) 53 - "-DLLVM_BINUTILS_INCDIR=${binutils}/include" 53 + "-DLLVM_BINUTILS_INCDIR=${binutils.dev}/include" 54 54 ++ stdenv.lib.optionals ( isDarwin) [ 55 55 "-DLLVM_ENABLE_LIBCXX=ON" 56 56 "-DCAN_TARGET_i386=false"
+1 -1
pkgs/development/compilers/llvm/3.8/llvm.nix
··· 50 50 ] ++ stdenv.lib.optional enableSharedLibraries [ 51 51 "-DLLVM_LINK_LLVM_DYLIB=ON" 52 52 ] ++ stdenv.lib.optional (!isDarwin) 53 - "-DLLVM_BINUTILS_INCDIR=${binutils}/include" 53 + "-DLLVM_BINUTILS_INCDIR=${binutils.dev}/include" 54 54 ++ stdenv.lib.optionals ( isDarwin) [ 55 55 "-DLLVM_ENABLE_LIBCXX=ON" 56 56 "-DCAN_TARGET_i386=false"
+1 -1
pkgs/development/compilers/mono/llvm.nix
··· 43 43 cmakeFlags = with stdenv; [ 44 44 "-DCMAKE_BUILD_TYPE=Release" 45 45 "-DLLVM_ENABLE_FFI=ON" 46 - "-DLLVM_BINUTILS_INCDIR=${binutils}/include" 46 + "-DLLVM_BINUTILS_INCDIR=${binutils.dev}/include" 47 47 "-DCMAKE_CXX_FLAGS=-std=c++11" 48 48 ] ++ stdenv.lib.optional (!isDarwin) "-DBUILD_SHARED_LIBS=ON"; 49 49
+1 -1
pkgs/development/compilers/opendylan/default.nix
··· 24 24 ./autogen.sh 25 25 ''; 26 26 27 - configureFlags = if stdenv.system == "i686-linux" then "--with-mps=$(TMPDIR)/mps" else "--with-gc=${boehmgc}"; 27 + configureFlags = if stdenv.system == "i686-linux" then "--with-mps=$(TMPDIR)/mps" else "--with-gc=${boehmgc.dev}"; 28 28 buildPhase = "make 3-stage-bootstrap"; 29 29 30 30 postInstall = "wrapProgram $out/bin/dylan-compiler --suffix PATH : ${gcc}/bin";
+1 -1
pkgs/development/compilers/urweb/default.nix
··· 17 17 sed -e 's@/usr/bin/file@${file}/bin/file@g' -i configure 18 18 ''; 19 19 20 - configureFlags = "--with-openssl=${openssl}"; 20 + configureFlags = "--with-openssl=${openssl.dev}"; 21 21 22 22 preConfigure = '' 23 23 export PGHEADER="${postgresql}/include/libpq-fe.h";
+1 -1
pkgs/development/interpreters/erlang/R16.nix
··· 29 29 sed -e s@/bin/pwd@pwd@g -i otp_build 30 30 ''; 31 31 32 - configureFlags= "--with-ssl=${openssl} ${optionalString odbcSupport "--with-odbc=${unixODBC}"} ${optionalString stdenv.isDarwin "--enable-darwin-64bit"}"; 32 + configureFlags= "--with-ssl=${openssl.dev} ${optionalString odbcSupport "--with-odbc=${unixODBC}"} ${optionalString stdenv.isDarwin "--enable-darwin-64bit"}"; 33 33 34 34 postInstall = let 35 35 manpages = fetchurl {
+1 -1
pkgs/development/interpreters/erlang/R17.nix
··· 41 41 ''; 42 42 43 43 configureFlags= [ 44 - "--with-ssl=${openssl}" 44 + "--with-ssl=${openssl.dev}" 45 45 ] ++ optional enableHipe "--enable-hipe" 46 46 ++ optional wxSupport "--enable-wx" 47 47 ++ optional odbcSupport "--with-odbc=${unixODBC}"
+1 -1
pkgs/development/interpreters/erlang/R18.nix
··· 41 41 ''; 42 42 43 43 configureFlags= [ 44 - "--with-ssl=${openssl}" 44 + "--with-ssl=${openssl.dev}" 45 45 ] ++ optional enableHipe "--enable-hipe" 46 46 ++ optional wxSupport "--enable-wx" 47 47 ++ optional odbcSupport "--with-odbc=${unixODBC}"
+2 -2
pkgs/development/interpreters/guile/default.nix
··· 97 97 # /usr/include/mp.h from OpenSolaris. See 98 98 # <https://lists.gnu.org/archive/html/hydra-users/2012-08/msg00000.html> 99 99 # for details. 100 - "--with-libgmp-prefix=${gmp}" 100 + "--with-libgmp-prefix=${gmp.dev}" 101 101 102 102 # Same for these (?). 103 - "--with-libreadline-prefix=${readline}" 103 + "--with-libreadline-prefix=${readline.dev}" 104 104 "--with-libunistring-prefix=${libunistring}" 105 105 106 106 # See below.
+1 -1
pkgs/development/interpreters/love/0.7.nix
··· 37 37 38 38 NIX_CFLAGS_COMPILE = '' 39 39 -I${SDL}/include/SDL 40 - -I${freetype}include/freetype2 40 + -I${freetype.dev}include/freetype2 41 41 ''; 42 42 43 43 meta = {
+1 -1
pkgs/development/interpreters/love/0.8.nix
··· 37 37 38 38 NIX_CFLAGS_COMPILE = '' 39 39 -I${SDL.dev}/include/SDL 40 - -I${freetype}include/freetype2 40 + -I${freetype.dev}include/freetype2 41 41 ''; 42 42 43 43 meta = {
+10 -10
pkgs/development/interpreters/php/default.nix
··· 60 60 }; 61 61 62 62 curl = { 63 - configureFlags = ["--with-curl=${curl}"]; 63 + configureFlags = ["--with-curl=${curl.dev}"]; 64 64 buildInputs = [curl openssl]; 65 65 }; 66 66 ··· 69 69 }; 70 70 71 71 zlib = { 72 - configureFlags = ["--with-zlib=${zlib}"]; 72 + configureFlags = ["--with-zlib=${zlib.dev}"]; 73 73 buildInputs = [zlib]; 74 74 }; 75 75 ··· 85 85 }; 86 86 87 87 readline = { 88 - configureFlags = ["--with-readline=${readline}"]; 88 + configureFlags = ["--with-readline=${readline.dev}"]; 89 89 buildInputs = [ readline ]; 90 90 }; 91 91 92 92 sqlite = { 93 - configureFlags = ["--with-pdo-sqlite=${sqlite}"]; 93 + configureFlags = ["--with-pdo-sqlite=${sqlite.dev}"]; 94 94 buildInputs = [ sqlite ]; 95 95 }; 96 96 ··· 133 133 # FIXME: Our own gd package doesn't work, see https://bugs.php.net/bug.php?id=60108. 134 134 configureFlags = [ 135 135 "--with-gd" 136 - "--with-freetype-dir=${freetype}" 137 - "--with-png-dir=${libpng}" 138 - "--with-jpeg-dir=${libjpeg}" 136 + "--with-freetype-dir=${freetype.dev}" 137 + "--with-png-dir=${libpng.dev}" 138 + "--with-jpeg-dir=${libjpeg.dev}" 139 139 ]; 140 140 buildInputs = [ libpng libjpeg freetype ]; 141 141 }; 142 142 143 143 gmp = { 144 - configureFlags = ["--with-gmp=${gmp}"]; 144 + configureFlags = ["--with-gmp=${gmp.dev}"]; 145 145 buildInputs = [ gmp ]; 146 146 }; 147 147 ··· 177 177 }; 178 178 179 179 xsl = { 180 - configureFlags = ["--with-xsl=${libxslt}"]; 180 + configureFlags = ["--with-xsl=${libxslt.dev}"]; 181 181 buildInputs = [libxslt]; 182 182 }; 183 183 ··· 187 187 }; 188 188 189 189 bz2 = { 190 - configureFlags = ["--with-bz2=${bzip2}"]; 190 + configureFlags = ["--with-bz2=${bzip2.dev}"]; 191 191 buildInputs = [bzip2]; 192 192 }; 193 193
+1 -1
pkgs/development/interpreters/pixie/default.nix
··· 47 47 patchPhase = '' 48 48 (cd pixie-src 49 49 patch -p1 < ${./load_paths.patch} 50 - libraryPaths='["${libuv}" "${libedit}" "${libffi}" "${boost.dev}" "${boost.out}" "${zlib}"]' 50 + libraryPaths='["${libuv}" "${libedit}" "${libffi.dev}" "${boost.dev}" "${boost.out}" "${zlib.dev}"]' 51 51 export libraryPaths 52 52 substituteAllInPlace ./pixie/ffi-infer.pxi) 53 53 '';
+1 -1
pkgs/development/libraries/aalib/default.nix
··· 25 25 26 26 buildInputs = [ ncurses ]; 27 27 28 - configureFlags = "--without-x --with-ncurses=${ncurses}"; 28 + configureFlags = "--without-x --with-ncurses=${ncurses.dev}"; 29 29 30 30 postInstall = '' 31 31 mkdir -p $dev/bin
+2 -2
pkgs/development/libraries/apr-util/default.nix
··· 27 27 28 28 buildInputs = optional stdenv.isFreeBSD autoreconfHook; 29 29 30 - configureFlags = [ "--with-apr=${apr}" "--with-expat=${expat}" ] 30 + configureFlags = [ "--with-apr=${apr.dev}" "--with-expat=${expat.dev}" ] 31 31 ++ optional (!stdenv.isCygwin) "--with-crypto" 32 - ++ optional sslSupport "--with-openssl=${openssl}" 32 + ++ optional sslSupport "--with-openssl=${openssl.dev}" 33 33 ++ optional bdbSupport "--with-berkeley-db=${db}" 34 34 ++ optional ldapSupport "--with-ldap=ldap" 35 35 ++ optionals stdenv.isCygwin
+1 -1
pkgs/development/libraries/coprthr/default.nix
··· 21 21 22 22 configureFlags = 23 23 [ "--with-libelf=${libelf}" 24 - "--with-libevent=${libevent}" 24 + "--with-libevent=${libevent.dev}" 25 25 "--with-libconfig=${libconfig}" 26 26 "--with-opencl-icd-path=$out/etc/OpenCL/vendors" 27 27 "--enable-user-install"
+1 -1
pkgs/development/libraries/cyrus-sasl/default.nix
··· 27 27 ); 28 28 29 29 configureFlags = [ 30 - "--with-openssl=${openssl}" 30 + "--with-openssl=${openssl.dev}" 31 31 ]; 32 32 33 33 # Set this variable at build-time to make sure $out can be evaluated.
+4 -4
pkgs/development/libraries/gdal/default.nix
··· 29 29 preConfigure = "export CFLAGS=-O0 CXXFLAGS=-O0; unset CC CXX"; 30 30 31 31 configureFlags = [ 32 - "--with-jpeg=${libjpeg}" 33 - "--with-libtiff=${libtiff}" # optional (without largetiff support) 34 - "--with-libpng=${libpng}" # optional 35 - "--with-libz=${zlib}" # optional 32 + "--with-jpeg=${libjpeg.dev}" 33 + "--with-libtiff=${libtiff.dev}" # optional (without largetiff support) 34 + "--with-libpng=${libpng.dev}" # optional 35 + "--with-libz=${zlib.dev}" # optional 36 36 37 37 "--with-pg=${postgresql}/bin/pg_config" 38 38 "--with-mysql=${mysql.lib}/bin/mysql_config"
+4 -4
pkgs/development/libraries/gdal/gdal-1_11.nix
··· 24 24 preConfigure = "export CFLAGS=-O0 CXXFLAGS=-O0; unset CC CXX"; 25 25 26 26 configureFlags = [ 27 - "--with-jpeg=${libjpeg}" 28 - "--with-libtiff=${libtiff}" # optional (without largetiff support) 29 - "--with-libpng=${libpng}" # optional 30 - "--with-libz=${zlib}" # optional 27 + "--with-jpeg=${libjpeg.dev}" 28 + "--with-libtiff=${libtiff.dev}" # optional (without largetiff support) 29 + "--with-libpng=${libpng.dev}" # optional 30 + "--with-libz=${zlib.dev}" # optional 31 31 32 32 "--with-pg=${postgresql}/bin/pg_config" 33 33 "--with-mysql=${mysql.lib}/bin/mysql_config"
+1 -1
pkgs/development/libraries/ggz_base_libs/default.nix
··· 13 13 buildInputs = [ intltool openssl expat libgcrypt ]; 14 14 15 15 configureFlags = [ 16 - "--with-ssl-dir=${openssl}/" 16 + "--with-ssl-dir=${openssl.dev}/" 17 17 "--with-tls" 18 18 ]; 19 19
+1 -1
pkgs/development/libraries/gupnp/default.nix
··· 14 14 propagatedBuildInputs = [ glib gssdp libsoup libxml2 libuuid ]; 15 15 16 16 postInstall = '' 17 - ln -sv ${libsoup}/include/*/libsoup $out/include 17 + ln -sv ${libsoup.dev}/include/*/libsoup $out/include 18 18 ln -sv ${libxml2.dev}/include/*/libxml $out/include 19 19 ln -sv ${gssdp}/include/*/libgssdp $out/include 20 20 '';
+3 -3
pkgs/development/libraries/kerberos/heimdal.nix
··· 32 32 "--sysconfdir=/etc" 33 33 "--localstatedir=/var" 34 34 "--enable-hdb-openldap-module" 35 - "--with-sqlite3=${sqlite}" 35 + "--with-sqlite3=${sqlite.dev}" 36 36 "--with-libedit=${libedit}" 37 - "--with-openssl=${openssl}" 37 + "--with-openssl=${openssl.dev}" 38 38 "--without-x" 39 39 "--with-berkeley-db=${db}" 40 40 ] ++ optionals (!libOnly) [ 41 - "--with-openldap=${openldap}" 41 + "--with-openldap=${openldap.dev}" 42 42 ] ++ optionals (!stdenv.isFreeBSD) [ 43 43 "--with-capng" 44 44 ];
+1 -1
pkgs/development/libraries/ldns/default.nix
··· 17 17 nativeBuildInputs = [ perl ]; 18 18 buildInputs = [ openssl ]; 19 19 20 - configureFlags = [ "--with-ssl=${openssl}" "--with-drill" ]; 20 + configureFlags = [ "--with-ssl=${openssl.dev}" "--with-drill" ]; 21 21 22 22 meta = with stdenv.lib; { 23 23 description = "Library with the aim of simplifying DNS programming in C";
+1 -1
pkgs/development/libraries/libclxclient/default.nix
··· 11 11 12 12 buildInputs = [ libclthreads libX11 libXft xorg.xproto ]; 13 13 14 - NIX_CFLAGS_COMPILE = "-I${xorg.xproto}/include -I${libXft}/include"; 14 + NIX_CFLAGS_COMPILE = "-I${xorg.xproto}/include -I${libXft.dev}/include"; 15 15 16 16 patchPhase = '' 17 17 sed -e "s@ldconfig@@" -i Makefile
+1 -1
pkgs/development/libraries/libksi/default.nix
··· 14 14 buildInputs = [ openssl curl ]; 15 15 16 16 configureFlags = [ 17 - "--with-openssl=${openssl}" 17 + "--with-openssl=${openssl.dev}" 18 18 "--with-cafile=/etc/ssl/certs/ca-certificates.crt" 19 19 ]; 20 20
+1 -1
pkgs/development/libraries/opencascade/6.5.nix
··· 26 26 # https://bugs.freedesktop.org/show_bug.cgi?id=83631 27 27 + " -DGLX_GLXEXT_LEGACY"; 28 28 29 - configureFlags = [ "--with-tcl=${tcl}/lib" "--with-tk=${tk}/lib" "--with-qt=${qt4}" "--with-ftgl=${ftgl}" "--with-freetype=${freetype}" ]; 29 + configureFlags = [ "--with-tcl=${tcl}/lib" "--with-tk=${tk}/lib" "--with-qt=${qt4}" "--with-ftgl=${ftgl}" "--with-freetype=${freetype.dev}" ]; 30 30 31 31 postInstall = '' 32 32 mv $out/inc $out/include
+1 -1
pkgs/development/libraries/opencascade/default.nix
··· 11 11 12 12 preUnpack = '' 13 13 sourceRoot=`pwd`/ros/adm/cmake 14 - cmakeFlags="$cmakeFlags -DINSTALL_DIR=$out -D3RDPARTY_TCL_DIR=${tcl} -D3RDPARTY_FREETYPE_DIR=${freetype}" 14 + cmakeFlags="$cmakeFlags -DINSTALL_DIR=$out -D3RDPARTY_TCL_DIR=${tcl} -D3RDPARTY_FREETYPE_DIR=${freetype.dev}" 15 15 ''; 16 16 17 17 # https://bugs.freedesktop.org/show_bug.cgi?id=83631
+1 -1
pkgs/development/libraries/postgis/default.nix
··· 96 96 dontDisableStatic = true; 97 97 preConfigure = '' 98 98 sed -i 's@/usr/bin/file@${file}/bin/file@' configure 99 - configureFlags="$configureFlags --with-gdalconfig=${gdal}/bin/gdal-config --with-jsondir=${json_c}" 99 + configureFlags="$configureFlags --with-gdalconfig=${gdal}/bin/gdal-config --with-jsondir=${json_c.dev}" 100 100 ''; 101 101 postConfigure = '' 102 102 sed -i "s|@mkdir -p \$(DESTDIR)\$(PGSQL_BINDIR)||g ;
+2 -2
pkgs/development/libraries/serf/default.nix
··· 19 19 ''; 20 20 21 21 buildPhase = '' 22 - scons PREFIX="$out" OPENSSL="${openssl}" ZLIB="${zlib}" APR="$(echo "${apr}"/bin/*-config)" \ 23 - APU="$(echo "${aprutil}"/bin/*-config)" CC="${ 22 + scons PREFIX="$out" OPENSSL="${openssl.dev}" ZLIB="${zlib.dev}" APR="$(echo "${apr.dev}"/bin/*-config)" \ 23 + APU="$(echo "${aprutil.dev}"/bin/*-config)" CC="${ 24 24 if stdenv.cc.isClang then "clang" else "${stdenv.cc}/bin/gcc" 25 25 }" ${ 26 26 if (stdenv.isDarwin || stdenv.isCygwin) then "" else "GSSAPI=\"${kerberos}\""
+1 -1
pkgs/development/libraries/silgraphite/default.nix
··· 11 11 12 12 buildInputs = [pkgconfig freetype libXft pango fontconfig]; 13 13 14 - NIX_CFLAGS_COMPILE = "-I${freetype}/include/freetype2"; 14 + NIX_CFLAGS_COMPILE = "-I${freetype.dev}/include/freetype2"; 15 15 16 16 meta = { 17 17 description = "An advanced font engine";
+1 -1
pkgs/development/libraries/slang/default.nix
··· 16 16 sed -i -e "s|/bin/ln|ln|" src/Makefile.in 17 17 sed -i -e "s|-ltermcap|-lncurses|" ./configure 18 18 ''; 19 - configureFlags = "--with-png=${libpng} --with-z=${zlib} --with-pcre=${pcre} --with-readline=${readline}"; 19 + configureFlags = "--with-png=${libpng.dev} --with-z=${zlib.dev} --with-pcre=${pcre.dev} --with-readline=${readline.dev}"; 20 20 buildInputs = [ pcre libpng zlib readline ]; 21 21 propagatedBuildInputs = [ ncurses ]; 22 22
+1 -1
pkgs/development/libraries/swiften/default.nix
··· 13 13 14 14 buildPhase = '' 15 15 patchShebangs ./scons 16 - ./scons openssl=${openssl} \ 16 + ./scons openssl=${openssl.dev} \ 17 17 boost_includedir=${boost.dev}/include \ 18 18 boost_libdir=${boost.out}/lib \ 19 19 boost_bundled_enable=false \
+1 -1
pkgs/development/libraries/zeitgeist/default.nix
··· 11 11 sha256 = "07pnc7kmjpd0ncm32z6s3ny5p4zl52v9lld0n0f8sp6cw87k12p0"; 12 12 }; 13 13 14 - NIX_CFLAGS_COMPILE = "-I${glib}/include/gio-unix-2.0"; 14 + NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/gio-unix-2.0"; 15 15 16 16 configureScript = "./autogen.sh"; 17 17
+1 -1
pkgs/development/ocaml-modules/camlzip/default.nix
··· 24 24 substitute ${./META} META --subst-var-by VERSION "${version}" 25 25 substituteInPlace Makefile \ 26 26 --subst-var-by ZLIB_LIBDIR "${zlib.out}/lib" \ 27 - --subst-var-by ZLIB_INCLUDE "${zlib}/include" 27 + --subst-var-by ZLIB_INCLUDE "${zlib.dev}/include" 28 28 ''; 29 29 30 30 buildFlags = "all allopt";
+1 -1
pkgs/development/perl-modules/Compress-Raw-Zlib/default.nix
··· 11 11 preConfigure = '' 12 12 cat > config.in <<EOF 13 13 BUILD_ZLIB = False 14 - INCLUDE = ${zlib}/include 14 + INCLUDE = ${zlib.dev}/include 15 15 LIB = ${zlib.out}/lib 16 16 OLD_ZLIB = False 17 17 GZIP_OS_CODE = AUTO_DETECT
+1 -1
pkgs/development/perl-modules/DBD-SQLite/default.nix
··· 10 10 11 11 propagatedBuildInputs = [ DBI ]; 12 12 13 - makeMakerFlags = "SQLITE_LOCATION=${sqlite}"; 13 + makeMakerFlags = "SQLITE_LOCATION=${sqlite.dev}"; 14 14 15 15 patches = [ 16 16 # Support building against our own sqlite.
+1 -1
pkgs/development/python-modules/tables/default.nix
··· 18 18 setupPyBuildFlags = 19 19 [ "--hdf5=${hdf5}" 20 20 "--lzo=${lzo}" 21 - "--bzip2=${bzip2}" 21 + "--bzip2=${bzip2.dev}" 22 22 ]; 23 23 24 24 # Run the test suite.
+2 -2
pkgs/development/r-modules/default.nix
··· 1860 1860 1861 1861 Rmpfr = old.Rmpfr.overrideDerivation (attrs: { 1862 1862 configureFlags = [ 1863 - "--with-mpfr-include=${pkgs.mpfr}/include" 1863 + "--with-mpfr-include=${pkgs.mpfr.dev}/include" 1864 1864 ]; 1865 1865 }); 1866 1866 ··· 1922 1922 }); 1923 1923 1924 1924 openssl = old.openssl.overrideDerivation (attrs: { 1925 - OPENSSL_INCLUDES = "${pkgs.openssl}/include"; 1925 + OPENSSL_INCLUDES = "${pkgs.openssl.dev}/include"; 1926 1926 }); 1927 1927 1928 1928 Rserve = old.Rserve.overrideDerivation (attrs: {
+1 -1
pkgs/development/ruby-modules/gem-config/default.nix
··· 90 90 nokogiri = attrs: { 91 91 buildFlags = [ 92 92 "--use-system-libraries" 93 - "--with-zlib-dir=${zlib}" 93 + "--with-zlib-dir=${zlib.dev}" 94 94 "--with-xml2-lib=${libxml2.out}/lib" 95 95 "--with-xml2-include=${libxml2.dev}/include/libxml2" 96 96 "--with-xslt-lib=${libxslt.out}/lib"
+1 -1
pkgs/development/tools/misc/cscope/default.nix
··· 15 15 -"es|\"cscope-indexer\"|\"$out/libexec/cscope/cscope-indexer\"|g"; 16 16 ''; 17 17 18 - configureFlags = "--with-ncurses=${ncurses}"; 18 + configureFlags = "--with-ncurses=${ncurses.dev}"; 19 19 20 20 buildInputs = [ ncurses ]; 21 21 nativeBuildInputs = [ pkgconfig emacs ];
+2 -2
pkgs/development/tools/misc/gdb/default.nix
··· 44 44 enableParallelBuilding = true; 45 45 46 46 configureFlags = with stdenv.lib; 47 - [ "--with-gmp=${gmp}" "--with-mpfr=${mpfr}" "--with-system-readline" 48 - "--with-system-zlib" "--with-expat" "--with-libexpat-prefix=${expat}" 47 + [ "--with-gmp=${gmp.dev}" "--with-mpfr=${mpfr.dev}" "--with-system-readline" 48 + "--with-system-zlib" "--with-expat" "--with-libexpat-prefix=${expat.dev}" 49 49 "--with-separate-debug-dir=/run/current-system/sw/lib/debug" 50 50 ] 51 51 ++ optional (target != null) "--target=${target.config}"
+2 -2
pkgs/development/tools/misc/global/default.nix
··· 19 19 configureFlags = [ 20 20 "--with-ltdl-include=${libtool}/include" 21 21 "--with-ltdl-lib=${libtool.lib}/lib" 22 - "--with-ncurses=${ncurses}" 23 - "--with-sqlite3=${sqlite}" 22 + "--with-ncurses=${ncurses.dev}" 23 + "--with-sqlite3=${sqlite.dev}" 24 24 "--with-exuberant-ctags=${ctags}/bin/ctags" 25 25 "--with-posix-sort=${coreutils}/bin/sort" 26 26 ];
+1 -1
pkgs/development/tools/misc/uhd/default.nix
··· 23 23 24 24 enableParallelBuilding = true; 25 25 26 - cmakeFlags = "-DLIBUSB_INCLUDE_DIRS=${libusb1}/include/libusb-1.0"; 26 + cmakeFlags = "-DLIBUSB_INCLUDE_DIRS=${libusb1.dev}/include/libusb-1.0"; 27 27 28 28 nativeBuildInputs = [ cmake pkgconfig ]; 29 29 buildInputs = [ python pythonPackages.pyramid_mako orc libusb1 boost ];
+1 -1
pkgs/development/tools/vagrant/default.nix
··· 52 52 # curl: curl, curl-config 53 53 rm opt/vagrant/embedded/bin/{curl,curl-config} 54 54 ln -s ${curl.bin}/bin/curl opt/vagrant/embedded/bin 55 - ln -s ${curl}/bin/curl-config opt/vagrant/embedded/bin 55 + ln -s ${curl.dev}/bin/curl-config opt/vagrant/embedded/bin 56 56 57 57 # libarchive: bsdtar, bsdcpio 58 58 rm opt/vagrant/embedded/bin/{bsdtar,bsdcpio}
+2 -2
pkgs/games/0ad/default.nix
··· 37 37 38 38 NIX_CFLAGS_COMPILE = [ 39 39 "-I${xproto}/include/X11" 40 - "-I${libX11}/include/X11" 41 - "-I${libXcursor}/include/X11" 40 + "-I${libX11.dev}/include/X11" 41 + "-I${libXcursor.dev}/include/X11" 42 42 "-I${SDL}/include/SDL" 43 43 "-I${SDL2}/include/SDL2" 44 44 ];
+1 -1
pkgs/games/crawl/crawl_purify.patch
··· 7 7 8 8 ifndef CROSSHOST 9 9 - SQLITE_INCLUDE_DIR := /usr/include 10 - + SQLITE_INCLUDE_DIR := ${sqlite}/include 10 + + SQLITE_INCLUDE_DIR := ${sqlite.dev}/include 11 11 else 12 12 # This is totally wrong, works only with some old-style setups, and 13 13 # on some architectures of Debian/new FHS multiarch -- excluding, for
+1 -1
pkgs/games/crawl/default.nix
··· 33 33 ''; 34 34 35 35 makeFlags = [ "prefix=$(out)" "FORCE_CC=gcc" "FORCE_CXX=g++" "HOSTCXX=g++" 36 - "SAVEDIR=~/.crawl" "sqlite=${sqlite}" ] 36 + "SAVEDIR=~/.crawl" "sqlite=${sqlite.dev}" ] 37 37 ++ stdenv.lib.optionals tileMode [ "TILES=y" "dejavu_fonts=${dejavu_fonts}" ]; 38 38 39 39 postInstall = if tileMode then "mv $out/bin/crawl $out/bin/crawl-tiles" else "";
+1 -1
pkgs/games/naev/default.nix
··· 23 23 24 24 nativeBuildInputs = [ pkgconfig makeWrapper ]; 25 25 26 - NIX_CFLAGS_COMPILE="-include ${zlib}/include/zlib.h"; 26 + NIX_CFLAGS_COMPILE="-include ${zlib.dev}/include/zlib.h"; 27 27 28 28 postInstall = '' 29 29 mkdir -p $out/share/naev
+1 -1
pkgs/games/scorched3d/default.nix
··· 20 20 21 21 sourceRoot = "scorched"; 22 22 23 - configureFlags = [ "--with-fftw=${fftwSinglePrec}" ]; 23 + configureFlags = [ "--with-fftw=${fftwSinglePrec.dev}" ]; 24 24 25 25 NIX_LDFLAGS = [ "-lopenal" ]; 26 26
+1 -1
pkgs/games/warmux/default.nix
··· 19 19 gettext intltool libtool perl 20 20 ]; 21 21 22 - configureFlagsArray = ("CFLAGS=-include ${zlib}/include/zlib.h"); 22 + configureFlagsArray = ("CFLAGS=-include ${zlib.dev}/include/zlib.h"); 23 23 24 24 patches = [ ./gcc-fix.patch ]; 25 25
+1 -1
pkgs/misc/drivers/hplip/3.15.9.nix
··· 83 83 find . -type f -exec sed -i \ 84 84 -e s,/etc/hp,$out/etc/hp, \ 85 85 -e s,/etc/sane.d,$out/etc/sane.d, \ 86 - -e s,/usr/include/libusb-1.0,${libusb1}/include/libusb-1.0, \ 86 + -e s,/usr/include/libusb-1.0,${libusb1.dev}/include/libusb-1.0, \ 87 87 -e s,/usr/share/hal/fdi/preprobe/10osvendor,$out/share/hal/fdi/preprobe/10osvendor, \ 88 88 -e s,/usr/lib/systemd/system,$out/lib/systemd/system, \ 89 89 -e s,/var/lib/hp,$out/var/lib/hp, \
+1 -1
pkgs/misc/drivers/hplip/default.nix
··· 84 84 find . -type f -exec sed -i \ 85 85 -e s,/etc/hp,$out/etc/hp, \ 86 86 -e s,/etc/sane.d,$out/etc/sane.d, \ 87 - -e s,/usr/include/libusb-1.0,${libusb1}/include/libusb-1.0, \ 87 + -e s,/usr/include/libusb-1.0,${libusb1.dev}/include/libusb-1.0, \ 88 88 -e s,/usr/share/hal/fdi/preprobe/10osvendor,$out/share/hal/fdi/preprobe/10osvendor, \ 89 89 -e s,/usr/lib/systemd/system,$out/lib/systemd/system, \ 90 90 -e s,/var/lib/hp,$out/var/lib/hp, \
+1 -1
pkgs/misc/emulators/dolphin-emu/default.nix
··· 13 13 cmakeFlags = '' 14 14 -DGTK2_GLIBCONFIG_INCLUDE_DIR=${glib.out}/lib/glib-2.0/include 15 15 -DGTK2_GDKCONFIG_INCLUDE_DIR=${gtk2.out}/lib/gtk-2.0/include 16 - -DGTK2_INCLUDE_DIRS=${gtk2}/include/gtk-2.0 16 + -DGTK2_INCLUDE_DIRS=${gtk2.dev}/include/gtk-2.0 17 17 -DCMAKE_BUILD_TYPE=Release 18 18 -DENABLE_LTO=True 19 19 '';
+1 -1
pkgs/misc/emulators/dolphin-emu/master.nix
··· 15 15 cmakeFlags = '' 16 16 -DGTK2_GLIBCONFIG_INCLUDE_DIR=${glib.out}/lib/glib-2.0/include 17 17 -DGTK2_GDKCONFIG_INCLUDE_DIR=${gtk2.out}/lib/gtk-2.0/include 18 - -DGTK2_INCLUDE_DIRS=${gtk2}/include/gtk-2.0 18 + -DGTK2_INCLUDE_DIRS=${gtk2.dev}/include/gtk-2.0 19 19 -DCMAKE_BUILD_TYPE=Release 20 20 -DENABLE_LTO=True 21 21 '';
+1 -1
pkgs/misc/emulators/pcsx2/default.nix
··· 31 31 -DGLSL_SHADER_DIR="$out/share/pcsx2" \ 32 32 -DGTK2_GLIBCONFIG_INCLUDE_DIR='${glib.out}/lib/glib-2.0/include' \ 33 33 -DGTK2_GDKCONFIG_INCLUDE_DIR='${gtk2.out}/lib/gtk-2.0/include' \ 34 - -DGTK2_INCLUDE_DIRS='${gtk2}/include/gtk-2.0' \ 34 + -DGTK2_INCLUDE_DIRS='${gtk2.dev}/include/gtk-2.0' \ 35 35 -DPACKAGE_MODE=TRUE \ 36 36 -DPLUGIN_DIR="$out/lib/pcsx2" \ 37 37 -DREBUILD_SHADER=TRUE \
+1 -1
pkgs/misc/emulators/wxmupen64plus/default.nix
··· 12 12 configurePhase = '' 13 13 tar xf ${mupen64plus.src} 14 14 APIDIR=$(eval echo `pwd`/mupen64plus*/source/mupen64plus-core/src/api) 15 - export CXXFLAGS="-I${libX11}/include/X11 -DLIBDIR=\\\"${mupen64plus}/lib/\\\"" 15 + export CXXFLAGS="-I${libX11.dev}/include/X11 -DLIBDIR=\\\"${mupen64plus}/lib/\\\"" 16 16 export LDFLAGS="-lwx_gtk2u_adv-2.9" 17 17 python waf configure --mupenapi=$APIDIR --wxconfig=`type -P wx-config` --prefix=$out 18 18 '';
+1 -1
pkgs/misc/ghostscript/default.nix
··· 92 92 rm -rf jpeg libpng zlib jasper expat tiff lcms{,2} jbig2dec freetype cups/libs ijs 93 93 94 94 sed "s@if ( test -f \$(INCLUDE)[^ ]* )@if ( true )@; s@INCLUDE=/usr/include@INCLUDE=/no-such-path@" -i base/unix-aux.mak 95 - sed "s@^ZLIBDIR=.*@ZLIBDIR=${zlib}/include@" -i configure.ac 95 + sed "s@^ZLIBDIR=.*@ZLIBDIR=${zlib.dev}/include@" -i configure.ac 96 96 97 97 autoconf 98 98 '' + lib.optionalString cupsSupport ''
+1 -1
pkgs/os-specific/darwin/apple-source-releases/Libsystem/default.nix
··· 53 53 cp ${xnu}/Library/Frameworks/Kernel.framework/Versions/A/Headers/stdarg.h $out/include 54 54 55 55 for dep in ${Libc} ${Libm} ${Libinfo} ${dyld} ${architecture} ${libclosure} ${CarbonHeaders} \ 56 - ${libdispatch} ${ncurses} ${CommonCrypto} ${copyfile} ${removefile} ${libresolv} \ 56 + ${libdispatch} ${ncurses.dev} ${CommonCrypto} ${copyfile} ${removefile} ${libresolv} \ 57 57 ${Libnotify} ${mDNSResponder} ${launchd} ${libutil}; do 58 58 (cd $dep/include && find . -name '*.h' | cpio -pdm $out/include) 59 59 done
+1 -1
pkgs/os-specific/darwin/binutils/default.nix
··· 22 22 ln -sf "${cctools}/bin/$i" "$out/bin/$i" 23 23 done 24 24 25 - for i in ${binutils-raw}/include/*.h; do 25 + for i in ${binutils-raw.dev}/include/*.h; do 26 26 ln -s "$i" "$out/include/$(basename $i)" 27 27 done 28 28
+1 -1
pkgs/os-specific/linux/ati-drivers/builder.sh
··· 257 257 # a symlink named libfglrx_gamma.so.1 linking to libfglrx_gamma.so.1.0 in $out/lib/ 258 258 259 259 cd programs/fglrx_gamma 260 - gcc -fPIC -I${libXxf86vm}/include \ 260 + gcc -fPIC -I${libXxf86vm.dev}/include \ 261 261 -I${xf86vidmodeproto}/include \ 262 262 -I$out/X11R6/include \ 263 263 -L$out/lib \
+1 -1
pkgs/os-specific/linux/criu/default.nix
··· 19 19 substituteInPlace ./scripts/gen-offsets.sh --replace hexdump ${utillinux}/bin/hexdump 20 20 substituteInPlace ./Documentation/Makefile --replace "2>/dev/null" "" 21 21 substituteInPlace ./Documentation/Makefile --replace "--skip-validation" "--skip-validation -x ${docbook_xsl}/xml/xsl/docbook/manpages/docbook.xsl" 22 - substituteInPlace ./criu/Makefile --replace "-I/usr/include/libnl3" "-I${libnl}/include/libnl3" 22 + substituteInPlace ./criu/Makefile --replace "-I/usr/include/libnl3" "-I${libnl.dev}/include/libnl3" 23 23 substituteInPlace ./Makefile --replace "tar-name := $(shell git tag -l v$(CRIU_VERSION))" "tar-name = 2.0" # --replace "-Werror" "" 24 24 ln -sf ${protobuf}/include/google/protobuf/descriptor.proto ./images/google/protobuf/descriptor.proto 25 25 '';
+1 -1
pkgs/os-specific/linux/wpa_supplicant/default.nix
··· 69 69 cat -n .config 70 70 substituteInPlace Makefile --replace /usr/local $out 71 71 export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE \ 72 - -I$(echo "${libnl}"/include/libnl*/) \ 72 + -I$(echo "${libnl.dev}"/include/libnl*/) \ 73 73 -I${pcsclite}/include/PCSC/" 74 74 ''; 75 75
+3 -1
pkgs/os-specific/linux/xf86-input-multitouch/default.nix
··· 10 10 , libpciaccess 11 11 }: 12 12 13 + assert stdenv.isLinux; 14 + 13 15 stdenv.mkDerivation { 14 16 name = "xf86-input-multitouch-20110312"; 15 17 ··· 31 33 buildInputs = [ mtdev xproto xextproto inputproto libpciaccess randrproto ]; 32 34 33 35 buildPhase = '' 34 - make INCLUDE="$NIX_CFLAGS_COMPILE -I${xorgserver}/include/xorg -I${pixman}/include/pixman-1 -Iinclude" 36 + make INCLUDE="$NIX_CFLAGS_COMPILE -I${xorgserver.dev}/include/xorg -I${pixman}/include/pixman-1 -Iinclude" 35 37 ''; 36 38 37 39 installPhase = ''
+1 -1
pkgs/servers/computing/slurm/default.nix
··· 14 14 15 15 configureFlags = 16 16 [ "--with-munge=${munge}" 17 - "--with-ssl=${openssl}" 17 + "--with-ssl=${openssl.dev}" 18 18 ] ++ stdenv.lib.optional (gtk == null) "--disable-gtktest"; 19 19 20 20 preConfigure = ''
+1 -1
pkgs/servers/dns/bind/default.nix
··· 21 21 "--localstatedir=/var" 22 22 "--with-libtool" 23 23 "--with-libxml2=${libxml2}" 24 - "--with-openssl=${openssl}" 24 + "--with-openssl=${openssl.dev}" 25 25 "--without-atf" 26 26 "--without-dlopen" 27 27 "--without-docbook-xsl"
+3 -3
pkgs/servers/http/apache-httpd/2.2.nix
··· 39 39 configureFlags="$configureFlags --includedir=$dev/include" 40 40 ''; 41 41 configureFlags = '' 42 - --with-z=${zlib} 43 - --with-pcre=${pcre} 42 + --with-z=${zlib.dev} 43 + --with-pcre=${pcre.dev} 44 44 --enable-mods-shared=all 45 45 --enable-authn-alias 46 46 ${if proxySupport then "--enable-proxy" else ""} 47 - ${if sslSupport then "--enable-ssl --with-ssl=${openssl}" else ""} 47 + ${if sslSupport then "--enable-ssl --with-ssl=${openssl.dev}" else ""} 48 48 ${if ldapSupport then "--enable-ldap --enable-authnz-ldap" else ""} 49 49 --with-mpm=${mpm} 50 50 --enable-cache
+4 -4
pkgs/servers/http/apache-httpd/2.4.nix
··· 46 46 configureFlags="$configureFlags --includedir=$dev/include" 47 47 ''; 48 48 configureFlags = '' 49 - --with-apr=${apr} 50 - --with-apr-util=${aprutil} 51 - --with-z=${zlib} 52 - --with-pcre=${pcre} 49 + --with-apr=${apr.dev} 50 + --with-apr-util=${aprutil.dev} 51 + --with-z=${zlib.dev} 52 + --with-pcre=${pcre.dev} 53 53 --disable-maintainer-mode 54 54 --disable-debugger-mode 55 55 --enable-mods-shared=all
+1 -1
pkgs/servers/http/apache-modules/tomcat-connectors/default.nix
··· 8 8 sha256 = "11khipjpy3y84j1pp7yyx76y64jccvyhh3klwzqxylff49vjc2fc"; 9 9 }; 10 10 11 - configureFlags = "--with-apxs=${apacheHttpd}/bin/apxs --with-java-home=${jdk}"; 11 + configureFlags = "--with-apxs=${apacheHttpd.dev}/bin/apxs --with-java-home=${jdk}"; 12 12 13 13 sourceRoot = "${name}-src/native"; 14 14
+1 -1
pkgs/servers/http/nginx/modules.nix
··· 55 55 src = "${pkgs.modsecurity_standalone.nginx}/nginx/modsecurity"; 56 56 inputs = [ pkgs.curl pkgs.apr pkgs.aprutil pkgs.apacheHttpd pkgs.yajl ]; 57 57 preConfigure = '' 58 - export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${pkgs.aprutil}/include/apr-1 -I${pkgs.apacheHttpd}/include -I${pkgs.apr}/include/apr-1 -I${pkgs.yajl}/include" 58 + export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${pkgs.aprutil.dev}/include/apr-1 -I${pkgs.apacheHttpd.dev}/include -I${pkgs.apr.dev}/include/apr-1 -I${pkgs.yajl}/include" 59 59 ''; 60 60 }; 61 61
+1 -1
pkgs/servers/irc/charybdis/default.nix
··· 17 17 configureFlags = [ 18 18 "--enable-epoll" 19 19 "--enable-ipv6" 20 - "--enable-openssl=${openssl}" 20 + "--enable-openssl=${openssl.dev}" 21 21 "--with-program-prefix=charybdis-" 22 22 ]; 23 23
+1 -1
pkgs/servers/irc/ircd-hybrid/default.nix
··· 11 11 buildInputs = [ openssl zlib ]; 12 12 13 13 configureFlags = 14 - "--with-nicklen=100 --with-topiclen=360 --enable-openssl=${openssl}"; 14 + "--with-nicklen=100 --with-topiclen=360 --enable-openssl=${openssl.dev}"; 15 15 16 16 postInstall = "echo postinstall; mkdir -p \${out}/ ; rm -rf \${out}/logs ; ln -s /home/ircd \${out}/logs;"; 17 17
+1 -1
pkgs/servers/ldap/389/default.nix
··· 35 35 "--localstatedir=/var" 36 36 "--with-openldap" 37 37 "--with-db=${db}" 38 - "--with-sasl=${cyrus_sasl}" 38 + "--with-sasl=${cyrus_sasl.dev}" 39 39 "--with-netsnmp=${net_snmp}" 40 40 ]; 41 41
+1 -1
pkgs/servers/mail/opensmtpd/extras.nix
··· 17 17 "--sysconfdir=/etc" 18 18 "--localstatedir=/var" 19 19 "--with-privsep-user=smtpd" 20 - "--with-libevent-dir=${libevent}" 20 + "--with-libevent-dir=${libevent.dev}" 21 21 22 22 "--with-filter-clamav" 23 23 "--with-filter-dkim-signer"
+1 -1
pkgs/servers/mail/postfix/default.nix
··· 7 7 8 8 let 9 9 ccargs = lib.concatStringsSep " " ([ 10 - "-DUSE_TLS" "-DUSE_SASL_AUTH" "-DUSE_CYRUS_SASL" "-I${cyrus_sasl}/include/sasl" 10 + "-DUSE_TLS" "-DUSE_SASL_AUTH" "-DUSE_CYRUS_SASL" "-I${cyrus_sasl.dev}/include/sasl" 11 11 "-DHAS_DB_BYPASS_MAKEDEFS_CHECK" 12 12 "-fPIE" "-fstack-protector-all" "--param" "ssp-buffer-size=4" "-O2" "-D_FORTIFY_SOURCE=2" 13 13 ] ++ lib.optional withPgSQL "-DHAS_PGSQL"
+1 -1
pkgs/servers/monitoring/net-snmp/default.nix
··· 24 24 "--with-sys-contact=root@unknown" 25 25 "--with-logfile=/var/log/net-snmpd.log" 26 26 "--with-persistent-directory=/var/lib/net-snmp" 27 - "--with-openssl=${openssl}" 27 + "--with-openssl=${openssl.dev}" 28 28 ] ++ stdenv.lib.optional stdenv.isLinux "--with-mnttab=/proc/mounts"; 29 29 30 30 buildInputs = [ autoreconfHook file perl unzip openssl ];
+2 -2
pkgs/servers/monitoring/zabbix/2.2.nix
··· 46 46 ] 47 47 ++ stdenv.lib.optional enableJabber "--with-jabber=${minmay}" 48 48 ++ stdenv.lib.optional enableSnmp "--with-net-snmp" 49 - ++ stdenv.lib.optional enableSsh "--with-ssh2=${libssh2}" 50 - ++ stdenv.lib.optional enableLdap "--with-ldap=${openldap}"; 49 + ++ stdenv.lib.optional enableSsh "--with-ssh2=${libssh2.dev}" 50 + ++ stdenv.lib.optional enableLdap "--with-ldap=${openldap.dev}"; 51 51 52 52 postPatch = '' 53 53 sed -i -e 's/iksemel/minmay/g' configure src/libs/zbxmedia/jabber.c
+1 -1
pkgs/servers/openxpki/default.nix
··· 51 51 52 52 preConfigure = '' 53 53 substituteInPlace core/server/Makefile.PL \ 54 - --replace "my \$openssl_inc_dir = ''';" "my \$openssl_inc_dir = '${openssl}/include';" \ 54 + --replace "my \$openssl_inc_dir = ''';" "my \$openssl_inc_dir = '${openssl.dev}/include';" \ 55 55 --replace "my \$openssl_lib_dir = ''';" "my \$openssl_lib_dir = '${openssl.out}/lib';" \ 56 56 --replace "my \$openssl_binary = ''';" "my \$openssl_binary = '${openssl.bin}/bin/openssl';" 57 57 substituteInPlace tools/vergen --replace "#!/usr/bin/perl" "#!${perl}/bin/perl"
+1 -1
pkgs/servers/sql/mysql/5.1.x.nix
··· 14 14 15 15 configureFlags = [ 16 16 "--enable-thread-safe-client" 17 - "--with-ssl=${openssl}" 17 + "--with-ssl=${openssl.dev}" 18 18 "--with-embedded-server" 19 19 "--with-plugins=max-no-ndb" 20 20 "--with-unix-socket-path=/run/mysqld/mysqld.sock"
+2 -2
pkgs/servers/sql/virtuoso/6.x.nix
··· 13 13 CPP = "${stdenv.cc}/bin/gcc -E"; 14 14 15 15 configureFlags = " 16 - --enable-shared --disable-all-vads --with-readline=${readline} 16 + --enable-shared --disable-all-vads --with-readline=${readline.dev} 17 17 --disable-hslookup --disable-wbxml2 --without-iodbc 18 - --enable-openssl=${openssl} 18 + --enable-openssl=${openssl.dev} 19 19 "; 20 20 21 21 postInstall=''
+2 -2
pkgs/servers/sql/virtuoso/7.x.nix
··· 13 13 CPP = "${stdenv.cc}/bin/gcc -E"; 14 14 15 15 configureFlags = " 16 - --enable-shared --disable-all-vads --with-readline=${readline} 16 + --enable-shared --disable-all-vads --with-readline=${readline.dev} 17 17 --disable-hslookup --disable-wbxml2 --without-iodbc 18 - --enable-openssl=${openssl} 18 + --enable-openssl=${openssl.dev} 19 19 "; 20 20 21 21 postInstall=''
+1 -1
pkgs/servers/xmpp/ejabberd/default.nix
··· 90 90 (lib.enableFeature withIconv "iconv") 91 91 (lib.enableFeature withTools "tools") 92 92 (lib.enableFeature withRedis "redis") 93 - ] ++ lib.optional withSqlite "--with-sqlite3=${sqlite}"; 93 + ] ++ lib.optional withSqlite "--with-sqlite3=${sqlite.dev}"; 94 94 95 95 enableParallelBuilding = true; 96 96
+1 -1
pkgs/tools/backup/attic/default.nix
··· 15 15 [ cython msgpack openssl acl llfuse ]; 16 16 17 17 preConfigure = '' 18 - export ATTIC_OPENSSL_PREFIX="${openssl}" 18 + export ATTIC_OPENSSL_PREFIX="${openssl.dev}" 19 19 substituteInPlace setup.py --replace "version=versioneer.get_version()" "version='${version}'" 20 20 ''; 21 21
+1 -1
pkgs/tools/backup/bacula/default.nix
··· 13 13 ++ stdenv.lib.optional (!stdenv.isDarwin) acl; 14 14 15 15 configureFlags = [ 16 - "--with-sqlite3=${sqlite}" 16 + "--with-sqlite3=${sqlite.dev}" 17 17 "--with-postgresql=${postgresql}" 18 18 ]; 19 19
+4 -4
pkgs/tools/backup/bareos/default.nix
··· 50 50 "--enable-dynamic-cats-backends" 51 51 "--enable-sql-pooling" 52 52 "--enable-scsi-crypto" 53 - ] ++ optionals (readline != null) [ "--disable-conio" "--enable-readline" "--with-readline=${readline}" ] 53 + ] ++ optionals (readline != null) [ "--disable-conio" "--enable-readline" "--with-readline=${readline.dev}" ] 54 54 ++ optional (python != null) "--with-python=${python}" 55 - ++ optional (openssl != null) "--with-openssl=${openssl}" 56 - ++ optional (sqlite != null) "--with-sqlite3=${sqlite}" 55 + ++ optional (openssl != null) "--with-openssl=${openssl.dev}" 56 + ++ optional (sqlite != null) "--with-sqlite3=${sqlite.dev}" 57 57 ++ optional (postgresql != null) "--with-postgresql=${postgresql}" 58 58 ++ optional (libmysql != null) "--with-mysql=${libmysql}" 59 - ++ optional (zlib != null) "--with-zlib=${zlib}" 59 + ++ optional (zlib != null) "--with-zlib=${zlib.dev}" 60 60 ++ optional (lzo != null) "--with-lzo=${lzo}" 61 61 ++ optional (jansson != null) "--with-jansson=${jansson}" 62 62 ++ optional (acl != null) "--enable-acl"
+1 -1
pkgs/tools/backup/borg/default.nix
··· 21 21 ]); 22 22 23 23 preConfigure = '' 24 - export BORG_OPENSSL_PREFIX="${openssl}" 24 + export BORG_OPENSSL_PREFIX="${openssl.dev}" 25 25 export BORG_LZ4_PREFIX="${lz4}" 26 26 ''; 27 27
+1 -1
pkgs/tools/backup/partimage/default.nix
··· 9 9 url = mirror://sourceforge/partimage/partimage-0.6.9.tar.bz2; 10 10 sha256 = "0db6xiphk6xnlpbxraiy31c5xzj0ql6k4rfkmqzh665yyj0nqfkm"; 11 11 }; 12 - configureFlags = "--with-ssl-headers=${openssl}/include/openssl"; 12 + configureFlags = "--with-ssl-headers=${openssl.dev}/include/openssl"; 13 13 14 14 buildInputs = [bzip2 zlib newt newt openssl pkgconfig slang 15 15 # automake autoconf libtool gettext
+1 -1
pkgs/tools/filesystems/netatalk/default.nix
··· 14 14 15 15 configureFlags = [ 16 16 "--with-bdb=${db}" 17 - "--with-openssl=${openssl}" 17 + "--with-openssl=${openssl.dev}" 18 18 "--with-lockfile=/run/lock/netatalk" 19 19 "--localstatedir=/var/lib" 20 20 ];
+1 -1
pkgs/tools/filesystems/xtreemfs/default.nix
··· 21 21 22 22 export BOOST_INCLUDEDIR=${boost.dev}/include 23 23 export BOOST_LIBRARYDIR=${boost.out}/lib 24 - export OPENSSL_ROOT_DIR=${openssl} 24 + export OPENSSL_ROOT_DIR=${openssl.dev} 25 25 26 26 substituteInPlace cpp/cmake/FindValgrind.cmake \ 27 27 --replace "/usr/local" "${valgrind}"
+1 -1
pkgs/tools/graphics/asymptote/default.nix
··· 40 40 configureFlags="$configureFlags --with-latex=$out/share/texmf/tex/latex --with-context=$out/share/texmf/tex/context/third" 41 41 ''; 42 42 43 - NIX_CFLAGS_COMPILE = [ "-I${boehmgc}/include/gc" ]; 43 + NIX_CFLAGS_COMPILE = [ "-I${boehmgc.dev}/include/gc" ]; 44 44 45 45 postInstall = '' 46 46 mv -v "$out/share/info/asymptote/"*.info $out/share/info/
+3 -3
pkgs/tools/graphics/graphviz/2.0.nix
··· 15 15 buildInputs = [pkgconfig xlibsWrapper libpng libjpeg expat libXaw yacc libtool fontconfig pango gd]; 16 16 17 17 configureFlags = 18 - [ "--with-pngincludedir=${libpng}/include" 18 + [ "--with-pngincludedir=${libpng.dev}/include" 19 19 "--with-pnglibdir=${libpng.out}/lib" 20 - "--with-jpegincludedir=${libjpeg}/include" 20 + "--with-jpegincludedir=${libjpeg.dev}/include" 21 21 "--with-jpeglibdir=${libjpeg.out}/lib" 22 - "--with-expatincludedir=${expat}/include" 22 + "--with-expatincludedir=${expat.dev}/include" 23 23 "--with-expatlibdir=${expat.out}/lib" 24 24 ] 25 25 ++ stdenv.lib.optional (xlibsWrapper == null) "--without-x";
+3 -3
pkgs/tools/graphics/graphviz/2.32.nix
··· 20 20 CPPFLAGS = stdenv.lib.optionalString (stdenv.system == "x86_64-darwin") "-I${cairo.dev}/include/cairo"; 21 21 22 22 configureFlags = 23 - [ "--with-pngincludedir=${libpng}/include" 23 + [ "--with-pngincludedir=${libpng.dev}/include" 24 24 "--with-pnglibdir=${libpng.out}/lib" 25 - "--with-jpegincludedir=${libjpeg}/include" 25 + "--with-jpegincludedir=${libjpeg.dev}/include" 26 26 "--with-jpeglibdir=${libjpeg.out}/lib" 27 - "--with-expatincludedir=${expat}/include" 27 + "--with-expatincludedir=${expat.dev}/include" 28 28 "--with-expatlibdir=${expat.out}/lib" 29 29 "--with-cgraph=no" 30 30 "--with-sparse=no"
+1 -1
pkgs/tools/graphics/netpbm/default.nix
··· 26 26 echo "STATICLIB_TOO = n" >> config.mk 27 27 substituteInPlace "config.mk" \ 28 28 --replace "TIFFLIB = NONE" "TIFFLIB = ${libtiff.out}/lib/libtiff.so" \ 29 - --replace "TIFFHDR_DIR =" "TIFFHDR_DIR = ${libtiff}/include" 29 + --replace "TIFFHDR_DIR =" "TIFFHDR_DIR = ${libtiff.dev}/include" 30 30 ''; 31 31 32 32 preBuild = ''
+3 -3
pkgs/tools/misc/heimdall/default.nix
··· 18 18 ''; 19 19 enableParallelBuilding = true; 20 20 cmakeFlags = [ 21 - "-DQt5Widgets_DIR=${qt5.qtbase}/lib/cmake/Qt5Widgets" 22 - "-DQt5Gui_DIR=${qt5.qtbase}/lib/cmake/Qt5Gui" 23 - "-DQt5Core_DIR=${qt5.qtbase}/lib/cmake/Qt5Core" 21 + "-DQt5Widgets_DIR=${qt5.qtbase.dev}/lib/cmake/Qt5Widgets" 22 + "-DQt5Gui_DIR=${qt5.qtbase.dev}/lib/cmake/Qt5Gui" 23 + "-DQt5Core_DIR=${qt5.qtbase.dev}/lib/cmake/Qt5Core" 24 24 "-DBUILD_TYPE=Release" 25 25 ]; 26 26
+1 -1
pkgs/tools/misc/kde-gtk-config/default.nix
··· 24 24 cmakeFlags = '' 25 25 -DGTK2_GLIBCONFIG_INCLUDE_DIR=${glib.out}/lib/glib-2.0/include 26 26 -DGTK2_GDKCONFIG_INCLUDE_DIR=${gtk2.out}/lib/gtk-2.0/include 27 - -DGTK2_INCLUDE_DIRS=${gtk2}/include/gtk-2.0 27 + -DGTK2_INCLUDE_DIRS=${gtk2.dev}/include/gtk-2.0 28 28 -DKDE4_LIBEXEC_INSTALL_DIR=lib/kde4/libexec 29 29 ''; 30 30
+1 -1
pkgs/tools/misc/most/default.nix
··· 15 15 -e "s|/bin/rm|rm|" 16 16 ''; 17 17 18 - configureFlags = "--with-slang=${slang}"; 18 + configureFlags = "--with-slang=${slang.dev}"; 19 19 20 20 buildInputs = [ slang ncurses ]; 21 21
+1 -1
pkgs/tools/misc/pk2cmd/default.nix
··· 9 9 sha256 = "1yjpi2qshnqfpan4w3ggakkr3znfrx5cxkny92ka7v9na3g2fc4h"; 10 10 }; 11 11 12 - makeFlags = [ "LIBUSB=${libusb}" "linux" ]; 12 + makeFlags = [ "LIBUSB=${libusb.dev}" "linux" ]; 13 13 14 14 installPhase = '' 15 15 mkdir -p $out/bin $out/share/pk2
+1 -1
pkgs/tools/misc/ttf2pt1/default.nix
··· 13 13 mkdir -p $out 14 14 sed -e 's/chown/true/' \ 15 15 -e 's/chgrp/true/' \ 16 - -e 's@^CFLAGS_FT =.*@CFLAGS_FT=-DUSE_FREETYPE -I${freetype}/include/freetype2@' \ 16 + -e 's@^CFLAGS_FT =.*@CFLAGS_FT=-DUSE_FREETYPE -I${freetype.dev}/include/freetype2@' \ 17 17 -i scripts/{inst_dir,inst_file} Makefile 18 18 makeFlags="INSTDIR=$out OWNER=`id -u`" 19 19 '';
+2 -2
pkgs/tools/networking/curl/7.15.nix
··· 37 37 38 38 configureFlags = [ 39 39 "--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt" 40 - ( if sslSupport then "--with-ssl=${openssl}" else "--without-ssl" ) 41 - ( if scpSupport then "--with-libssh2=${libssh2}" else "--without-libssh2" ) 40 + ( if sslSupport then "--with-ssl=${openssl.dev}" else "--without-ssl" ) 41 + ( if scpSupport then "--with-libssh2=${libssh2.dev}" else "--without-libssh2" ) 42 42 ] 43 43 ++ stdenv.lib.optional c-aresSupport "--enable-ares=${c-ares}" 44 44 ++ stdenv.lib.optional gssSupport "--with-gssapi=${gss}"
+3 -3
pkgs/tools/networking/curl/default.nix
··· 51 51 configureFlags = [ 52 52 "--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt" 53 53 "--disable-manual" 54 - ( if sslSupport then "--with-ssl=${openssl}" else "--without-ssl" ) 55 - ( if scpSupport then "--with-libssh2=${libssh2}" else "--without-libssh2" ) 54 + ( if sslSupport then "--with-ssl=${openssl.dev}" else "--without-ssl" ) 55 + ( if scpSupport then "--with-libssh2=${libssh2.dev}" else "--without-libssh2" ) 56 56 ( if ldapSupport then "--enable-ldap" else "--disable-ldap" ) 57 57 ( if ldapSupport then "--enable-ldaps" else "--disable-ldaps" ) 58 - ( if idnSupport then "--with-libidn=${libidn}" else "--without-libidn" ) 58 + ( if idnSupport then "--with-libidn=${libidn.dev}" else "--without-libidn" ) 59 59 ] 60 60 ++ stdenv.lib.optional c-aresSupport "--enable-ares=${c-ares}" 61 61 ++ stdenv.lib.optional gssSupport "--with-gssapi=${gss}";
+1 -1
pkgs/tools/networking/keepalived/default.nix
··· 15 15 ''; 16 16 17 17 # It doesn't know about the include/libnl<n> directory 18 - NIX_CFLAGS_COMPILE="-I${libnl}/include/libnl3"; 18 + NIX_CFLAGS_COMPILE="-I${libnl.dev}/include/libnl3"; 19 19 NIX_LDFLAGS="-lnl-3 -lnl-genl-3"; 20 20 21 21 configureFlags = [
+1 -1
pkgs/tools/networking/mailsend/default.nix
··· 20 20 inherit (s) url sha256; 21 21 }; 22 22 configureFlags = [ 23 - "--with-openssl=${openssl}" 23 + "--with-openssl=${openssl.dev}" 24 24 ]; 25 25 meta = { 26 26 inherit (s) version;
+1 -1
pkgs/tools/networking/sstp/default.nix
··· 16 16 ''; 17 17 18 18 configureFlags = [ 19 - "--with-openssl=${openssl}" 19 + "--with-openssl=${openssl.dev}" 20 20 "--with-runtime-dir=/run/sstpc" 21 21 "--with-pppd-plugin-dir=$(out)/lib/pppd" 22 22 ];
+1 -1
pkgs/tools/networking/stunnel/default.nix
··· 11 11 12 12 buildInputs = [ openssl ]; 13 13 configureFlags = [ 14 - "--with-ssl=${openssl}" 14 + "--with-ssl=${openssl.dev}" 15 15 "--sysconfdir=/etc" 16 16 "--localstatedir=/var" 17 17 ];
+1 -1
pkgs/tools/networking/unbound/default.nix
··· 15 15 16 16 configureFlags = [ 17 17 "--with-ssl=${openssl.dev}" 18 - "--with-libexpat=${expat}" 18 + "--with-libexpat=${expat.dev}" 19 19 "--with-libevent=${libevent.dev}" 20 20 "--localstatedir=/var" 21 21 "--sysconfdir=/etc"
+2 -2
pkgs/tools/networking/uwimap/default.nix
··· 18 18 ++ stdenv.lib.optional (!stdenv.isDarwin) pam; 19 19 20 20 patchPhase = '' 21 - sed -i src/osdep/unix/Makefile -e 's,/usr/local/ssl,${openssl},' 21 + sed -i src/osdep/unix/Makefile -e 's,/usr/local/ssl,${openssl.dev},' 22 22 sed -i src/osdep/unix/Makefile -e 's,^SSLCERTS=.*,SSLCERTS=/etc/ssl/certs,' 23 23 sed -i src/osdep/unix/Makefile -e 's,^SSLLIB=.*,SSLLIB=${openssl.out}/lib,' 24 24 ''; 25 25 26 26 NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.isDarwin 27 - "-I${openssl}/include/openssl"; 27 + "-I${openssl.dev}/include/openssl"; 28 28 29 29 installPhase = '' 30 30 mkdir -p $out/bin $out/lib $out/include
+2 -2
pkgs/tools/networking/vtun/default.nix
··· 16 16 17 17 configureFlags = '' 18 18 --with-lzo-headers=${lzo}/include/lzo 19 - --with-ssl-headers=${openssl}/include/openssl 20 - --with-blowfish-headers=${openssl}/include/openssl''; 19 + --with-ssl-headers=${openssl.dev}/include/openssl 20 + --with-blowfish-headers=${openssl.dev}/include/openssl''; 21 21 22 22 meta = with stdenv.lib; { 23 23 description = "Virtual Tunnels over TCP/IP with traffic shaping, compression and encryption";
+6 -6
pkgs/tools/security/clamav/default.nix
··· 13 13 buildInputs = [ zlib bzip2 libxml2 openssl ncurses curl libiconv libmilter pcre ]; 14 14 15 15 configureFlags = [ 16 - "--with-zlib=${zlib}" 17 - "--with-libbz2-prefix=${bzip2}" 16 + "--with-zlib=${zlib.dev}" 17 + "--with-libbz2-prefix=${bzip2.dev}" 18 18 "--with-iconv-dir=${libiconv}" 19 19 "--with-xml=${libxml2}" 20 - "--with-openssl=${openssl}" 21 - "--with-libncurses-prefix=${ncurses}" 22 - "--with-libcurl=${curl}" 23 - "--with-pcre=${pcre}" 20 + "--with-openssl=${openssl.dev}" 21 + "--with-libncurses-prefix=${ncurses.dev}" 22 + "--with-libcurl=${curl.dev}" 23 + "--with-pcre=${pcre.dev}" 24 24 "--enable-milter" 25 25 "--disable-clamav" 26 26 ];
+1 -1
pkgs/tools/security/duo-unix/default.nix
··· 14 14 [ "--with-pam=$(out)/lib/security" 15 15 "--prefix=$(out)" 16 16 "--sysconfdir=$(out)/etc/duo" 17 - "--with-openssl=${openssl}" 17 + "--with-openssl=${openssl.dev}" 18 18 "--enable-lib64=no" 19 19 ]; 20 20
+5 -5
pkgs/tools/security/modsecurity/default.nix
··· 17 17 configureFlags = [ 18 18 "--enable-standalone-module" 19 19 "--enable-static" 20 - "--with-curl=${curl}" 21 - "--with-apxs=${apacheHttpd}/bin/apxs" 22 - "--with-pcre=${pcre}" 23 - "--with-apr=${apr}" 24 - "--with-apu=${aprutil}/bin/apu-1-config" 20 + "--with-curl=${curl.dev}" 21 + "--with-apxs=${apacheHttpd.dev}/bin/apxs" 22 + "--with-pcre=${pcre.dev}" 23 + "--with-apr=${apr.dev}" 24 + "--with-apu=${aprutil.dev}/bin/apu-1-config" 25 25 "--with-libxml=${libxml2}" 26 26 ]; 27 27
+1 -1
pkgs/tools/system/monit/default.nix
··· 12 12 buildInputs = [ openssl ] ++ stdenv.lib.optionals usePAM [ pam ]; 13 13 14 14 configureFlags = [ 15 - "--with-ssl-incl-dir=${openssl}/include" 15 + "--with-ssl-incl-dir=${openssl.dev}/include" 16 16 "--with-ssl-lib-dir=${openssl.out}/lib" 17 17 ] ++ stdenv.lib.optionals (! usePAM) [ "--without-pam" ]; 18 18
+1 -1
pkgs/tools/text/gawk/default.nix
··· 28 28 ++ stdenv.lib.optional stdenv.isDarwin locale; 29 29 30 30 configureFlags = stdenv.lib.optional (stdenv.system != "x86_64-cygwin") "--with-libsigsegv-prefix=${libsigsegv}" 31 - ++ [(if interactive then "--with-readline=${readline}" else "--without-readline")]; 31 + ++ [(if interactive then "--with-readline=${readline.dev}" else "--without-readline")]; 32 32 33 33 postInstall = "rm $out/bin/gawk-*"; 34 34
+1 -1
pkgs/tools/text/xml/xmlstarlet/default.nix
··· 12 12 13 13 preConfigure = 14 14 '' 15 - export LIBXSLT_PREFIX=${libxslt} 15 + export LIBXSLT_PREFIX=${libxslt.dev} 16 16 export LIBXML_PREFIX=${libxml2} 17 17 export LIBXSLT_LIBS=$(pkg-config --libs libxslt libexslt) 18 18 export LIBXML_LIBS=$(pkg-config --libs libxml-2.0)
+1 -1
pkgs/top-level/lua-packages.nix
··· 271 271 buildPhase = let 272 272 luaVariable = "LUA_PATH=${luastdlib}/share/lua/${lua.luaversion}/?.lua"; 273 273 274 - pcreVariable = "PCRE_DIR=${pcre}"; 274 + pcreVariable = "PCRE_DIR=${pcre.dev}"; 275 275 onigVariable = "ONIG_DIR=${oniguruma}"; 276 276 gnuVariable = "GNU_INCDIR=${gnulib}/lib"; 277 277 treVariable = "TRE_DIR=${tre}";
+8 -8
pkgs/top-level/perl-packages.nix
··· 2032 2032 # Don't build a private copy of bzip2. 2033 2033 BUILD_BZIP2 = false; 2034 2034 BZIP2_LIB = "${pkgs.bzip2.out}/lib"; 2035 - BZIP2_INCLUDE = "${pkgs.bzip2}/include"; 2035 + BZIP2_INCLUDE = "${pkgs.bzip2.dev}/include"; 2036 2036 2037 2037 meta = { 2038 2038 homepage = http://search.cpan.org/perldoc?CPAN::Meta::Spec; ··· 2584 2584 url = "mirror://cpan/authors/id/T/TT/TTAR/${name}.tar.gz"; 2585 2585 sha256 = "b66fab514edf97fc32f58da257582704a210c2b35e297d5c31b7fa2ffd08e908"; 2586 2586 }; 2587 - NIX_CFLAGS_COMPILE = "-I${pkgs.openssl}/include"; 2587 + NIX_CFLAGS_COMPILE = "-I${pkgs.openssl.dev}/include"; 2588 2588 NIX_CFLAGS_LINK = "-L${pkgs.openssl.out}/lib -lcrypto"; 2589 2589 meta = with stdenv.lib; { 2590 2590 homepage = https://metacpan.org/release/Crypt-OpenSSL-AES; ··· 2601 2601 url = "mirror://cpan/authors/id/I/IR/IROBERTS/${name}.tar.gz"; 2602 2602 sha256 = "18vg2bqyhc0ahfdh5dkbgph5nh92qcz5vi99jq8aam4h86if78bk"; 2603 2603 }; 2604 - NIX_CFLAGS_COMPILE = "-I${pkgs.openssl}/include"; 2604 + NIX_CFLAGS_COMPILE = "-I${pkgs.openssl.dev}/include"; 2605 2605 NIX_CFLAGS_LINK = "-L${pkgs.openssl.out}/lib -lcrypto"; 2606 2606 }; 2607 2607 ··· 2611 2611 url = "mirror://cpan/authors/id/R/RU/RURBAN/${name}.tar.gz"; 2612 2612 sha256 = "12pirh1pj8lpvzcwj2if9i6dbr6a7s9g1zc7gzbd3v87d6mx0rdf"; 2613 2613 }; 2614 - NIX_CFLAGS_COMPILE = "-I${pkgs.openssl}/include"; 2614 + NIX_CFLAGS_COMPILE = "-I${pkgs.openssl.dev}/include"; 2615 2615 NIX_CFLAGS_LINK = "-L${pkgs.openssl.out}/lib -lcrypto"; 2616 2616 }; 2617 2617 ··· 2622 2622 sha256 = "5357f977464bb3a8184cf2d3341851a10d5515b4b2b0dfb88bf78995c0ded7be"; 2623 2623 }; 2624 2624 propagatedBuildInputs = [ CryptOpenSSLRandom ]; 2625 - NIX_CFLAGS_COMPILE = "-I${pkgs.openssl}/include"; 2625 + NIX_CFLAGS_COMPILE = "-I${pkgs.openssl.dev}/include"; 2626 2626 NIX_CFLAGS_LINK = "-L${pkgs.openssl.out}/lib -lcrypto"; 2627 2627 }; 2628 2628 ··· 2632 2632 url = "mirror://cpan/authors/id/N/NA/NANIS/${name}.tar.gz"; 2633 2633 sha256 = "1s7zm6ph37kg8jzaxnhi4ff4snxl7mi5h14arxbri0kp6s0lzlzm"; 2634 2634 }; 2635 - makeMakerFlags = "--libpath=${pkgs.openssl.out}/lib --incpath=${pkgs.openssl}/include"; 2635 + makeMakerFlags = "--libpath=${pkgs.openssl.out}/lib --incpath=${pkgs.openssl.dev}/include"; 2636 2636 buildInputs = [ PathClass TryTiny ]; 2637 2637 }; 2638 2638 ··· 6750 6750 }; 6751 6751 buildInputs = [ ApacheTest ExtUtilsXSBuilder mod_perl2 pkgs.apacheHttpd pkgs.apr pkgs.aprutil ]; 6752 6752 propagatedBuildInputs = [ mod_perl2 ]; 6753 - makeMakerFlags = "--with-apache2-src=${pkgs.apacheHttpd} --with-apache2-apxs=${pkgs.apacheHttpd}/bin/apxs --with-apache2-httpd=${pkgs.apacheHttpd.out}/bin/httpd --with-apr-config=${pkgs.apr}/bin/apr-1-config --with-apu-config=${pkgs.aprutil}/bin/apu-1-config"; 6753 + makeMakerFlags = "--with-apache2-src=${pkgs.apacheHttpd.dev} --with-apache2-apxs=${pkgs.apacheHttpd.dev}/bin/apxs --with-apache2-httpd=${pkgs.apacheHttpd.out}/bin/httpd --with-apr-config=${pkgs.apr.dev}/bin/apr-1-config --with-apu-config=${pkgs.aprutil.dev}/bin/apu-1-config"; 6754 6754 preConfigure = '' 6755 6755 # override broken prereq check 6756 6756 substituteInPlace configure --replace "prereq_check=\"\$PERL \$PERL_OPTS build/version_check.pl\"" "prereq_check=\"echo\"" ··· 6761 6761 installPhase = '' 6762 6762 mkdir $out 6763 6763 make install DESTDIR=$out 6764 - cp -r $out/${pkgs.apacheHttpd}/. $out/. 6764 + cp -r $out/${pkgs.apacheHttpd.dev}/. $out/. 6765 6765 cp -r $out/$out/. $out/. 6766 6766 rm -r $out/nix 6767 6767 '';
+3 -3
pkgs/top-level/php-packages.nix
··· 45 45 46 46 sha256 = "04c35rj0cvq5ygn2jgmyvqcb0k8d03v4k642b6i37zgv7x15pbic"; 47 47 48 - configureFlags = "--with-zlib-dir=${pkgs.zlib}"; 48 + configureFlags = "--with-zlib-dir=${pkgs.zlib.dev}"; 49 49 }; 50 50 51 51 memcached = if isPhp7 then memcachedPhp7 else memcached22; ··· 56 56 sha256 = "0n4z2mp4rvrbmxq079zdsrhjxjkmhz6mzi7mlcipz02cdl7n1f8p"; 57 57 58 58 configureFlags = [ 59 - "--with-zlib-dir=${pkgs.zlib}" 59 + "--with-zlib-dir=${pkgs.zlib.dev}" 60 60 "--with-libmemcached-dir=${pkgs.libmemcached}" 61 61 ]; 62 62 ··· 74 74 }; 75 75 76 76 configureFlags = [ 77 - "--with-zlib-dir=${pkgs.zlib}" 77 + "--with-zlib-dir=${pkgs.zlib.dev}" 78 78 "--with-libmemcached-dir=${pkgs.libmemcached}" 79 79 ]; 80 80
+11 -11
pkgs/top-level/python-packages.nix
··· 7148 7148 USE_NCCONFIG="0"; 7149 7149 HDF5_DIR="${pkgs.hdf5}"; 7150 7150 NETCDF4_DIR="${pkgs.netcdf}"; 7151 - CURL_DIR="${pkgs.curl}"; 7152 - JPEG_DIR="${pkgs.libjpeg}"; 7151 + CURL_DIR="${pkgs.curl.dev}"; 7152 + JPEG_DIR="${pkgs.libjpeg.dev}"; 7153 7153 7154 7154 meta = { 7155 7155 description = "interface to netCDF library (versions 3 and 4)"; ··· 7406 7406 propagatedBuildInputs = [ pkgs.pyqt4 pkgs.pkgconfig pkgs.poppler_qt4 ]; 7407 7407 7408 7408 preBuild = "${python}/bin/${python.executable} setup.py build_ext" + 7409 - " --include-dirs=${pkgs.poppler_qt4}/include/poppler/"; 7409 + " --include-dirs=${pkgs.poppler_qt4.dev}/include/poppler/"; 7410 7410 7411 - NIX_CFLAGS_COMPILE = "-I${pkgs.poppler_qt4}/include/poppler/"; 7411 + NIX_CFLAGS_COMPILE = "-I${pkgs.poppler_qt4.dev}/include/poppler/"; 7412 7412 7413 7413 meta = { 7414 7414 description = "A Python binding to Poppler-Qt4"; ··· 7844 7844 cat > site.cfg << END 7845 7845 [samplerate] 7846 7846 library_dirs=${pkgs.libsamplerate.out}/lib 7847 - include_dirs=${pkgs.libsamplerate}/include 7847 + include_dirs=${pkgs.libsamplerate.dev}/include 7848 7848 END 7849 7849 ''; 7850 7850 ··· 12057 12057 buildInputs = with self; [ pkgs.swig2 pkgs.openssl ]; 12058 12058 12059 12059 preConfigure = '' 12060 - substituteInPlace setup.py --replace "self.openssl = '/usr'" "self.openssl = '${pkgs.openssl}'" 12060 + substituteInPlace setup.py --replace "self.openssl = '/usr'" "self.openssl = '${pkgs.openssl.dev}'" 12061 12061 ''; 12062 12062 12063 12063 doCheck = false; # another test that depends on the network. ··· 17433 17433 17434 17434 preConfigure = '' 17435 17435 export LDFLAGS="-L${pkgs.fftw.out}/lib -L${pkgs.fftwFloat.out}/lib -L${pkgs.fftwLongDouble.out}/lib" 17436 - export CFLAGS="-I${pkgs.fftw}/include -I${pkgs.fftwFloat}/include -I${pkgs.fftwLongDouble}/include" 17436 + export CFLAGS="-I${pkgs.fftw.dev}/include -I${pkgs.fftwFloat.dev}/include -I${pkgs.fftwLongDouble.dev}/include" 17437 17437 ''; 17438 17438 #+ optionalString isDarwin '' 17439 17439 # export DYLD_LIBRARY_PATH="${pkgs.fftw.out}/lib" ··· 18244 18244 sha256 = "0j5hzaar4d0vhnrlpmkczgwm7ci2wibr99a7zx04xddzrhxdpz82"; 18245 18245 }; 18246 18246 18247 - NIX_CFLAGS_COMPILE = "-I${pkgs.cyrus_sasl}/include/sasl"; 18247 + NIX_CFLAGS_COMPILE = "-I${pkgs.cyrus_sasl.dev}/include/sasl"; 18248 18248 propagatedBuildInputs = with self; [pkgs.openldap pkgs.cyrus_sasl pkgs.openssl]; 18249 18249 }; 18250 18250 ··· 18685 18685 ++ (if stdenv.isLinux then [pkgs.e2fsprogs] else []); 18686 18686 18687 18687 # There seems to be no way to pass that path to configure. 18688 - NIX_CFLAGS_COMPILE="-I${pkgs.aprutil}/include/apr-1"; 18688 + NIX_CFLAGS_COMPILE="-I${pkgs.aprutil.dev}/include/apr-1"; 18689 18689 18690 18690 preConfigure = '' 18691 18691 cd Source ··· 18696 18696 --apr-lib-dir=${pkgs.apr.out}/lib \ 18697 18697 --svn-lib-dir=${pkgs.subversion.out}/lib \ 18698 18698 --svn-bin-dir=${pkgs.subversion.out}/bin \ 18699 - --svn-root-dir=${pkgs.subversion} 18699 + --svn-root-dir=${pkgs.subversion.dev} 18700 18700 '' + (if !stdenv.isDarwin then "" else '' 18701 18701 sed -i -e 's|libpython2.7.dylib|lib/libpython2.7.dylib|' Makefile 18702 18702 ''); ··· 26889 26889 26890 26890 # Fix the USB backend library lookup 26891 26891 postPatch = '' 26892 - libusb=${pkgs.libusb1}/include/libusb-1.0 26892 + libusb=${pkgs.libusb1.dev}/include/libusb-1.0 26893 26893 test -d $libusb || { echo "ERROR: $libusb doesn't exist, please update/fix this build expression."; exit 1; } 26894 26894 sed -i -e "s|/usr/include/libusb-1.0|$libusb|" setup.py 26895 26895 '';