Silvan Mosberger
ea5dfeab93
treewide: Drop infinisil as maintainer from most packages
...
I'm not going anywhere, I'm focusing my energy on other issues, and
getting pinged as a maintainer for packages is a bit distracting (also
I'm not using most of these packages anyways!)
2024-04-09 21:43:39 +02:00
h7x4
b8054ecd8a
treewide: add mainProgram
2023-11-23 21:04:16 +01:00
R. Ryantm
28e5804887
blockhash: 0.3.2 -> 0.3.3
2023-10-25 02:03:19 +00:00
Anderson Torres
f2f9262b92
treewide: waf.hook -> wafHook
2023-09-06 10:41:28 -03:00
Anderson Torres
22482d879b
blockhash: change wafHook to waf.hook
2023-08-26 13:12:09 +00:00
Ben Siraphob
42b3533fa8
blockhash: update meta.homepage
2021-12-29 23:47:12 +07:00
Ben Siraphob
39a0a70d29
treewide: fix homepages with permanent redirect to https
2021-12-29 22:06:47 +07:00
Silvan Mosberger
a2048a1637
blockhash: 0.3.1 -> 0.3.2
...
Also makes it use Python 3 instead
2021-12-08 23:12:11 +01:00
Frederik Rietdijk
ff12cb0ef6
blockhash: use python2
2021-03-25 10:57:48 +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
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
Matthew Bauer
f2a20b6e52
treewide: use wafHook
...
Replace "waf" phases with wafHook that manages everything
automatically. Should make things more modular.
Packages affected here are:
- a2jmidid
- ams-lv2
- ardour
- fomp
- guitarix
- ingen
- jalv
- mda-lv2
- non
- patchage
- hamster-time-tracker
- kupfer
- xiphos
- xfce4-dockbarx-plugin
- xfce4-namebar-plugin
- dropbox
- clasp
- aubio
- liliv
- lv2
- lvtk
- ntk
- raul
- sratom
- suil
- ganv
- ndn-cxx
- ns3
- serd
- sord
- termbox
- wxmupen64plus
- jackaudio
- pflask
- blockhash
- glmark2
- weighttp
2018-11-13 19:13:48 -06:00
R. RyanTM
927b22589f
blockhash: 0.3 -> 0.3.1
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/blockhash/versions .
2018-08-08 20:02:56 -07:00
Silvan Mosberger
c8a8ecb5b3
blockhash: init at 0.3 ( #40737 )
2018-05-19 23:33:09 +02:00