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
Franz Pletz
74554ab3b2
mstpd: fix build with gcc9
2019-11-02 18:35:09 +01:00
Franz Pletz
55bbd626b0
mstpd: 0.0.7 -> 0.0.8
2019-11-02 18:34:25 +01:00
Renaud
25e0560958
mstpd: 0.0.5.20171113 -> 0.0.7
2019-05-05 11:24:34 +02:00
Jörg Thalheim
b5c1deca8a
treewide: remove wkennington as maintainer
...
He prefers to contribute to his own nixpkgs fork triton.
Since he is still marked as maintainer in many packages
this leaves the wrong impression he still maintains those.
2019-01-26 10:05:32 +00:00
Andreas Rammhold
8ab4eb1b4c
mstpd: svn 61 -> 0.0.5.20171113
...
Also fetches package from it's new home on GitHub and fixes compilation
with gcc-7 (#31747 ).
2017-12-07 11:30:10 +01:00
Pascal Wittmann
24e87b49b6
Change many homepage urls from http to https #30636
2017-11-10 22:13:46 +01:00
William A. Kennington III
bf227494ee
mstpd: Fix patch
2015-01-07 13:44:15 -08:00
William A. Kennington III
7c6cbdc145
mstpd: Add derivation
2015-01-07 13:38:04 -08:00