summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/system/evemu/default.nix
AgeCommit message (Collapse)Author
2022-03-24treewide: remove meta.repositoriesArtturin
there's no documentation for meta.repositories and its not widely used
2022-02-19evemu: 2.6.0 -> 2.7.0R. RyanTM
* evemu: 2.6.0 -> 2.7.0 (#150194) * evemu: update meta.license GPL-3 (tools) and LGPL-3 (lib) Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2021-03-25evemu: use python3Frederik Rietdijk
2021-01-17pkgs/tools: pkgconfig -> pkg-config (2)Ben Siraphob
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
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
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-07-21pkgs/*: remove unreferenced function argumentsvolth
2017-08-24evemu: 2.4.0 -> 2.6.0WilliButz
2016-08-28evemu: remove obsolete substituteInPlace and use autoreconfHookRobin Gloster
2016-07-05evemu: add meta.platformsJoachim Fasting
2016-07-04evemu: 2.0.0 -> 2.4.0Damien Cassou
2016-06-03Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen
2014-07-22Add missing 's' in remaining meta.maintainer(s) attrsBjørn Forsman
2014-07-22Add evemu tool to emulate and record input device event dataAndrew Morsillo
[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) ]