Ben Siraphob
|
5d566c43b4
|
pkgs/applications: pkgconfig -> pkg-config
|
2021-01-16 23:49:59 -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 |
|
Alvar Penning
|
c73152a7c4
|
et: updated upstream and homepage
|
2020-08-15 16:04:43 +02:00 |
|
Alvar Penning
|
0a53c6b565
|
maintainers: rename geistesk to oxzi
For reasons I have renamed my GitHub account and would like to include
this name change here.
|
2020-08-15 16:03:46 +02:00 |
|
geistesk
|
15ed2710d4
|
et: 0.1.1 -> 0.1.2
|
2019-11-22 12:55:06 +01:00 |
|
volth
|
7b8fb5c06c
|
treewide: remove redundant quotes
|
2019-09-08 23:38:31 +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 |
|
worldofpeace
|
b1bc0645ea
|
gdk-pixbuf: rename from gdk_pixbuf
|
2019-07-22 18:50:57 -04:00 |
|
geistesk
|
06a9f14c17
|
et: 0.1 -> 0.1.1
|
2018-04-19 11:13:52 +02:00 |
|
geistesk
|
ab4f4f8baa
|
et: 2017-03-04 -> 0.1
|
2017-10-21 17:03:58 +03:00 |
|
Daiderd Jordan
|
c0e7983359
|
et: fix build with clang
|
2017-09-09 23:42:16 +02:00 |
|
Alvar
|
ffa499f9ec
|
et: init at 2017-03-04 (#28427)
|
2017-08-26 13:36:31 +01:00 |
|