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
Ben Siraphob
683a87dbeb
treewide: remove periods from end of package descriptions
2020-10-17 08:22:31 -07:00
Robin Gloster
65395a7105
treewide: installTargets is a list
2019-12-30 13:29:27 +01: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
Rok Garbas
65781e204d
Remove me (garbas) as maintainer since I don't have much time to maintain anything
2019-07-03 11:27:39 +02:00
Peter Simons
ca3fe59173
xautolock: bump to latest git version
...
The new version has a patch that makes --lockaftersleep more robust.
2019-05-13 12:19:25 +02:00
Peter Simons
12731923da
xautolock: apply patches from Debian
2019-05-08 18:21:53 +02:00
Lengyel Balazs
f4a53ff3bc
treewide/xorg: replace *proto with xorgproto
2019-01-04 14:38:57 +01:00
Matthew Bauer
92c119fb31
xautolock: use imake setup hook
2018-11-28 20:14:38 -06:00
Silvan Mosberger
57bccb3cb8
treewide: http -> https sources ( #42676 )
...
* treewide: http -> https sources
This updates the source urls of all top-level packages from http to
https where possible.
* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Matthew Bauer
2a2e9b8f2e
xautolock: make linux-only
2017-04-08 23:34:52 -05:00
Franz Pletz
80ed6b5ccf
xautolock: fix broken build caused by glibc update
2016-08-25 23:30:34 +02:00
Gabriel Ebner
3beb7ec51e
xautolock: add meta.platforms
2016-07-23 11:42:50 +02:00
Rok Garbas
3249796220
xautolock: adding patch that enables -lockaftersleep option
...
and...
- added metadata
- added myself as a maintainer
2016-05-15 05:47:35 +02:00
Vladimír Čunát
21e3ff658a
x11: replace its usage by xlibsWrapper directly
...
Scilab note: the parameters already had pointed to nonexistent dirs
before this set of refactoring. But that config wasn't even used by
default.
2015-09-15 12:08:24 +02:00
Peter Simons
8ff43a1636
xautolock: updated to version 2.2
...
svn path=/nixpkgs/trunk/; revision=12314
2008-07-07 23:11:43 +00:00
Peter Simons
100b902bd5
Added xautolock 2.1.
...
Xautolock can be used to fire up a screen saver like xautolock after a certain
period of inactivity. The tool probably doesn't belong into misc/screensavers,
but I had no better idea.
svn path=/nixpkgs/trunk/; revision=12305
2008-07-07 11:54:25 +00:00