Skip to content

Commit

Permalink
Improve flake
Browse files Browse the repository at this point in the history
  • Loading branch information
ejovo13 committed Dec 9, 2024
1 parent 833ecd8 commit 5e4d0e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ in
stdenv.mkDerivation {
name = "libejovo";
src = ./.;
buildInputs = [pkgs.cmake pkgs.ffmpeg pkgs.pcg_c];
buildInputs = [pkgs.cmake pkgs.ffmpeg pkgs.pcg_c pkgs.pkg-config];

# Manual override of different phases:
#
Expand Down
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
pkgs = pkgs;
};
devShells.x86_64-linux.default = pkgs.mkShell {
# nativeBuildInputs = [pkgs.ffmpeg];
buildInputs = [pkgs.ffmpeg pkgs.cmake pkgs.pcg_c pkgs.pkg-config];

shellHook = ''
Expand Down

0 comments on commit 5e4d0e3

Please sign in to comment.