Revert "libbsd-freedesktop: re-init at 0.9.1, use for samba"

This reverts commit 8b5ed12952.
This commit is contained in:
Orivej Desh 2018-06-06 03:39:14 +00:00
parent 907d1dee67
commit 13170a9694
2 changed files with 0 additions and 24 deletions

View File

@ -1,21 +0,0 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "libbsd-${version}";
version = "0.9.1";
src = fetchurl {
url = "http://libbsd.freedesktop.org/releases/${name}.tar.xz";
sha256 = "1957w2wi7iqar978qlfsm220dwywnrh5m58nrnn9zmi74ds3bn2n";
};
patches = [];
meta = with stdenv.lib; {
description = "Common functions found on BSD systems, Freedesktop fork";
homepage = https://libbsd.freedesktop.org/;
license = licenses.bsd3;
platforms = platforms.linux;
maintainers = with maintainers; [ raskin ];
};
}

View File

@ -12963,7 +12963,6 @@ with pkgs;
samba4 = callPackage ../servers/samba/4.x.nix {
python = python2;
libbsd = libbsd-freedesktop;
};
sambaMaster = callPackage ../servers/samba/master.nix { };
@ -21532,8 +21531,6 @@ with pkgs;
libbsd = netbsd.compat;
libbsd-freedesktop = callPackage ../development/libraries/libbsd {};
inherit (recurseIntoAttrs (callPackages ../os-specific/bsd { }))
netbsd;