Skip to content

Commit

Permalink
NixOS Overlay: Add removal comment for libdispatch patch
Browse files Browse the repository at this point in the history
  • Loading branch information
hmelder committed Mar 6, 2024
1 parent 42828af commit e1f570c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions nix/libdispatch.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ clangStdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ];
cmakeFlags = [ "-DCMAKE_INSTALL_LIBDIR=lib" ];

# Remove this once libdispatch includes a pkgconfig file
pkgconfig = writeText "libdispatch.pc" ''
prefix=@out@
exec_prefix=@out@
Expand Down
4 changes: 2 additions & 2 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ pkgs.mkShell {
# MicroHTTPKit
pkgs.microhttpkit

pkgs.libdispatch

# MicroHTTPKit Dev (TODO: Move into Libraries/nix)
pkgs.libmicrohttpd

pkgs.xctest

];

shellHook = ''
Expand Down

0 comments on commit e1f570c

Please sign in to comment.