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 |
|
R. RyanTM
|
a3a0353e1a
|
slop: 7.4 -> 7.5 (#85047)
|
2020-04-12 17:04:01 +02:00 |
|
adisbladis
|
c9d8624ccd
|
treewide: Get rid of libGLU_combined
|
2019-11-18 20:10:43 +00: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 |
|
Matthew Bauer
|
e0a33f36fd
|
slop: mark linux only
https://hydra.nixos.org/build/94247171
|
2019-06-05 23:04:19 -04:00 |
|
Michael Weiss
|
85dfd4b41c
|
slop: 7.3.49 -> 7.4
|
2018-04-23 10:32:11 +02:00 |
|
Alexander V. Nikolaev
|
0acec7e984
|
treewide: transition mesa to libGLU_combined
|
2018-02-24 17:06:49 +02:00 |
|
Michael Weiss
|
b627c237ec
|
slop: Add pkgconfig as build dependency
Fix: "Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)"
|
2017-12-13 22:34:37 +01:00 |
|
Michael Weiss
|
6a8c520fbc
|
slop: 7.3.48 -> 7.3.49
|
2017-08-11 12:32:56 +02:00 |
|
Michael Weiss
|
40c2559851
|
slop: 6.3.48 -> 7.3.48
|
2017-08-02 01:49:22 +02:00 |
|
Michael Weiss
|
6f2715e47d
|
slop: 6.3.47 -> 6.3.48
|
2017-07-30 00:54:57 +02:00 |
|
Michael Weiss
|
aee463b204
|
slop: 6.3.46 -> 6.3.47
|
2017-07-20 10:48:45 +02:00 |
|
Michael Weiss
|
0d9a0efc88
|
slop: 6.3.41 -> 6.3.46
|
2017-07-18 22:28:32 +02:00 |
|
Michael Weiss
|
02aa3264f5
|
slop: 4.1.16 -> 6.3.41
|
2017-06-08 01:50:40 +02:00 |
|
Matthias Beyer
|
5dcb0c944f
|
slop: 4.1.15 -> 4.1.16
|
2015-09-22 01:57:11 +02:00 |
|
Marius Bakke
|
10ff6c3fe0
|
new package: slop
|
2015-06-18 22:55:56 +01:00 |
|