summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dbqn: update version formatorigin/update-version-stringsAndersonTorres2021-10-061-1/+1
|
* cbqn: update version stringAndersonTorres2021-10-062-14/+7
| | | | Also, remove clangStdenv as dependency.
* bqn: 0.0.0+unstable=2021-10-01 -> 0.pre+unstable=2021-10-06AndersonTorres2021-10-061-4/+4
|
* cbqn: 2021-10-01 -> 2021-10-05 (#140795)sterni2021-10-061-9/+8
|
* Merge pull request #140811 from robintown/bcachefs-toolsdavidak2021-10-072-4/+6
|\ | | | | bcachefs-tools: 2021-07-08 -> 2021-10-01
| * linux-testing-bcachefs: Add note about keeping bcachefs-tools up to dateRobin Townsend2021-10-061-0/+1
| |
| * bcachefs-tools: 2021-07-08 -> 2021-10-01Robin Townsend2021-10-061-4/+5
| | | | | | | | | | | | | | Recent updates to the bcachefs kernel resulted in a change in on-disk format. However, since bcachefs-tools wasn't updated at the same time, they became incompatible, causing a variety of issues. This brings the linux-testing-bcachefs and bcachefs-tools versions back into sync.
* | Merge pull request #140274 from fabaff/pyefergySandro2021-10-073-0/+98
|\ \
| * | python3Packages.pyefergy: init at 0.1.0Fabian Affolter2021-10-062-0/+44
| | |
| * | python3Packages.iso4217: init at 1.6Fabian Affolter2021-10-062-0/+54
| | |
* | | Merge pull request #140808 from r-ryantm/auto-update/ser2netSandro2021-10-071-2/+2
|\ \ \
| * | | ser2net: 4.3.3 -> 4.3.4R. RyanTM2021-10-061-2/+2
| | | |
* | | | Merge pull request #140802 from r-ryantm/auto-update/python38Packages.urlextractSandro2021-10-071-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | python38Packages.urlextract: 1.3.0 -> 1.4.0R. RyanTM2021-10-061-2/+2
| |/ /
* | | Merge pull request #138321 from obsidiansystems/fix-build-rust-crate-crossJohn Ericson2021-10-063-4/+16
|\ \ \ | | | | | | | | buildRustCrate: Fix some things for cross builds
| * | | buildRustCrate: Don't override the linker during crossJohn Ericson2021-10-061-1/+0
| | | | | | | | | | | | | | | | lld is sometimes need. The caller can do that instead.
| * | | buildRustCrate: Add `extraRustcOptsForBuild`John Ericson2021-10-062-3/+14
| | | | | | | | | | | | | | | | | | | | `extraRustcOpts` should not be used for build.rs, lest it contain host-platform-specific options during cross builds.
| * | | buildRustCrate: Fix extra cross argsJohn Ericson2021-10-061-1/+3
| | | | | | | | | | | | | | | | Do proper list separation, use ld not cc because rustc doesn't `-Wl,`.
* | | | Merge pull request #120565 from Ericson2314/nixos-without-nixJohn Ericson2021-10-063-1/+34
|\ \ \ \ | | | | | | | | | | nixos/nix-daemon: Add enable option
| * | | | nixos/nix-daemon: Add enable optionJohn Ericson2021-10-063-1/+34
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't worry, it's is true by default. But I think this is important to have because NixOS indeed shouldn't need Nix at run time when the installation is not being modified, and now we can verify that. NixOS images that cannot "self-modify" are a legitamate use-case that this supports more minimally. One should be able to e.g. do a sshfs mount and use `nixos-install` to modify them remotely, or just discard them and build fresh ones if they are run VMs or something. The next step would be to make generations optional, allowing just baking `/etc` and friends rather than using activation scripts. But that's more involved so I'm leaving it out.
* | | | Merge pull request #140764 from ↵Sandro2021-10-071-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | r-ryantm/auto-update/python38Packages.mypy-boto3-s3
| * | | | python38Packages.mypy-boto3-s3: 1.18.54 -> 1.18.55R. RyanTM2021-10-061-2/+2
| | | | |
* | | | | Merge pull request #140790 from superherointj/package-k3s-updateScript-fixSandro2021-10-072-11/+11
|\ \ \ \ \
| * | | | | k3s: updateScript updatedsuperherointj2021-10-062-11/+11
| | | | | |
* | | | | | Merge pull request #140523 from hjones2199/gpsd-fixesSandro2021-10-062-7/+24
|\ \ \ \ \ \
| * | | | | | foxtrotgps: 1.2.2+329 -> 1.2.2+331Hunter Jones2021-10-051-6/+14
| | | | | | |
| * | | | | | marble: fix build with gpsd 3.23.1Hunter Jones2021-10-051-1/+10
| | | | | | |
* | | | | | | Merge pull request #140170 from marsam/r-hydraJustin Bedő2021-10-072-2/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | R: don't restrict hydraPlatforms
| * | | | | | | R: don't restrict hydraPlatformsMario Rodas2021-10-012-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The restriction of hydraPlatforms was added in [1: ef05fad51ab], but doesn't seem to be a real reason behind it. R is Free Software and it take takes a few minutes to build so I believe it can be distributed by Hydra. 1: 2014-05-04 ef05fad51ab36c0064d542d8665ae27faab2e9d3 R: don't restrict meta.platforms to Linux; other architectures should build fine
* | | | | | | | Merge pull request #140794 from fishi0x01/bump-vshSandro2021-10-061-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | vsh: 0.12.0 -> 0.12.1Karl Fischer2021-10-061-2/+2
| | | | | | | | |
* | | | | | | | | haskellPackages.hercules-ci-agent: Re-enable profilingRobert Hensing2021-10-061-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This override isn't needed anymore and breaks packages that depend on it (and don't disable profiling).
* | | | | | | | | Merge pull request #100351 from turion/dev_add_agdarsecAnderson Torres2021-10-063-1/+33
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | agdarsec: init at 0.4.1
| * | | | | | | | agdaPackages.agdarsec: Init at 0.4.1Manuel Bärenz2021-08-302-0/+30
| | | | | | | | |
| * | | | | | | | build-support/agda: Make includePaths configurableManuel Bärenz2021-08-301-1/+3
| | | | | | | | |
* | | | | | | | | Merge pull request #140760 from turion/dev_bump_agda_preludeSandro2021-10-061-4/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | agdaPackages.agda-prelude: compat-2.6.1 -> compat-2.6.2Manuel Bärenz2021-10-061-4/+2
| | | | | | | | | |
* | | | | | | | | | Merge pull request #139651 from pborzenkov/calibre-web-0.6.13Robert Scott2021-10-062-12/+3
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | calibre-web: 0.6.12 -> 0.6.13
| * | | | | | | | | | calibre-web: 0.6.12 -> 0.6.13Pavel Borzenkov2021-09-272-12/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | calibre-web no longer starts without proper calibre DB path configured, so the default testcase (completely unconfigured) is removed.
* | | | | | | | | | | Merge pull request #134408 from r-ryantm/auto-update/libnslSandro2021-10-061-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | libnsl: 1.3.0 -> 2.0.0R. RyanTM2021-08-171-2/+2
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #140732 from onsails/vim-pluginsSandro2021-10-062-91/+91
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | vimPlugins: update"Andrey Kuznetsov"2021-10-061-90/+90
| | | | | | | | | | | | |
| * | | | | | | | | | | | vimPlugins.compe-tmux: set branch to cmpAndrey Kuznetsov2021-10-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nvim-compe is deprecated in favor of nvim-cmp, cmp version of tmux integration is in cmp branch
* | | | | | | | | | | | | dbqn, dbqn-native: 2021-10-02 -> 2021-10-05 (#140601)sterni2021-10-061-11/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary: - This new release internalizes the old, explicit log into `./build{,8}` scripts. - Reduces closure size, by explicitly passing JDK(GraalVM) library output to native-image flags. - Moves JDK to native build inputs. - Resets meta.priority to default, since it is explicitly differentiated by pname.
* | | | | | | | | | | | | Merge pull request #140782 from primeos/signal-desktopMichael Weiss2021-10-061-7/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | signal-desktop: 5.18.1 -> 5.19.0
| * | | | | | | | | | | | | signal-desktop: 5.18.1 -> 5.19.0Michael Weiss2021-10-061-7/+5
| | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #139257 from ↵Sandro2021-10-061-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r-ryantm/auto-update/python38Packages.sqlite-utils
| * | | | | | | | | | | | | python38Packages.sqlite-utils: 3.17 -> 3.17.1R. RyanTM2021-09-241-2/+2
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #140770 from figsoda/update-rslintSandro2021-10-061-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \