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 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
volth
|
08f68313a4
|
treewide: remove redundant rec
|
2019-08-28 11:07:32 +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 |
|
Jan Tojnar
|
f5831fb66b
|
xneur: 0.13.0 → 0.20.0
|
2018-07-16 01:49:46 +02:00 |
|
Ryan Mulligan
|
fce8f26af6
|
treewide: http -> https (#42665)
|
2018-06-27 22:12:57 +02:00 |
|
Kirill Boltaev
|
bccd75094f
|
treewide: explicitly specify gtk and related package versions
|
2016-09-12 18:26:06 +03:00 |
|
Vladimír Čunát
|
cba6641623
|
cairo, pango: fix some string references
|
2015-10-13 20:18:51 +02:00 |
|
Mateusz Kowalczyk
|
7a45996233
|
Turn some license strings into lib.licenses values
|
2014-07-28 11:31:14 +02:00 |
|
Yury G. Kudryashov
|
fe1115caf4
|
Make nixpkgs ready for gst_all attrset removal
svn path=/nixpkgs/trunk/; revision=33092
|
2012-03-14 22:44:52 +00:00 |
|
Michael Raskin
|
1e868ce18b
|
Update XNeur
svn path=/nixpkgs/trunk/; revision=27294
|
2011-05-24 15:00:56 +00:00 |
|
Michael Raskin
|
484a795b42
|
Update Xneur to 0.11.1
svn path=/nixpkgs/trunk/; revision=24889
|
2010-11-27 12:59:55 +00:00 |
|
Michael Raskin
|
216ae9feba
|
Fix some old typos
svn path=/nixpkgs/trunk/; revision=24281
|
2010-10-14 12:01:03 +00:00 |
|
Eelco Dolstra
|
f1598a8941
|
* More cleanup.
svn path=/nixpkgs/trunk/; revision=22798
|
2010-07-28 18:01:17 +00:00 |
|
Michael Raskin
|
89d4a330a8
|
Restricting xneur to Linux because it seems to indirectly use kernel headers
svn path=/nixpkgs/trunk/; revision=17219
|
2009-09-17 09:03:52 +00:00 |
|
Michael Raskin
|
b592993513
|
Updating xneur - there is still input doubling in urxvt..
svn path=/nixpkgs/trunk/; revision=17210
|
2009-09-17 03:42:01 +00:00 |
|
Michael Raskin
|
39d02d873f
|
Update XNeur
svn path=/nixpkgs/trunk/; revision=16589
|
2009-08-05 10:25:17 +00:00 |
|
Michael Raskin
|
46f022b4ce
|
Fixed dependencies for updated Xneur
svn path=/nixpkgs/trunk/; revision=13735
|
2009-01-11 10:19:11 +00:00 |
|
Michael Raskin
|
cc2e747a1b
|
Updated XNeur
svn path=/nixpkgs/trunk/; revision=13734
|
2009-01-11 09:28:07 +00:00 |
|
Michael Raskin
|
9e48add3e0
|
Try protecting FreeBSD from instntiating TinyCC
svn path=/nixpkgs/trunk/; revision=13184
|
2008-11-03 19:16:21 +00:00 |
|
Michael Raskin
|
c251639ab1
|
Committed xneur expression by justbeingglad
svn path=/nixpkgs/trunk/; revision=11215
|
2008-03-20 09:51:05 +00:00 |
|