+57
doc/functions.xml
+57
doc/functions.xml
···
+1
doc/manual.xml
+1
doc/manual.xml
···
+2
lib/maintainers.nix
+2
lib/maintainers.nix
······
+1
-1
nixos/modules/config/system-path.nix
+1
-1
nixos/modules/config/system-path.nix
+1
-1
nixos/modules/services/continuous-integration/jenkins/default.nix
+1
-1
nixos/modules/services/continuous-integration/jenkins/default.nix
···
+1
nixos/modules/services/mail/mlmmj.nix
+1
nixos/modules/services/mail/mlmmj.nix
+10
nixos/modules/services/mail/postfix.nix
+10
nixos/modules/services/mail/postfix.nix
······
+1
-1
nixos/modules/services/misc/gitolite.nix
+1
-1
nixos/modules/services/misc/gitolite.nix
···
+34
-2
nixos/modules/services/misc/nix-daemon.nix
+34
-2
nixos/modules/services/misc/nix-daemon.nix
············
+84
-36
nixos/modules/services/web-servers/apache-httpd/wordpress.nix
+84
-36
nixos/modules/services/web-servers/apache-httpd/wordpress.nix
······+# note: this implementation of supportedLanguages will only work for me (qknight) as i'm using nix-prefetch-url+# note: this is also true for plugins and themes but these are controlled not from withing wordpress.nix+selectedLanguages = map (lang: downloadLanguagePack lang supportedLanguages.${lang}) (config.languages);${concatMapStrings (theme: "ln -s ${theme} $out/wp-content/themes/${theme.name}\n") config.themes}-${concatMapStrings (plugin: "ln -s ${plugin} $out/wp-content/plugins/${plugin.name}\n") (config.plugins ++ [ postgresqlForWordpressPlugin]) }+${concatMapStrings (plugin: "ln -s ${plugin} $out/wp-content/plugins/${plugin.name}\n") (config.plugins) }+${concatMapStrings (language: "ln -s ${language}/*.mo ${language}/*.po $out/wp-content/languages/\n") (selectedLanguages) }······-List of path(s) to respective plugin(s) which are symlinked from the 'plugins' directory. Note: These plugins need to be packaged before use.+List of path(s) to respective plugin(s) which are symlinked from the 'plugins' directory. Note: These plugins need to be packaged before use, see example.···-List of path(s) to respective theme(s) which are symlinked from the 'theme' directory. Note: These themes need to be packaged before use.+List of path(s) to respective theme(s) which are symlinked from the 'theme' directory. Note: These themes need to be packaged before use, see example.···+description = "Installs wordpress language packs based on the list, see wordpress.nix for possible translations.";···+echo "Need to create the database '${config.dbName}' and grant permissions to user named '${config.dbUser}'."${pkgs.mysql}/bin/mysql -e 'GRANT ALL ON ${config.dbName}.* TO ${config.dbUser}@localhost IDENTIFIED BY "${config.dbPassword}";'
+4
-3
nixos/modules/services/x11/window-managers/stumpwm.nix
+4
-3
nixos/modules/services/x11/window-managers/stumpwm.nix
···
+1
-1
nixos/modules/virtualisation/ec2-data.nix
+1
-1
nixos/modules/virtualisation/ec2-data.nix
···+${config.programs.ssh.package}/bin/ssh-keygen -l -f /etc/ssh/ssh_host_dsa_key.pub > /dev/console
+1
-1
nixos/modules/virtualisation/nova.nix
+1
-1
nixos/modules/virtualisation/nova.nix
+35
pkgs/applications/misc/qtpass/default.nix
+35
pkgs/applications/misc/qtpass/default.nix
···
+2
-2
pkgs/applications/networking/browsers/firefox-bin/default.nix
+2
-2
pkgs/applications/networking/browsers/firefox-bin/default.nix
+2
-2
pkgs/applications/office/zotero/firefox-bin/default.nix
+2
-2
pkgs/applications/office/zotero/firefox-bin/default.nix
+7
-2
pkgs/applications/science/logic/acgtk/default.nix
+7
-2
pkgs/applications/science/logic/acgtk/default.nix
······
+2
-2
pkgs/applications/science/logic/coq/8.3.nix
+2
-2
pkgs/applications/science/logic/coq/8.3.nix
······
+3
-7
pkgs/applications/science/logic/eprover/default.nix
+3
-7
pkgs/applications/science/logic/eprover/default.nix
······
+3
-3
pkgs/applications/science/math/glsurf/default.nix
+3
-3
pkgs/applications/science/math/glsurf/default.nix
···-{ stdenv, fetchdarcs, ocaml, findlib, lablgl, camlimages, mesa, freeglut, ocaml_mysql, mlgmp, mpfr, gmp, libtiff, libjpeg, libpng, giflib }:+{ stdenv, fetchdarcs, ocaml, findlib, lablgl, camlimages, mesa, freeglut, ocaml_mysql, mysql, mlgmp, mpfr, gmp, libtiff, libjpeg, libpng, giflib }:···
-23
pkgs/applications/version-management/codeville/0.8.0.nix
-23
pkgs/applications/version-management/codeville/0.8.0.nix
···-phaseNames = ["installPythonPackage" (makeManyWrappers ''$out/bin/*'' ''--prefix PYTHONPATH : $(toPythonPath $out)'')];
+4
-4
pkgs/applications/video/k9copy/default.nix
+4
-4
pkgs/applications/video/k9copy/default.nix
······
+8
-2
pkgs/applications/video/obs-studio/default.nix
+8
-2
pkgs/applications/video/obs-studio/default.nix
······
+2
pkgs/applications/window-managers/stumpwm/default.nix
+2
pkgs/applications/window-managers/stumpwm/default.nix
+2
-2
pkgs/desktops/gnome-3/3.16/core/gnome-control-center/default.nix
+2
-2
pkgs/desktops/gnome-3/3.16/core/gnome-control-center/default.nix
······
+1
pkgs/desktops/gnome-3/3.16/default.nix
+1
pkgs/desktops/gnome-3/3.16/default.nix
···
+2
-2
pkgs/development/compilers/hhvm/default.nix
+2
-2
pkgs/development/compilers/hhvm/default.nix
······
+6
pkgs/development/compilers/ocaml/4.02.1.nix
+6
pkgs/development/compilers/ocaml/4.02.1.nix
······
+87
pkgs/development/interpreters/erlang/R18.nix
+87
pkgs/development/interpreters/erlang/R18.nix
···
+37
pkgs/development/libraries/libtsm/darwin.patch
+37
pkgs/development/libraries/libtsm/darwin.patch
···
+13
-5
pkgs/development/libraries/libtsm/default.nix
+13
-5
pkgs/development/libraries/libtsm/default.nix
······
+2
-2
pkgs/development/libraries/ti-rpc/default.nix
+2
-2
pkgs/development/libraries/ti-rpc/default.nix
······# http://www.sourcemage.org/projects/grimoire/repository/revisions/d6344b6a3a94b88ed67925a474de5930803acfbf
+15
-2
pkgs/development/ocaml-modules/bolt/default.nix
+15
-2
pkgs/development/ocaml-modules/bolt/default.nix
······
+24
pkgs/development/ocaml-modules/eliom/camlp4.patch
+24
pkgs/development/ocaml-modules/eliom/camlp4.patch
···
+2
pkgs/development/ocaml-modules/eliom/default.nix
+2
pkgs/development/ocaml-modules/eliom/default.nix
+2
-2
pkgs/development/ocaml-modules/lablgtk/2.14.0.nix
+2
-2
pkgs/development/ocaml-modules/lablgtk/2.14.0.nix
···+{ stdenv, fetchurl, ocaml, findlib, pkgconfig, gtk, libgnomecanvas, libglade, gtksourceview, camlp4 }:···
+2
-2
pkgs/development/ocaml-modules/mysql/default.nix
+2
-2
pkgs/development/ocaml-modules/mysql/default.nix
······
+3
-2
pkgs/development/ocaml-modules/ulex/default.nix
+3
-2
pkgs/development/ocaml-modules/ulex/default.nix
······
+2
-2
pkgs/development/tools/misc/autobuild/default.nix
+2
-2
pkgs/development/tools/misc/autobuild/default.nix
···
+2
-2
pkgs/development/tools/ocaml/js_of_ocaml/default.nix
+2
-2
pkgs/development/tools/ocaml/js_of_ocaml/default.nix
···
+45
-48
pkgs/misc/vim-plugins/default.nix
+45
-48
pkgs/misc/vim-plugins/default.nix
··········································
+1
-1
pkgs/os-specific/linux/kernel/common-config.nix
+1
-1
pkgs/os-specific/linux/kernel/common-config.nix
+3
-1
pkgs/servers/nosql/cassandra/2.0.nix
+3
-1
pkgs/servers/nosql/cassandra/2.0.nix
······
+3
-1
pkgs/servers/nosql/cassandra/2.1.nix
+3
-1
pkgs/servers/nosql/cassandra/2.1.nix
······
+48
pkgs/servers/vault/default.nix
+48
pkgs/servers/vault/default.nix
···
+4
-1
pkgs/tools/misc/file/default.nix
+4
-1
pkgs/tools/misc/file/default.nix
···
+2
pkgs/tools/misc/stow/default.nix
+2
pkgs/tools/misc/stow/default.nix
+15
pkgs/tools/misc/stow/precedence-issue.patch
+15
pkgs/tools/misc/stow/precedence-issue.patch
···
+3
-3
pkgs/tools/system/rsyslog/default.nix
+3
-3
pkgs/tools/system/rsyslog/default.nix
·········
+3
-1
pkgs/tools/typesetting/tex/texlive/default.nix
+3
-1
pkgs/tools/typesetting/tex/texlive/default.nix
······
+49
-28
pkgs/top-level/all-packages.nix
+49
-28
pkgs/top-level/all-packages.nix
···+(lib.optionalAttrs (pkgsOrig.stdenv ? overrides && crossSystem == null) (pkgsOrig.stdenv.overrides pkgsOrig));···-(lib.optionalAttrs (pkgsOrig.stdenv ? overrides && crossSystem == null) (pkgsOrig.stdenv.overrides pkgsOrig));············erlangR17_odbc = callPackage ../development/interpreters/erlang/R17.nix { odbcSupport = true; };erlangR17_javac = callPackage ../development/interpreters/erlang/R17.nix { javacSupport = true; };erlangR17_odbc_javac = callPackage ../development/interpreters/erlang/R17.nix { javacSupport = true; odbcSupport = true; };+erlangR18_odbc = callPackage ../development/interpreters/erlang/R18.nix { odbcSupport = true; };+erlangR18_javac = callPackage ../development/interpreters/erlang/R18.nix { javacSupport = true; };+erlangR18_odbc_javac = callPackage ../development/interpreters/erlang/R18.nix { javacSupport = true; odbcSupport = true; };························codeblocksFull = callPackage ../applications/editors/codeblocks { contribPlugins = true; };-codeville = builderDefsPackage (import ../applications/version-management/codeville/0.8.0.nix) {·····················
+28
pkgs/top-level/python-packages.nix
+28
pkgs/top-level/python-packages.nix
···