uksmtools: delete
Sources are not available from GitHub anymore and it appears to be unmantained. A request was sent to the AUR mailing list to delete it on May 26, 2016: https://lists.archlinux.org/pipermail/aur-requests/2016-May/011706.html
This commit is contained in:
parent
7833781b43
commit
0540e567a8
2 changed files with 0 additions and 29 deletions
|
@ -1,27 +0,0 @@
|
||||||
{ stdenv, fetchgit, cmake }:
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
|
||||||
name = "uksmtools-${version}";
|
|
||||||
version = "2015-09-25";
|
|
||||||
|
|
||||||
# This project uses git submodules, which fetchFromGitHub doesn't support:
|
|
||||||
src = fetchgit {
|
|
||||||
sha256 = "1nj53f24qjp0d87fzrz0y72rmv6lhxyiaqrsbd9v423h5zpmkrnj";
|
|
||||||
rev = "9f59a3a0b494b758aa91d7d8fa04e21b5e6463c0";
|
|
||||||
url = "https://github.com/pfactum/uksmtools.git";
|
|
||||||
};
|
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
|
||||||
|
|
||||||
doCheck = false;
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
|
||||||
description = "Tools to control Linux UKSM (Ultra Kernel Same-page Merging)";
|
|
||||||
homepage = https://github.com/pfactum/uksmtools/;
|
|
||||||
license = licenses.gpl3Plus;
|
|
||||||
platforms = platforms.linux;
|
|
||||||
maintainers = with maintainers; [ nckx ];
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -11756,8 +11756,6 @@ in
|
||||||
|
|
||||||
udisks_glue = callPackage ../os-specific/linux/udisks-glue { };
|
udisks_glue = callPackage ../os-specific/linux/udisks-glue { };
|
||||||
|
|
||||||
uksmtools = callPackage ../os-specific/linux/uksmtools { };
|
|
||||||
|
|
||||||
untie = callPackage ../os-specific/linux/untie { };
|
untie = callPackage ../os-specific/linux/untie { };
|
||||||
|
|
||||||
upower = callPackage ../os-specific/linux/upower { };
|
upower = callPackage ../os-specific/linux/upower { };
|
||||||
|
|
Loading…
Reference in a new issue