about summary refs log tree commit diff
AgeCommit message (Collapse)AuthorFilesLines
2022-06-01skeema: Disable tests requiring network & fix depsBerk D. Demir1-1/+24
- Disable the tests requiring access to gitlab.com. - Add coreutils to `nativeBuildInputs` for printf and echo binaries. - Fix hard coded paths to coreutils binaries. Bug fixed by #173702 runs the previously skipped tests for this package.
2022-06-01gucci: Disable integration tests.Berk D. Demir1-0/+8
The version of Ginkgo it relies on might be the problem. Bug fixed by #173702 runs the previously skipped tests for this package.
2022-06-01go-modules/packages: Run unit tests under subdirsBerk D. Demir2-10/+30
Bug: Due to the way `buildGoDir` function was repurposed to also run `go test`, if `checkFlags` was defined, `go test` was ran only at the top level directory. Only the first element of `checkFlags` array would get passed to the `go test` command as arguments. Fix: Now the first parameter to `buildGoDir` is handled as the command. If the command is "test" `checkFlags` get passed as arguments along with other build flags like ldflags, tags, etc. Readability: - Iteratively build a flag array in `buildGoDir` instead of single long variable expansion command line. - Bash style: Single line local assignment of positional parameters.
2022-06-01Merge staging-next into staginggithub-actions[bot]60-1001/+873
2022-06-01Merge master into staging-nextgithub-actions[bot]60-1001/+873
2022-06-01Merge pull request #175657 from Minion3665/update-glpaperSandro1-3/+3
glpaper: unstable-2020-10-11 -> unstable-2022-05-15
2022-06-01Merge pull request #175656 from fabaff/types-setuptools-bumpSandro1-2/+2
python310Packages.types-setuptools: 57.4.15 -> 57.4.17
2022-06-01Merge pull request #174804 from ↵Martin Weinelt15-600/+361
dotlambda/prometheus-dmarc-exporter-no-poetry2nix
2022-06-01Merge pull request #174104 from alyssais/openrazer-3.3.0Sandro2-2/+4
openrazer-daemon,linuxPackages.openrazer,python3.pkgs.openrazer: 3.1.0 -> 3.3.0
2022-05-31dmarc-metrics-exporter: rename from prometheus-dmarc-exporterRobert Schütz9-600/+73
Also stop using poetry2nix.
2022-06-01Merge pull request #175651 from babbaj/fix-kvmfrSandro1-1/+7
linuxPackages.kvmfr: fix for linux 5.18
2022-06-01Merge pull request #175642 from r-ryantm/auto-update/python310Packages.gspreadSandro1-2/+2
python310Packages.gspread: 5.3.2 -> 5.4.0
2022-06-01python310Packages.types-setuptools: 57.4.15 -> 57.4.17Fabian Affolter1-2/+2
2022-06-01Merge pull request #175518 from SuperSandro2000/ipaddressSandro3-29/+1
2022-05-31glpaper: unstable-2020-10-11 -> unstable-2022-05-15Skyler Grey1-3/+3
2022-06-01Merge pull request #175511 from felschr/portfoliomarkuskowa1-2/+2
portfolio: 0.57.2 -> 0.58.3
2022-06-01Merge pull request #175550 from dotlambda/borgbackup-pyfuse3Sandro3-14/+40
borgbackup: need either pyfuse3 or llfuse
2022-06-01Merge pull request #175606 from ptman/cloudflared-not-brokenArtturi1-1/+0
2022-06-01Merge pull request #175638 from ↵Fabian Affolter1-2/+2
r-ryantm/auto-update/python310Packages.google-re2 python310Packages.google-re2: 0.2.20220401 -> 0.2.20220601
2022-06-01Merge pull request #175639 from r-ryantm/auto-update/python310Packages.gpsoauthFabian Affolter1-2/+2
python310Packages.gpsoauth: 1.0.0 -> 1.0.1
2022-05-31Merge pull request #175583 from fabaff/sunpy-bumpFabian Affolter1-35/+64
python310Packages.sunpy: 3.1.6 -> 4.0.0
2022-05-31linuxPackages.kvmfr: fix for linux 5.18Babbaj1-1/+7
2022-05-31Merge pull request #174200 from WolfangAukang/nixui-removeajs1248-242/+1
nixui: remove
2022-05-31portfolio: 0.57.2 -> 0.58.3Felix Schröter1-2/+2
2022-05-31Merge pull request #175546 from dotlambda/imagemagick-7.1.0-36Robert Schütz1-2/+2
imagemagick: 7.1.0-35 -> 7.1.0-36
2022-05-31Merge pull request #175628 from knl/pyarrow-on-darwin-enableRobert Scott1-1/+7
Fix: make pyarrow buildable on darwin
2022-05-31python310Packages.gspread: 5.3.2 -> 5.4.0R. Ryantm1-2/+2
2022-05-31python310Packages.llfuse: 1.4.1 -> 1.4.2Robert Schütz1-2/+2
2022-05-31Merge pull request #175633 from SuperSandro2000/dnscontrolSandro1-3/+3
2022-05-31Merge pull request #175160 from tricktron/f-update-libreoffice7c6f434c6-54/+203
libreoffice: add update script and 7.2.5 -> 7.3.3 take two [actually libreoffice-bin for Darwin]
2022-05-31nixui: removeP. R. d. O8-242/+1
2022-05-31python310Packages.gpsoauth: 1.0.0 -> 1.0.1R. Ryantm1-2/+2
2022-05-31Merge pull request #175558 from klemensn/atop-convert-logs-fix-startup7c6f434c1-0/+18
nixos/atop: Convert log format to fix service start
2022-05-31python310Packages.google-re2: 0.2.20220401 -> 0.2.20220601R. Ryantm1-2/+2
2022-05-31Merge pull request #140814 from eliasp/bump-leocadSandro2-3/+86
2022-05-31libreoffice: run the update-script's side-effect at runtime instead of evalThibault Gagnaux3-13/+28
time
2022-05-31Merge pull request #133771 from erdnaxe/libreddit_fixSandro2-19/+39
nixos/libreddit: service hardening and test
2022-05-31Merge pull request #175535 from piegamesde/wormholeMartin Weinelt1-0/+1
2022-05-31Merge pull request #175584 from r-ryantm/auto-update/mkgmapmarkuskowa1-2/+2
mkgmap: 4902 -> 4904
2022-05-31dnscontrol: 3.16.1 -> 3.16.2Sandro Jäckel1-3/+3
2022-05-31Merge pull request #173934 from sikmir/geospatialmarkuskowa10-9/+9
Move geospatial servers into its own folder
2022-05-31vimPlugins.nvim-config-local: init at 2022-03-26Pavel Borzenkov2-0/+13
2022-05-31Fix: make pyarrow buildable on darwinNikola Knezevic1-1/+7
This change disables several tests that fail on darwin due to requiring localhost networking. In addition, it bumps up the number of open file descriptors to allow test_pandas.py/TestConvertMisc tests to pass.
2022-05-31Merge staging-next into staginggithub-actions[bot]44-1386/+2191
2022-05-31Merge master into staging-nextgithub-actions[bot]44-1386/+2191
2022-05-31Merge pull request #175172 from dotlambda/ocrmypdf-13.4.6Janne Heß1-2/+2
python310Packages.ocrmypdf: 13.4.5 -> 13.4.6
2022-05-31Merge pull request #175242 from VergeDX/flat-remix-gnomeJanne Heß1-4/+5
flat-remix-gnome: update 20220510 -> 20220524
2022-05-31Merge pull request #175315 from romildo/upd.qogir-themeJanne Heß1-2/+2
qogir-theme: 2022-04-29 -> 2022-05-29
2022-05-31Merge pull request #175310 from sayanarijit/masterJanne Heß1-4/+4
xplr: 0.17.6 -> 0.18.0
2022-05-31Merge pull request #173273 from kfollesdal/grafana-azureadMaximilian Bosch1-0/+80
nixos/grafana: add new options to grafana module