Commit graph

14 commits

Author SHA1 Message Date
Ben Siraphob 2f94991628 treewide: fix redirected URLs
Using the script in maintainers/scripts/update-redirected-urls.sh
2021-08-01 00:01:50 +07:00
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Jonathan Ringer 9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Matthias Beyer 965168db4e libvmi: Take maintainership from lschuermann
This patch changes maintainership for this package from lschuermann to
matthiasbeyer.
Leon has informed me in a private conversation that he has too little
time to take care of the packages, so I will (maybe only temporarly,
maybe not) take maintainership for it.

Suggested-by: Leon Schuermann <leon@is.currently.online>
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-10-28 10:23:21 -07: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
Leon Schuermann 4295e225f5 libvmi: fix libxenctrl dynamic loading (#45865)
libvmi uses dlopen() to only require libxenctrl if the Xen hypervisor is used,
which failed because libxenctrl could not be found.
Add xen libraries to libvmi's RUNPATH using patchelf.
2018-09-04 13:30:07 +02:00
Leon Schuermann e6d5e95647 libvmi: Remove unnecessary dependencies 2018-07-04 09:20:28 +01:00
Leon Schuermann c5dff34ae1 libvmi: Add platforms metadata 2018-07-03 21:59:05 +01:00
Leon Schuermann 5d3d84b74f libvmi: Use version tag as git revision 2018-07-03 18:17:22 +01:00
Leon Schuermann 5505da90b0 libvmi: Add gpl3 license in addition to lgpl3 2018-06-27 23:42:33 +01:00
Leon Schuermann f8086e3e1e libvmi: Add option to disable xen support 2018-06-27 23:25:44 +01:00
Leon Schuermann 80a2a584fe libvmi: -> 0.12 2018-06-27 23:24:47 +01:00
Leon Schuermann fc3073c06b Merge remote-tracking branch 'proteansec/pkgs/libvmi' into libvmi
Fix incorrect license and change maintainer.
2018-06-27 22:33:00 +01:00
Dejan Lukan b03bdc33ac libvmi: init at 3e4114 2017-06-11 19:49:33 +02:00