Commit Graph

5 Commits

Author SHA1 Message Date
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Martin Weinelt
ecd208ad48 matrix-dl: fix build 2023-09-27 15:35:24 +02:00
Andreas Wiese
fe4cc65814 matrix-dl: (unstable-)2019-09-22 -> unstable-2020-07-14
Update, also change from

  pname = "package-unstable";
  version = "YYYY-MM-DD";

to

  pname = "package";
  version = "unstable-YYYY-MM-DD";

This allows $pname as $repo in fetchFromGitHub and also seems to be the
more common way in nixpkgs.
2020-11-19 00:46:32 +01:00
Andreas Wiese
58a69bc9e3 matrix-dl: fix license
I initially looked at the wrong places for this, where it's actually
stated in setup.py.  I'm not quite a python guy.
2020-03-29 15:29:18 +02:00
Andreas Wiese
f0f6527e97 matrix-dl: init at (unstable-)2019-09-22 2020-03-27 21:44:26 +01:00