Commit Graph

18 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
Weijia Wang
7a5f0e9467 clp: unbreak on aarch64-linux 2023-12-05 16:54:45 +01:00
R. Ryantm
160cafb403 clp: 1.17.8 -> 1.17.9 2023-10-27 12:28:56 +00:00
R. Ryantm
d18c6089de clp: 1.17.7 -> 1.17.8 2023-05-03 05:21:09 +00:00
Tobias Markus
eae9398010 clp: Change license to epl20 2023-04-03 12:57:50 +02:00
Tobias Markus
1718fc0b04 clp: 1.17.6 -> 1.17.7 2023-04-02 14:00:47 +02: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
R. RyanTM
d1b7e3f8cc clp: 1.17.5 -> 1.17.6 2020-05-20 10:04:01 +00:00
R. RyanTM
e988c072be clp: 1.17.3 -> 1.17.5 2020-02-10 13:24:22 +01:00
R. RyanTM
7653ff45cb clp: 1.17.2 -> 1.17.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/clp/versions
2019-09-26 01:49:26 -07: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
worldofpeace
62c68b8a72
clp: update homepage 2019-06-01 12:08:20 -04:00
R. RyanTM
332c600f7d clp: 1.17.1 -> 1.17.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/clp/versions
2019-06-01 04:05:51 -07:00
Markus Kowalewski
19dfffff3c
clp: restrict to x86_64-linux + darwin 2019-04-14 00:17:25 +02:00
Markus Kowalewski
e879991e1b
clp: 1.17.0 -> 1.17.11 2019-04-14 00:04:06 +02:00
R. RyanTM
e869b87dbb clp: 1.16.11 -> 1.17.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/clp/versions
2019-03-01 16:08:32 -08:00
Jan Malakhovski
e80ca2182c clp: cleanup expression 2018-07-16 16:33:14 +00:00
Vincent Laporte
b831b243ff clp: init at 1.16.11 2017-09-28 13:33:36 +00:00