Commit graph

13 commits

Author SHA1 Message Date
Ben Siraphob 76f93cc731 pkgs/tools: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Martin Weinelt e88bdd5f50
neopg: mark as broken
Fails to build with recent versions of botan2. The issue has been
reported upstream at https://github.com/das-labor/neopg/issues/98.
2020-11-30 19:57:30 +01:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jan Tojnar df28c41854
neopg: fix build
It was using libusb-compat instead of libusb1, and the former no longer propagates the latter.

Also move cmake and gettext to nativeBuildInputs.
2020-04-04 11:05:00 +02:00
Anders Kaseorg 3cd8ce3bce treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH
Naive concatenation of $LD_LIBRARY_PATH can result in an empty
colon-delimited segment; this tells glibc to load libraries from the
current directory, which is definitely wrong, and may be a security
vulnerability if the current directory is untrusted.  (See #67234, for
example.)  Fix this throughout the tree.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-01-15 09:47:03 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Justin Humm 81176f4314
neopg: 0.0.4 -> 0.0.6 2019-04-22 17:57:17 +02:00
Justin Humm 35b6b892f7
Revert "neopg: 0.0.4 -> 0.0.5"
This broke the build, as the bump introduced test failures. Revert to a
working version.

This reverts commit 031737126c.
2018-12-23 22:42:38 +01:00
schneefux 031737126c neopg: 0.0.4 -> 0.0.5 2018-10-08 14:28:14 +02:00
schneefux 15e23e5d92 neopg: use fetchFromGitHub instead of fetchgit 2018-10-08 14:04:21 +02:00
Ryan Mulligan af9d10a91b treewide: fix derivation names 2018-05-28 05:59:57 -07:00
Justin Humm ebe1cc211e
neopg: Init at 0.0.4 2018-03-23 16:12:29 +01:00