Vladimír Čunát
73e17a3594
treewide: remove lethalman from meta.maintainers
...
He hasn't been heard of for years.
2021-05-07 15:36:40 +02: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
John Ericson
db965063b3
treewide: Make configureFlags lists
2018-08-03 17:06:03 -04:00
aszlig
4007ee974c
vlock: Don't try to install setuid binary
...
With newer Nix it's (fortunately) no longer possible to create a file
with setuid bits, even though the permissions are fixed later the build
will fail during installPhase already.
I've verified whether the contents of the output path are the same as
before this change and the contents match.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-06-22 04:01:27 +02:00
Lluís Batlle i Rossell
a2737b1fdf
vlock: improve eintr patch
2017-03-11 10:00:06 +01:00
Lluís Batlle i Rossell
1bd3fa6210
vlock: fix ENOPATCH
...
Thanks, @dtzWill.
Signed-off-by: Lluís Batlle i Rossell <viric@viric.name>
2017-03-04 09:19:20 +01:00
Lluís Batlle i Rossell
c2291aae44
vlock: fix EINTR handling
...
Signed-off-by: Lluís Batlle i Rossell <viric@viric.name>
2017-03-03 21:18:56 +01:00
Luca Bruno
d05e832b14
vlock: add meta and take maintainership
2014-05-21 16:12:33 +02:00
Peter Simons
7b14de6733
Add package for vlock from Debian mirror.
...
This is mainly because the original upstream URL is not available anymore.
svn path=/nixpkgs/trunk/; revision=34442
2012-06-11 07:16:11 +00:00