Skip to content

Commit

Permalink
pscircle: fix buildInputs
Browse files Browse the repository at this point in the history
  • Loading branch information
siraben committed Apr 15, 2022
1 parent f505412 commit c611bdf
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions pkgs/os-specific/linux/pscircle/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@ stdenv.mkDerivation rec {
sha256 = "1sm99423hh90kr4wdjqi9sdrrpk65j2vz2hzj65zcxfxyr6khjci";
};

nativeBuildInputs = [
meson
pkg-config
ninja
];

buildInputs = [
meson
pkg-config
cairo
ninja
cairo
];

meta = with lib; {
Expand Down

0 comments on commit c611bdf

Please sign in to comment.