From e3e7eed22cf5f2db558477a0dfdd90e81e038122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 21 Dec 2021 18:49:02 +0100 Subject: treewide: move packages to subdirectory --- libraries/logc/default.nix | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 libraries/logc/default.nix (limited to 'libraries/logc/default.nix') diff --git a/libraries/logc/default.nix b/libraries/logc/default.nix deleted file mode 100644 index 1c99e19..0000000 --- a/libraries/logc/default.nix +++ /dev/null @@ -1,25 +0,0 @@ -{ stdenv, lib, fetchgit -, bootstrapHook, pkg-config, gperf -, libconfig -, pkgversion ? "0.4.0", pkgsha256 ? "15nplgjgg6dxryy4yzbj4524y77ci0syi970rmbr955m9vxvhrib" -}: - -stdenv.mkDerivation rec { - pname = "logc"; - version = pkgversion; - meta = with lib; { - homepage = "https://gitlab.nic.cz/turris/logc"; - description = "Logging for C"; - platforms = with platforms; linux; - license = licenses.mit; - }; - - src = fetchgit { - url = "https://gitlab.nic.cz/turris/logc.git"; - rev = "v" + version; - sha256 = pkgsha256; - }; - - buildInputs = [libconfig]; - nativeBuildInputs = [bootstrapHook pkg-config gperf]; -} -- cgit v1.2.3