R. Ryantm
|
1a61577867
|
distrobuilder: 1.3 -> 2.0
|
2021-10-29 10:03:44 +00:00 |
|
zowoq
|
b8540b9d02
|
distrobuilder: remove unused deps.nix
|
2021-08-27 06:43:33 +10:00 |
|
R. RyanTM
|
31a66b9239
|
distrobuilder: 1.2 -> 1.3
|
2021-08-10 13:08:09 +00:00 |
|
Maciej Krüger
|
110a85fd36
|
distrobuilder: 2019_10_07 -> 1.2
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
|
2021-06-28 06:17:26 +02:00 |
|
Pavol Rusnak
|
a6ce00c50c
|
treewide: remove stdenv where not needed
|
2021-01-25 18:31:47 +01:00 |
|
Ben Siraphob
|
76f93cc731
|
pkgs/tools: pkgconfig -> pkg-config
|
2021-01-16 23:49:59 -08:00 |
|
Ben Siraphob
|
8c5d37129f
|
pkgs/tools: stdenv.lib -> lib
|
2021-01-15 17:12:36 +07: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 |
|
zowoq
|
b5dc07a4b4
|
treewide: use $out instead of $bin with buildGoPackage
|
2020-04-28 20:30:29 +10: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 |
|
Meghea Iulian
|
6510c45b56
|
distrobuilder: 2018_10_04 -> 2019_10_07
|
2019-07-19 11:06:13 +03:00 |
|
Meghea Iulian
|
efe8be7fd4
|
distrobuilder: 2018_06_29 -> 2018_10_04
|
2018-12-09 18:38:23 +02:00 |
|
volth
|
52f53c69ce
|
pkgs/*: remove unreferenced function arguments
|
2018-07-21 02:48:04 +00:00 |
|
Meghea Iulian
|
66e18c3aab
|
distrobuilder: 2018_04_28 -> 2018_06_29 (#42810)
|
2018-06-30 18:46:00 +02:00 |
|
Unknown
|
37af5704f9
|
distrobuilder: init at HEAD
Implement feedback
|
2018-05-12 21:14:10 +03:00 |
|