about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
| * | | | | | | | Merge pull request #120692 from Hoverbear/check-meta-support-mainProgramGraham Christensen2021-04-26
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | stdenv: support mainProgram in meta
| | * | | | | | | | stdenv: support mainProgram in metaAna Hobden2021-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support `mainProgram` as an attribute of `meta` for packages. This is an attribute used by [`nix run`](https://nixos.org/manual/nix/unstable/command-ref/new-cli/nix3-run.html#description) to customize the main program of a package. For example, `pkgs.neovim` provides a `/bin/nvim` executable which users would (almost certainly) prefer `nix run` to execute instead of a non-existing `/bin/neovim`. Signed-off-by: Ana Hobden <operator@hoverbear.org>
| * | | | | | | | | ocamlPackages.paf: init at 0.0.1sternenseemann2021-04-26
| | | | | | | | | |
| * | | | | | | | | ocamlPackages.letsencrypt: init at 0.2.4sternenseemann2021-04-26
| | | | | | | | | |
| * | | | | | | | | Merge pull request #120743 from fabaff/inputs-karton-mwdb-reporterMartin Weinelt2021-04-26
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | python3Packages.karton-mwdb-reporter: remove unused inputs
| | * | | | | | | | | python3Packages.karton-mwdb-reporter: remove unused inputsFabian Affolter2021-04-26
| | | | | | | | | | |
| * | | | | | | | | | ocamlPackages.dtoa: disable hardening feature based on more accurate conditionLuflosi2021-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `strictoverflow` hardening feature causes a build failure when using Clang as the compiler, not just on Darwin.
| * | | | | | | | | | ocamlPackages.mirage-crypto*: 0.10.0 -> 0.10.1sternenseemann2021-04-26
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/mirage/mirage-crypto/releases/tag/v0.10.1
| * | | | | | | | | Merge pull request #120628 from figsoda/qogir-themeJosé Romildo Malaquias2021-04-26
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | qogir-theme: 2021-02-09 -> 2021-04-20
| | * | | | | | | | | qogir-theme: 2021-02-09 -> 2021-04-20figsoda2021-04-25
| | | | | | | | | | |
| * | | | | | | | | | Merge pull request #120584 from Atemu/update/zen-kernelsdavidak2021-04-26
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | zen-kernels: 5.11.15 -> 5.11.16
| | * | | | | | | | | | zen-kernels: 5.11.15 -> 5.11.16Atemu2021-04-25
| | | | | | | | | | | |
| * | | | | | | | | | | Merge pull request #120462 from NinjaTrappeur/nin-fix-nsjaildavidak2021-04-26
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | nsjail: fix bison link error
| | * | | | | | | | | | | nsjail: fix bison link errorFélix Baylac-Jacqué2021-04-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The nsjail build has been broken since the 3.7.5 bison bump: /nix/store/(...)/bin/ld: kafel/libkafel.a(libkafel.o): in function `kafel_yyerror': arm_syscalls.c:(.text+0x6833): undefined reference to `YYUSE' The issue is coming from kafel and has been fixed upstream. More infos at: https://github.com/google/kafel/pull/28. Kafel being distributed through a git submodule in the nsjail repo, we can't directly fetchpatch the fix from Github. We had to manually modify the said patch to add a /kafel prefix. We'll need to remove this patch for the next nsjail version bump.
| * | | | | | | | | | | | fishplugins.forgit: init "unstable-2021-04-09"happysalada2021-04-26
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #120701 from fufexan/openboarddavidak2021-04-26
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | openboard: init at 1.6.1
| | * | | | | | | | | | | | openboard: update meta.descriptionMihai Fufezan2021-04-26
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Update pkgs/applications/graphics/openboard/default.nixMihai Fufezan2021-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Christoph Neidahl <christoph.neidahl@gmail.com>
| | * | | | | | | | | | | | Update pkgs/applications/graphics/openboard/default.nixMihai Fufezan2021-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Christoph Neidahl <christoph.neidahl@gmail.com>
| | * | | | | | | | | | | | Update pkgs/applications/graphics/openboard/default.nixMihai Fufezan2021-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Christoph Neidahl <christoph.neidahl@gmail.com>
| | * | | | | | | | | | | | openboard: init at 1.6.1Mihai Fufezan2021-04-26
| | | |_|/ / / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #120587 from Mephistophiles/new_packages/simple-http-serverdavidak2021-04-26
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | simple-http-server: init at 0.6.1
| | * | | | | | | | | | | | simple-http-server: init at 0.6.1Maxim Zhukov2021-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch> Signed-off-by: Maxim Zhukov <mussitantesmortem@gmail.com>
| * | | | | | | | | | | | | Merge pull request #120601 from dotlambda/streamlink-2.1.1davidak2021-04-26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | streamlink: 2.0.0 -> 2.1.1
| | * | | | | | | | | | | | | streamlink: 2.0.0 -> 2.1.1Robert Schütz2021-04-25
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge pull request #120663 from r-ryantm/auto-update/flacondavidak2021-04-26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | flacon: 6.1.0 -> 7.0.1
| | * | | | | | | | | | | | | | flacon: 6.1.0 -> 7.0.1R. RyanTM2021-04-25
| | | |_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge pull request #120665 from numinit/update-wsjtxdavidak2021-04-26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wsjtx: 2.2.2 -> 2.3.1
| | * | | | | | | | | | | | | | wsjtx: 2.2.2 -> 2.3.1Morgan Jones2021-04-25
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | castty: init at 2020-11-10 (#120478)Ingo Blechschmidt2021-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch> Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
| * | | | | | | | | | | | | | | Merge pull request #119730 from jerith666/eclipse-2021-03Sandro2021-04-26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | eclipses: 2020-12 -> 2021-03Matt McHenry2021-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove the jdt plugin, as it's not longer packaged separately on the eclipse download site :-( https://www.eclipse.org/forums/index.php/t/1107570/ * add eclipse-jee as a second option for those who need jdt * remove eclipses.rust this build was present at: https://www.eclipse.org/downloads/packages/release/2020-12/r https://www.eclipse.org/downloads/packages/release/2021-03/m2 but is not present at: https://www.eclipse.org/downloads/packages/release/2021-03/m3 https://www.eclipse.org/downloads/packages/release/2021-03/rc1 https://www.eclipse.org/downloads/packages/release/2021-03/r https://projects.eclipse.org/projects/tools.corrosion seems to point users to install as a plugin rather than a top-level eclipse package.
| * | | | | | | | | | | | | | | | Merge pull request #120489 from samueldr/fix/make-disk-image-auto-sizeLassulus2021-04-26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix make disk image automatic size
| | * | | | | | | | | | | | | | | | make-disk-image: Round image size to the next mebibyteSamuel Dionne-Riel2021-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This ensures the following gptfdisk warning won't happen: ``` Warning: File size is not a multiple of 512 bytes! Misbehavior is likely! ``` Additionally, helps towards aligning the partition to be more optimal for the underlying storage. It is actually impossible to align for the actual underlying storage optimally because we don't know what the block device will be! But aligning on 1MiB should help.
| | * | | | | | | | | | | | | | | | treewide: use auto diskSize for make-disk-imagelassulus2021-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit f3aa040bcbf39935e7e9ac7a7296eac9da7623ec)
| | * | | | | | | | | | | | | | | | make-disk-image: Account for reserved disk spaceSamuel Dionne-Riel2021-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a bit of a thorny issue. See, the actual `diskSize` variable is for the *total* disk size, not for the filesystem! The automatic numbers are meant to compute the *filesystem* required space. So we have to add any other reserved space! We have different requirements for reserved space. E.g. there could be none (when it's actually a filesystem image). There could also be 1MiB for alignment for an MBR image, legacy+gpt needs 2MiB, then GPT with an ESP ("bootSize") needs to take the boot partition and GPT size into account too! Though luckily(?) for this latter situation we can cheat! As noted in the change, `bootSize` is NOT the boot partition size. It is actually the offset where the target filesystem starts.
| | * | | | | | | | | | | | | | | | make-disk-image: Account for the ext4 reserved spaceSamuel Dionne-Riel2021-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reserved space includes: - inodes space in use (2 blocks per) - about 5.2% of the space The 5.2% reserved space was computed empirically when working on a previous EXT4 image builder. It seems to stabilize around 5% even for much larger filesystems.
| | * | | | | | | | | | | | | | | | make-disk-image: Get proper size for automatic sizeSamuel Dionne-Riel2021-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On some filesystems, `du` without `--apparent-size` will not give the actual size for a file. Using `--apparent-size` will give us the actual file size. Though, this is not actually correct still. 1000 × 1 bytes is not 1000 bytes. It is 1000 × ceil(filesize/blockSize)*blockSize. So instead of adding up the actual file sizes. We are adding up the block sizes. Note that this also changes the builder to work with *bytes*, rather than with any other units. Doing maths on bytes is less likely to go awry than doing it on other units.
| * | | | | | | | | | | | | | | | | mousai: init at 0.3.1 (#120552)Robert Schütz2021-04-26
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge pull request #120251 from mschwaig/fix-make-disk-image-for-efi-2Lassulus2021-04-26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make-disk-image: fix broken EFI image builds
| | * | | | | | | | | | | | | | | | | make-disk-image: fix broken EFI image buildsMartin Schwaighofer2021-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Work around missing /dev files inside runInLinuxVM by creating a symlink before calling nixos-enter. This fixes https://github.com/NixOS/nixpkgs/issues/93381. I ran into this issue when trying to create a VMware image that boots from EFI. Thanks @colemickens for reporting this and @danielfullmer for fixing the same thing in in qemu-vm.nix (37676e77cb5adab936606838d6465faafda54f61) and explaining what the issue was.
| * | | | | | | | | | | | | | | | | | ffmpegthumbnailer: use ffmpeg instead of ffmpeg_3 (#120611)Robert Schütz2021-04-26
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Merge pull request #120678 from r-ryantm/auto-update/grypeFabian Affolter2021-04-26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | grype: 0.10.2 -> 0.11.0
| | * | | | | | | | | | | | | | | | | | grype: 0.10.2 -> 0.11.0R. RyanTM2021-04-26
| | | |_|_|_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Merge pull request #120640 from Luflosi/usbip-clarify-licenseFabian Affolter2021-04-26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | linuxPackages.usbip: clarify license
| | * | | | | | | | | | | | | | | | | | linuxPackages.usbip: clarify licenseLuflosi2021-04-26
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | alt-ergo: 2.3.3 → 2.4.0Vincent Laporte2021-04-26
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | ocamlPackages.h2: init at 0.8.0sternenseemann2021-04-26
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | ocamlPackages.hpack: init at 0.8.0sternenseemann2021-04-26
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | tetgen: 1.5.1 -> 1.6.0R. RyanTM2021-04-26
| | | | | | | | | | | | | | | | | | | |