Commit Graph

15 Commits

Author SHA1 Message Date
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
R. Ryantm
db1a9609e9 osslsigncode: 2.7 -> 2.8 2024-03-04 02:14:58 +00:00
R. Ryantm
1cd2daac1d osslsigncode: 2.6 -> 2.7 2023-09-28 08:31:25 +00:00
Lorenz Brun
1d03c7ced0 osslsigncode: 2.5 -> 2.6
The two patches got upstreamed into 2.6 and are no longer necessary.

This fixes PKCS#11 signers on Nix as it restores the ability to specify
a full path to the PKCS#11 engine shared object.
2023-08-23 13:25:16 +02:00
Charles Duffy
d742e50b2f
osslsigncode: per review feedback, pull patches from github rather than vendoring into the tree 2023-03-13 15:20:35 -05:00
Charles Duffy
77f3fa8c58
osslsigncode: 2.3 -> 2.5 2023-03-13 12:56:12 -05:00
R. Ryantm
cb02e44aa6 osslsigncode: 2.2 -> 2.3 2022-03-07 13:57:04 +00:00
Pavol Rusnak
c1821209d8
osslsigncode: drop libgsf from buildInputs
- not needed anymore, see https://github.com/mtrojnar/osslsigncode/releases/tag/2.2
2021-08-17 14:34:49 +02:00
R. RyanTM
8bc8715275 osslsigncode: 2.1 -> 2.2 2021-08-17 10:45:25 +00:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -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
Pavol Rusnak
cabec55afd
osslsigncode: unstable-2020-08-02 -> 2.1 2020-11-11 19:41:04 +01:00
Pavol Rusnak
12ce9f072f
osslsigncode: unstable-2019-07-25 -> unstable-2020-08-02 2020-08-19 19:45:21 +02:00
Robin Gloster
2cc05be907
treewide: openssl_1_1 pinning is unnecessary 2019-08-23 02:02:50 +02:00
Marek Mahut
c6edb741c1 osslsigncode: init at unstable-2019-07-25 2019-08-22 20:22:54 +02:00