mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
Revert "man-db: dont use libpipeline on darwin, causes build failure"
This reverts commit ef66f1536d
.
This commit is contained in:
parent
8145d6abb9
commit
c9d50c0128
|
@ -8,9 +8,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "03ly0hbpgjnag576rgccanaisn7f6422q5qxrj64vyzslc2651y4";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig ]
|
||||
++ stdenv.lib.optional (!stdenv.isDarwin) libpipeline
|
||||
++ [ db groff ];
|
||||
buildInputs = [ pkgconfig libpipeline db groff ];
|
||||
|
||||
configureFlags = [
|
||||
"--disable-setuid"
|
||||
|
|
Loading…
Reference in a new issue