about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Merge pull request #47697 from samueldr/fix/47602-new-partitioning-stepsGraham Christensen2018-10-03
|\ | | | | Manual: reviews partitioning steps
| * doc: Reviews partitioning instructions to use parted.Samuel Dionne-Riel2018-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The tests in <nixos/tests/installer.nix> are using `parted`, so they are bound to be better tested than `fdisk`. This is brought on by a couple issues, plus reports on IRC that the `fdisk` instructions didn't work as expected. * #39354 * #46309 * #39942 * #45478 Care was taken so that the other documented steps did not need changes. In all this kerfufle, a slight re-organization of the Chapter has been made, allowing better deep linking.
| * doc: installing-usb: removes notes about unetbootin.Samuel Dionne-Riel2018-10-03
| | | | | | | | | | They are known to cause more issues than solving issues; futhermore using `dd` should work everywhere without fail.
| * doc: installing-usb make macOS note a note.Samuel Dionne-Riel2018-10-03
| | | | | | | | | | | | | | | | While it seemingly brings more attention to the macOS notes with the default docbook template, it better represents which parts of the section are about macOS, and which parts are simply in the flow of the text; otherwise the last paragraph may be lost into the details for macOS.
| * nixos/doc: Adds sub-folder to input files.Samuel Dionne-Riel2018-10-03
| |
* | Merge pull request #47688 from grahamc/doc-breakout-functionsGraham Christensen2018-10-03
|\ \ | | | | | | nixpkgs docs: breakout functions
| * | nixpkgs docs: ReformatGraham Christensen2018-10-02
| | |
| * | nixpkgs docs: Rebuild manual-full if nested XML docs changeGraham Christensen2018-10-02
| | |
| * | shell functions: rewrite as xmlGraham Christensen2018-10-02
| | |
| * | nixpkgs docs: move shell section to its own fileGraham Christensen2018-10-02
| | |
| * | nixpkgs docs: move dockertool to its own fileGraham Christensen2018-10-02
| | |
| * | nixpkgs docs: move fhs-environments to its own fileGraham Christensen2018-10-02
| | |
| * | nixpkgs docs: move debug to its own fileGraham Christensen2018-10-02
| | |
| * | nixpkgs docs: move generators to its own fileGraham Christensen2018-10-02
| | |
| * | nixpkgs docs: move overrides to its own fileGraham Christensen2018-10-02
| | |
* | | Merge pull request #47823 from r-ryantm/auto-update/elisaPeter Hoeg2018-10-04
|\ \ \ | | | | | | | | elisa: 0.2.80 -> 0.3.0
| * | | elisa: 0.2.80 -> 0.3.0R. RyanTM2018-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/elisa/versions
* | | | Merge pull request #47159 from eqyiel/nextcloudJörg Thalheim2018-10-03
|\ \ \ \ | | | | | | | | | | nextcloud module: init
| * | | | nextcloud: fix sendmail path discoveryFlorian Klink2018-10-01
| | | | |
| * | | | nextcloud: 13.0.6 -> 14.0.1Ruben Maher2018-10-01
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Robin Gloster <mail@glob.in>
| * | | | nixos/nextcloud: initFranz Pletz2018-10-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Franz Pletz <fpletz@fnordicwalking.de> Co-authored-by: Robin Gloster <mail@glob.in> Co-authored-by: Janne Heß <janne@hess.ooo> Co-authored-by: Florian Klink <flokli@flokli.de>
* | | | | Merge pull request #47448 from kalbasit/nixpkgs_add-bazel-watcherSarah Brofeldt2018-10-04
|\ \ \ \ \ | | | | | | | | | | | | bazel-watcher: init at 0.5.0
| * | | | | bazel-watcher: init at 0.5.0Wael M. Nasreddine2018-09-29
| | | | | |
| * | | | | build-bazel-package: remove any .git, .svn and .hg from externalWael M. Nasreddine2018-09-29
| | | | | |
| * | | | | build-bazel-package: prefix bazel with the USER variableWael M. Nasreddine2018-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bazel computes the default value of output_user_root before parsing the flag[0]. The computation of the default value involves getting the $USER from the environment. I don't have that variable when building with sandbox enabled. [0]: https://github.com/bazelbuild/bazel/blob/9323c57607d37f9c949b60e293b573584906da46/src/main/cpp/startup_options.cc#L123-L124
* | | | | | Merge pull request #46577 from uskudnik/tsung-add-packageSarah Brofeldt2018-10-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | tsung: init at 1.7.0
| * | | | | | Add Urban Skudnik (me) as maintainerUrban Skudnik2018-10-03
| | | | | | |
| * | | | | | tsung: init at 1.7.0Urban Skudnik2018-10-03
| | | | | | |
* | | | | | | Merge pull request #47808 from c0bw3b/pkg/mhwaveeditJörg Thalheim2018-10-03
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | mhwaveedit: 1.4.23 -> 1.4.24
| * | | | | | | mhwaveedit: 1.4.23 -> 1.4.24Renaud2018-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + moved pkgconfig and makeWrapper to nativeBuildInputs + fixed fetcher + fixed meta.homepage
* | | | | | | | Merge pull request #47766 from r-ryantm/auto-update/lxterminalJörg Thalheim2018-10-03
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | lxterminal: 0.3.1 -> 0.3.2
| * | | | | | | | lxterminal: 0.3.1 -> 0.3.2R. RyanTM2018-10-03
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/lxterminal/versions
* | | | | | | | Merge pull request #47677 from dysinger/feature/fldigiJörg Thalheim2018-10-03
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add 4 companion apps for applications/audio/fldigi
| * | | | | | | | added fllog: fldigi companion applicationTim Dysinger2018-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Dysinger <tim@dysinger.net>
| * | | | | | | | added flrig: fldigi companion applicationTim Dysinger2018-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Dysinger <tim@dysinger.net>
| * | | | | | | | added flwrap: fldigi companion applicationTim Dysinger2018-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Dysinger <tim@dysinger.net>
| * | | | | | | | added flmsg: fldigi companion applicationTim Dysinger2018-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://sourceforge.net/projects/fldigi/ Signed-off-by: Tim Dysinger <tim@dysinger.net>
* | | | | | | | | Merge pull request #47765 from vdemeester/update-minikubeJörg Thalheim2018-10-03
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | minikube: 0.28.1 -> 0.29.0
| * | | | | | | | | minikube: 0.28.1 -> 0.29.0Vincent Demeester2018-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hard-code kubernetes version as the upstream python script is broken/not-up-to-date Signed-off-by: Vincent Demeester <vincent@sbr.pm>
* | | | | | | | | | Merge pull request #47774 from vanschelven/vim-flake8Jörg Thalheim2018-10-03
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nvie/vim-flake8: init at 2018-09-21
| * | | | | | | | | | nvie/vim-flake8: init at 2018-09-21Klaas van Schelven2018-10-03
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #47778 from Synthetica9/j807Jörg Thalheim2018-10-03
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | j: 808 -> 807
| * | | | | | | | | | j: 808 -> 807Patrick Hilhorst2018-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "But Synthetica", I hear you say, "isn't that a downgrade?". That's what I originally thought as well! So I emailed the maintainer for the only other repo that had J on version 808, BSD FreePorts. Since they also didn't know what was going on here, I emailed Jsoftware themselves. I got a lovely email back from Mr. Iverson (Jr. I presume?) himself: ![The email](https://i.imgur.com/RidiODe.png) So it has been confirmed from the horse's mouth that this _is_ the correct version to be on. I also re-enabled all the tests, since they all pass now, enabled the build on ARM and Darwin (I don't have access to either kind of machine, but I don't see why it wouldn't work), and added myself as a maintainer.
* | | | | | | | | | | Merge pull request #47754 from r-ryantm/auto-update/nautyTimo Kaufmann2018-10-03
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | nauty: 26r10 -> 26r11
| * | | | | | | | | | nauty: 26r10 -> 26r11R. RyanTM2018-10-03
| | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/nauty/versions
* | | | | | | | | | Merge pull request #47787 from r-ryantm/auto-update/hwinfoJörg Thalheim2018-10-03
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | hwinfo: 21.56 -> 21.57
| * | | | | | | | | | hwinfo: 21.56 -> 21.57R. RyanTM2018-10-03
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/hwinfo/versions
* | | | | | | | | | Merge pull request #47803 from hedning/glib-bin-referenceJan Tojnar2018-10-03
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | gnome3.gnome-session: update glib reference
| * | | | | | | | | gnome3.gnome-session: update glib referenceTor Hedin Brønner2018-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gsettings now reside in glib's `bin` output.
* | | | | | | | | | elm-format: 0.8.0 -> 0.8.1Aaron VonderHaar2018-10-03
|/ / / / / / / / /