Commit graph

8 commits

Author SHA1 Message Date
Jörg Thalheim dbb48b45a5
Merge pull request #107961 from KAction/par-static
par: fix static build
2021-01-13 09:05:40 +00:00
Jörg Thalheim 11033cbb6b
par: fix build 2021-01-13 10:00:45 +01:00
Dmitry Bogatov a5f92046ce par: fix static build
This change causes rebuild of both glibc and musl dynamic variants, but
no cascade rebuilds.
2021-01-12 00:00:00 +00: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
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Benjamin Hipple 70d51cf1e0 par: use pname 2019-11-25 23:27:58 -05:00
Benjamin Hipple d78da463c5 par: add license 2018-10-09 21:35:12 -04:00
Jean-Luc Jox 526291231b par: init at 1.5.2
Issue #17521
2016-08-11 12:48:41 +02:00