Malo Bourgon
|
0e802eafad
|
treewide: add meta.mainProgram to many packages
|
2022-04-14 10:24:01 -07:00 |
|
Armeen Mahdian
|
e0bd12836b
|
udis86: 1.7.2 -> unstable-2014-12-25, patch for python3 builds (#165177)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
|
2022-03-23 05:53:51 +01:00 |
|
Robert Schütz
|
d5cceedbd1
|
python,pythonPackages: make aliases
Since aliases are disallowed in nixpkgs, this makes usage of Python 2
which is EOL more explicit.
|
2022-01-16 18:39:59 +00:00 |
|
Felix Buehler
|
f7c07825b9
|
udis86: cleanup
|
2021-10-30 13:10:23 -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 |
|
timor
|
09781e81c3
|
udis86: init at 1.7.2
|
2019-08-31 16:38:26 +02:00 |
|