Fix typo

+4 -4
+1 -1
pkgs/applications/audio/minimodem/default.nix
··· 1 - { stdenv, fetchurl, pkgconfig, fftw, fftwSinglePrec, alsaLib, libsndfile, linbpulseaudio }: 2 3 stdenv.mkDerivation rec { 4 version = "0.19";
··· 1 + { stdenv, fetchurl, pkgconfig, fftw, fftwSinglePrec, alsaLib, libsndfile, libpulseaudio }: 2 3 stdenv.mkDerivation rec { 4 version = "0.19";
+2 -2
pkgs/desktops/gnome-3/3.16/core/rest/default.nix
··· 1 - { stdenv, fetchurl, pkgconfig, glib, libsoup, gobjectIntrospection, cacerts }: 2 3 stdenv.mkDerivation rec { 4 name = "rest-0.7.92"; ··· 10 11 buildInputs = [ pkgconfig glib libsoup gobjectIntrospection]; 12 13 - configureFlags = "--with-ca-certificates=${cacerts}/ca-bundle.crt"; 14 15 meta = with stdenv.lib; { 16 platforms = platforms.linux;
··· 1 + { stdenv, fetchurl, pkgconfig, glib, libsoup, gobjectIntrospection, cacert }: 2 3 stdenv.mkDerivation rec { 4 name = "rest-0.7.92"; ··· 10 11 buildInputs = [ pkgconfig glib libsoup gobjectIntrospection]; 12 13 + configureFlags = "--with-ca-certificates=${cacert}/ca-bundle.crt"; 14 15 meta = with stdenv.lib; { 16 platforms = platforms.linux;
+1 -1
pkgs/servers/mail/opensmtpd/default.nix
··· 1 { stdenv, fetchurl, autoconf, automake, libtool, bison 2 - , libasr, libevent, zlib, openssl, db, pam 3 }: 4 5 stdenv.mkDerivation rec {
··· 1 { stdenv, fetchurl, autoconf, automake, libtool, bison 2 + , libasr, libevent, zlib, openssl, db, pam, cacert 3 }: 4 5 stdenv.mkDerivation rec {