about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* g2o: fix log limit exceeded error in HydraBen Wolsieffer2020-04-15
|
* Merge pull request #84266 from Ma27/nspawn-overridesMaximilian Bosch2020-04-16
|\ | | | | nixos/systemd-nspawn: disallow multiple packages with `.nspawn`-units
| * nixos/systemd-nspawn: disallow multiple packages with `.nspawn`-unitsMaximilian Bosch2020-04-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In contrast to `.service`-units, it's not possible to declare an `overrides.conf`, however this is done by `generateUnits` for `.nspawn` units as well. This change breaks the build if you have two derivations configuring one nspawn unit. This will happen in a case like this: ``` nix { pkgs, ... }: { systemd.packages = [ (pkgs.writeTextDir "etc/systemd/nspawn/container0.nspawn" '' [Files] Bind=/tmp '') ]; systemd.nspawn.container0 = { /* ... */ }; } ```
* | Merge pull request #82339 from Ma27/captive-browser-xdgMaximilian Bosch2020-04-16
|\ \ | | | | | | nixos/captive-browser: set chromium's data-dir to a XDG-compliant location
| * | nixos/captive-browser: set chromium's data-dir to a XDG-compliant locationMaximilian Bosch2020-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To quote the XDG specification: There is a single base directory relative to which user-specific data files should be written. This directory is defined by the\ environment variable $XDG_DATA_HOME. Rather than adding another directory to $HOME, I think that it's better to follow this standard to avoid a cluttered home-dir.
* | | Merge pull request #85114 from r-ryantm/auto-update/offlineimapMaximilian Bosch2020-04-15
|\ \ \ | | | | | | | | offlineimap: 7.3.2 -> 7.3.3
| * | | offlineimap: 7.3.2 -> 7.3.3R. RyanTM2020-04-13
| | | |
* | | | nasc: fix buildworldofpeace2020-04-15
| | | |
* | | | ping: use vala_0_40worldofpeace2020-04-15
| | | | | | | | | | | | | | | | fails to build otherwise.
* | | | Merge pull request #85233 from romildo/upd.humanity-icon-themeJosé Romildo Malaquias2020-04-15
|\ \ \ \ | | | | | | | | | | humanity-icon-theme: init at 0.6.15
| * | | | humanity-icon-theme: init at 0.6.15José Romildo Malaquias2020-04-14
| | | | |
* | | | | documize-community: add `passthru.tests` to reference VM-testMaximilian Bosch2020-04-15
| | | | |
* | | | | cargo-make: 0.30.4 -> 0.30.5Maximilian Bosch2020-04-15
| | | | | | | | | | | | | | | | | | | | https://github.com/sagiegurari/cargo-make/releases/tag/0.30.5
* | | | | grocy: add `passthru.tests` to reference VM-testMaximilian Bosch2020-04-15
| | | | |
* | | | | iftop: add `passthru.tests` to reference VM-testMaximilian Bosch2020-04-15
| | | | |
* | | | | tig: fix tig-completion's dependency on __git_completevasile luta2020-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tig recently updated it's bash-completion making it depend on __git-complete from git. Becase __git-complete is not automatically sourced tig bash completion fails. Also this PR makes tig completion load on-demand.
* | | | | Merge pull request #83872 from bachp/unifi-5.12.66Simon Waibl2020-04-15
|\ \ \ \ \ | | | | | | | | | | | | unifiStable: 5.12.35 -> 5.12.66
| * | | | | unifiStable: 5.12.35 -> 5.12.66Pascal Bach2020-03-31
| | | | | |
* | | | | | Merge pull request #85210 from prusnak/gtk-mac-integrationJan Tojnar2020-04-15
|\ \ \ \ \ \
| * | | | | | gtk-mac-integration: 2.0.8 -> 2.1.3Pavol Rusnak2020-04-14
| | | | | | |
* | | | | | | Merge pull request #85294 from r-ryantm/auto-update/atlassian-cliMaximilian Bosch2020-04-15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | atlassian-cli: 9.1.1 -> 9.2.0
| * | | | | | | atlassian-cli: 9.1.1 -> 9.2.0R. RyanTM2020-04-15
| | | | | | | |
* | | | | | | | Merge pull request #85252 from flokli/nixos-flannel-fixFlorian Klink2020-04-15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixosTests.flannel: port to python, unbreak
| * | | | | | | | nixosTests.flannel: port to python, unbreakFlorian Klink2020-04-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For reasons yet unknown, the vxlan backend doesn't work (at least inside the qemu networking), so this is moved to the udp backend. Note changing the backend apparently also changes the interface name, it's now `flannel0`, not `flannel.1` fixes #74941
* | | | | | | | | wpsoffice: remove specific output namesDmitry Kalinkin2020-04-15
| | | | | | | | |
* | | | | | | | | wpsoffice: drop i686-linux from platformsDmitry Kalinkin2020-04-15
| | | | | | | | |
* | | | | | | | | wpsoffice: remove outdated substituteInPlaceDmitry Kalinkin2020-04-15
| | | | | | | | |
* | | | | | | | | wpsoffice: apply Qt and GTK wrappersDmitry Kalinkin2020-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on the work of Ninlives.
* | | | | | | | | wpsoffice: switch to autoPatchelfHook, update dependenciesDmitry Kalinkin2020-04-15
| | | | | | | | |
* | | | | | | | | wpsoffice: 11.1.0.9080 -> 11.1.0.9505Dmitry Kalinkin2020-04-15
| | | | | | | | |
* | | | | | | | | wpsoffice: apply nixpkgs-fmt, sort alphabeticallyDmitry Kalinkin2020-04-15
| | | | | | | | |
* | | | | | | | | Merge pull request #84456 from AndersonTorres/update-higanAnderson Torres2020-04-15
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | higan: 106 -> 110
| * | | | | | | | | higan: 106 -> 110AndersonTorres2020-04-15
| | | | | | | | | |
* | | | | | | | | | Revert "[Don’t merge] Recurse into OCaml packages"Vincent Laporte2020-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit e16c7dae256bcb6b77399a4d80f512a117cca5d0.
* | | | | | | | | | ocamlPackages.notty: 0.2.1 → 0.2.2sternenseemann2020-04-15
| | | | | | | | | |
* | | | | | | | | | [Don’t merge] Recurse into OCaml packagesVincent Laporte2020-04-15
| | | | | | | | | |
* | | | | | | | | | ocamlPackages.fmt: 0.8.6 -> 0.8.8sternenseemann2020-04-15
| | | | | | | | | |
* | | | | | | | | | Merge pull request #85238 from ryantm/linode-cliRyan Mulligan2020-04-15
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | linode-cli: remove deprecated perl version, init python version at 2.14.1
| * | | | | | | | | | linode-cli: remove deprecated perl version, init python version at 2.14.1Ryan Mulligan2020-04-15
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #85162 from Ma27/build-vms-file-locMaximilian Bosch2020-04-15
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | nixos/build-vms: propagate file location
| * | | | | | | | | | nixos/build-vms: propagate file locationMaximilian Bosch2020-04-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When trying to build a VM using `nixos-build-vms` with a configuration that doesn't evaluate, an error "at `<unknown-file>`" is usually shown. This happens since the `build-vms.nix` creates a VM-network of NixOS-configurations that are attr-sets or functions and don't contain any file information. This patch manually adds the `_file`-attribute to tell the module-system which file contained broken configuration: ``` $ cat vm.nix { vm.invalid-option = 1; } $ nixos-build-vms vm.nix error: The option `invalid-option' defined in `/home/ma27/Projects/nixpkgs/vm.nix@node-vm' does not exist. (use '--show-trace' to show detailed location information) ```
* | | | | | | | | | | python27Packages.autopep8: 1.5 -> 1.5.1R. RyanTM2020-04-15
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #83537 from puzzlewolf/line-awesomeTimo Kaufmann2020-04-15
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | line-awesome: init at 1.3.0
| * | | | | | | | | | | line-awesome: init at 1.3.0puzzlewolf2020-04-15
| | | | | | | | | | | |
* | | | | | | | | | | | bitlbee-discord: 0.4.2 -> 0.4.3R. RyanTM2020-04-15
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #84292 from romildo/xfce.upate-scriptJosé Romildo Malaquias2020-04-15
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | xfce: add update script
| * | | | | | | | | | | | common-updater-scripts: ignore update-git-commits.txtJosé Romildo Malaquias2020-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is generated by common-updater/update-script.nix
| * | | | | | | | | | | | xfce: add update scripts to xfce packagesJosé Romildo Malaquias2020-04-15
| | | | | | | | | | | | |
| * | | | | | | | | | | | xfce: tailor general update scripts to the xfce packagesJosé Romildo Malaquias2020-04-15
| | | | | | | | | | | | |
| * | | | | | | | | | | | common-updater-scripts: add scripts to help update packagesJosé Romildo Malaquias2020-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - updateScript: A nix expression that can be used in passThrough to update a package - list-git-tags: A shell script to list available tags in a git repository - list-archive-two-level-versions: A shell script to list available versions in a web site in two levels: there is a page listing the available major.minor versions, and for each of them there is another page listings the patch level versions major.minor.patch. It is suitable for Xfce packages for instance. How the updater works: 1. collect the available versions from the source repository (using a script given as argument) 2. print the collected versions (for debugging) 3. (optionally) apply some transformation to the collected versions to make them compatible with the versions used in nixpkgs (for instance, tags in the Xfce git repository may be prefixed with the package name, and the prefix need to be removed) 4. sort the available versions in decreasing order 5. choose the first version that pass validation: - check if the version may be a development version - if the version IS unstable, skip it and give a warning about skipping a development version (for debugging) - if the version COULD BE unstable, take it and give a warning about taking a potential development version (for debugging) - if the version IS stable, take it 6. update the package version and checksum in its nix expression 7. print the git commands for adding the modified files and for committing the changes