Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01: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
James Cook
b0a26b3b52
Remove myself as maintainer.
...
I'm not really that familiar with these two packages.
2020-02-16 22:15:39 +00:00
Robert Schütz
c0589af34e
apt-offline: 1.3 -> 1.8.1
2018-08-03 19:13:38 +02:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Frederik Rietdijk
5220ee8db7
apt-offline: pass in pythonPackages
2016-09-26 11:10:50 +02:00
Bjørn Forsman
bd01fad0ed
Captialize meta.description of all packages
...
In line with the Nixpkgs manual.
A mechanical change, done with this command:
find pkgs -name "*.nix" | \
while read f; do \
sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
done
I manually skipped some:
* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Frederik Rietdijk
4d06bf70f4
buildPythonApplication: use new function for Python applications
2016-02-19 13:16:41 +01:00
James Cook
c6e4e366e5
apt-offline: set platforms to linux
...
(Only tested on Linux; might work on other systems.)
2014-03-10 13:38:24 -07:00
James Cook
727c8981ad
apt-offline: set platforms
2014-03-10 13:32:47 -07:00
James Cook
a03f23440c
apt-offline: fixed typo
2014-02-25 21:48:42 -08:00
James Cook
2294553cb1
apt-offline: offline APT package manager
2014-02-25 21:33:51 -08:00