Commit graph

299842 commits

Author SHA1 Message Date
Manoj Karthick 2d07d4c05f reddsaver: 0.3.2 -> 0.3.3 2021-06-30 01:06:12 -07:00
Fabian Affolter ccb4d34f06 python3Packages.async-dns: 1.1.9 -> 1.1.10 2021-06-30 09:26:34 +02:00
Daniel Nagy b553ac45a2
chickenPackages_5.chicken: use lib.makeBinPath instead 2021-06-30 09:23:22 +02:00
Robert Schütz e0d776fab3 python3Packages.netmap: init at 0.7.0.2 2021-06-30 09:20:58 +02:00
Artturin cd3ed54f6e dwarf-fortress: refactor 2021-06-30 00:10:57 -07:00
Fabian Affolter 36f47d00c8 python3Packages.guppy3: 3.1.0 -> 3.1.1 2021-06-30 09:09:55 +02:00
Manuel Bärenz 4e75706a46 rPackages.svglite: Fix nativeBuildInputs 2021-06-30 00:03:02 -07:00
R. RyanTM 4ba0ccc59e cherrytree: 0.99.37 -> 0.99.38 2021-06-29 23:57:05 -07:00
Fabian Affolter 4ba12b5903
Merge pull request #128709 from r-ryantm/auto-update/dnsx
dnsx: 1.0.4 -> 1.0.5
2021-06-30 08:55:35 +02:00
Daniel Nagy 16ab89bef2 seaweedfs: 2.50 -> 2.56 2021-06-29 23:54:53 -07:00
R. RyanTM 360c8128bb gtkwave: 3.3.109 -> 3.3.110 2021-06-29 23:46:07 -07:00
R. RyanTM 44d7d2a499 libaec: 1.0.4 -> 1.0.5 2021-06-29 23:44:47 -07:00
Hunter Jones ef892b0a92 phd2: 2.6.9dev1 -> 2.6.10 2021-06-29 23:42:21 -07:00
Domen Kožar 1b98bbf304
Merge pull request #128657 from mikroskeem/darwin-fix-sdl
SDL: fix wrongly linking to Mesa on Darwin
2021-06-30 08:37:58 +02:00
R. RyanTM 8cd1066dfd libtpms: 0.8.3 -> 0.8.4 2021-06-29 23:37:36 -07:00
R. RyanTM e8d3c65b36 cargo-tarpaulin: 0.17.0 -> 0.18.0 2021-06-29 23:31:16 -07:00
R. RyanTM c4e9746406 emuflight-configurator: 0.3.5 -> 0.3.6 2021-06-29 23:28:17 -07:00
zowoq 7ab005c4f3 skopeo: 1.3.0 -> 1.3.1
https://github.com/containers/skopeo/releases/tag/v1.3.1
2021-06-30 16:23:14 +10:00
zowoq 10b8f498c9 buildah: 1.21.1 -> 1.21.2
https://github.com/containers/buildah/releases/tag/v1.21.2
2021-06-30 16:23:04 +10:00
Pascal Bach 69f2fd9721
Merge pull request #123834 from bachp/minio-module-update
nixos/minio: replace deprecated variables
2021-06-30 08:10:27 +02:00
fortuneteller2k c9ea6baaf9 vimPlugins: update 2021-06-29 23:01:48 -07:00
Peter Hoeg 9a53c8f4f2 tmuxp: 1.7.2 -> 1.9.2 2021-06-29 23:01:04 -07:00
AndersonTorres 5853503f7a kirc: init at 0.2.7 2021-06-30 02:49:24 -03:00
Tristan Gosselin-Hane fb80827e88
obs-move-transition: fix patch path 2021-06-30 01:25:26 -04:00
R. RyanTM 4ff1a6f91a esbuild: 0.12.11 -> 0.12.12 2021-06-30 14:23:27 +09:00
happysalada cd829eeb9c oil: make readline dependency overridable 2021-06-30 14:10:05 +09:00
Samuel Noordhuis f032094e20
stern: 1.14.0 -> 1.19.0 2021-06-30 14:40:51 +10:00
R. RyanTM f9b78ee700 hugo: 0.84.2 -> 0.84.3 2021-06-30 04:34:29 +00:00
Ryan Mulligan 44b9dc7559
Merge pull request #128715 from ryantm/autosuspend
nixos/gdm: expand gdm.autoSuspend description
2021-06-29 21:30:42 -07:00
Fabian Affolter e7ba38072e python3Packages.python-ipmi: init at 0.5.1 2021-06-29 21:17:23 -07:00
Jan Tojnar b236fe3d52
ploticus: Use gd from Nixpkgs instead of the vendored one
The gd version shipped with ploticus only contains a single font
that does not support anything but ASCII.

In order for the package to be able to render Unicode texts,
we need freetype support:

http://ploticus.sourceforge.net/doc/fonts.html
2021-06-30 05:55:57 +02:00
Jan Tojnar fbc4b41e69
ploticus: 2.41 → 2.42
65f1e8e048 bumped the version but forgot to update the tarball URL.

Unfortunately, this version does not seem to ship makefiles.
2021-06-30 05:55:57 +02:00
Jan Tojnar eea3344e91
ploticus: Modernize
- Split pname & version.
- Format the expression.
- Do not use custom builder, the generic one is good enough.
- Install the man pages to datadir instead of $out, where they would be moved anyway.
  – Allowing us to drop the postFixup.
- Use patch instead of wrapper for pointing to prefabs. This is what Debian does and it will also apply to the pl binary, not just the ploticus alias.
  - Since the wrapping is no longer necessary, let’s create the alias using a symlink.
2021-06-30 05:55:57 +02:00
Farid Zakaria 3987b0e481 strip-nondeterminism: file to propagatedBuildInput
`file` is used by the perl script.

```
sub _get_file_type($) {
	my $file=shift;
	open(FILE, '-|') # handle all filenames safely
	  || exec('file', $file)
	  || die "can't exec file: $!";
	my $type=<FILE>;
	close FILE;
	return $type;
}
```

This script is very handy to run within a `nix-build` context,
specifically during the fixupPhase.

Unfortunately, file is not propagated, and does not exist causing the
build to fail. Fix it by adding it.

Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com>
2021-06-29 20:51:50 -07:00
arcnmx 000056c533 svt-av1: 0.8.6 -> 0.8.7
upstream moved from github to gitlab
2021-06-29 20:50:15 -07:00
Artturin 0d8cbf704c azure-cli: replace portalocker version for azure-cli-telemetry 2021-06-29 19:56:45 -07:00
Artturin 95df9607b5 python3Packages.msal-extensions: add substituteInPlace for
portalocker version
2021-06-29 19:56:45 -07:00
Artturin 10a8e8fe8b python3Packages.portalocker: 1.7.0 -> 2.3.0 2021-06-29 19:56:45 -07:00
Vanilla 13a12fe9e5 maintainers: add vanilla 2021-06-29 19:53:51 -07:00
Vanilla ec00b2d3a2 flat-remix-gnome: init at 20210623 2021-06-29 19:53:51 -07:00
fortuneteller2k c93206e21a river: 2021-06-06 -> 2021-06-27 2021-06-30 10:53:05 +08:00
Théo Zimmermann d3bb50e7da
Coq: adapt for upcoming 8.14 (#128603) 2021-06-30 04:47:31 +02:00
Ryan Mulligan bfc605bf91
Merge pull request #128569 from r-ryantm/auto-update/humioctl
humioctl: 0.28.3 -> 0.28.4
2021-06-29 19:40:14 -07:00
Ryan Mulligan 073f462987 nixos/gdm: expand gdm.autoSuspend description
closes #100390
2021-06-29 19:35:26 -07:00
R. RyanTM 91466bb62a firejail: 0.9.64.4 -> 0.9.66 2021-06-30 02:28:53 +00:00
Sandro 9ba35d8ef4
Merge pull request #128273 from davegallant/awscli2-2.2.14
awscli2: 2.2.4 -> 2.2.14
2021-06-30 04:21:06 +02:00
Sandro 6024c54dc9
Merge pull request #128690 from fabaff/bump-asyncstdlib
python3Packages.asyncstdlib: 3.9.1 -> 3.9.2
2021-06-30 04:20:42 +02:00
Gauvain 'GovanifY' Roussel-Tarbouriech 95d9190bde
weechatScripts.weechat-go: init at 2.7 2021-06-30 04:16:37 +02:00
Gabriel Gonzalez ef0a42347e
dhall: Use --base-import-url flag for documentation (#128588)
This updates `pkgs.dhallPackages.buildDhallGitHubPackage` to use the
newly added `--base-import-url` `dhall-docs` flag.  This flag is used
by the generated documentation so that paths copied to the clipboard
represent complete URLs that can be imported instead of only the
relative path to the import.
2021-06-29 19:09:29 -07:00
Martin Weinelt c865d03690
Merge pull request #128205 from felixsinger/flashrom/add-udev
flashrom: Install udev-rules file
2021-06-30 04:03:56 +02:00