Frederik Rietdijk
15a9c8ba60
evemu: use python3
2021-03-25 12:45:03 +01:00
Ben Siraphob
d6aeae8f90
pkgs/tools: pkgconfig -> pkg-config (2)
2021-01-17 23:27:27 +07: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
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
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
WilliButz
e1b044646b
evemu: 2.4.0 -> 2.6.0
2017-08-24 21:20:04 +02:00
Robin Gloster
b46b0381b6
evemu: remove obsolete substituteInPlace and use autoreconfHook
2016-08-28 14:02:22 +00:00
Joachim Fasting
966c75ef0c
evemu: add meta.platforms
2016-07-05 00:54:12 +02:00
Damien Cassou
0b80e03904
evemu: 2.0.0 -> 2.4.0
2016-07-04 15:19:03 +02:00
Tuomas Tynkkynen
bac26e08db
Fix lots of fetchgit hashes (fallout from #15469 )
2016-06-03 17:17:08 +03:00
Bjørn Forsman
3a060bbcc6
Add missing 's' in remaining meta.maintainer(s) attrs
2014-07-22 23:49:21 +02:00
Andrew Morsillo
0f8df0b6f2
Add evemu tool to emulate and record input device event data
...
[Bjørn Forsman:
* wrap some long lines
* tweak meta attrs (don't repeat package name, s/meta.maintainer/meta.maintainers/)
* provide a version number (v2.0) for 'evemu' (for nix-env)
]
2014-07-22 23:35:38 +02:00