summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthew <mjbauer95@gmail.com>2016-08-09 21:06:27 +0000
committerMatthew <mjbauer95@gmail.com>2016-08-09 21:06:27 +0000
commit0540e567a8b5df8f4ca7441e480578530e50657f (patch)
treea848289cc1d9e87ea61d17ba4b50e2bc5b76813a
parent7833781b43afa258d22c76076bb0c510ad5c433b (diff)
downloadnixlib-0540e567a8b5df8f4ca7441e480578530e50657f.tar
nixlib-0540e567a8b5df8f4ca7441e480578530e50657f.tar.gz
nixlib-0540e567a8b5df8f4ca7441e480578530e50657f.tar.bz2
nixlib-0540e567a8b5df8f4ca7441e480578530e50657f.tar.lz
nixlib-0540e567a8b5df8f4ca7441e480578530e50657f.tar.xz
nixlib-0540e567a8b5df8f4ca7441e480578530e50657f.tar.zst
nixlib-0540e567a8b5df8f4ca7441e480578530e50657f.zip
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
-rw-r--r--pkgs/os-specific/linux/uksmtools/default.nix27
-rw-r--r--pkgs/top-level/all-packages.nix2
2 files changed, 0 insertions, 29 deletions
diff --git a/pkgs/os-specific/linux/uksmtools/default.nix b/pkgs/os-specific/linux/uksmtools/default.nix
deleted file mode 100644
index 4efc2d42f2be..000000000000
--- a/pkgs/os-specific/linux/uksmtools/default.nix
+++ /dev/null
@@ -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 ];
-  };
-}
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index ef0fb1b27412..94971809b088 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -11756,8 +11756,6 @@ in
 
   udisks_glue = callPackage ../os-specific/linux/udisks-glue { };
 
-  uksmtools = callPackage ../os-specific/linux/uksmtools { };
-
   untie = callPackage ../os-specific/linux/untie { };
 
   upower = callPackage ../os-specific/linux/upower { };