Skip to content

Commit

Permalink
brlaser: Fix cross compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
onny committed Jan 29, 2025
1 parent 37d4584 commit ad669d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/by-name/br/brlaser/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ stdenv.mkDerivation rec {
sha256 = "sha256-1fvO9F7ifbYQHAy54mOx052XutfKXSK6iT/zj4Mhbww=";
};

nativeBuildInputs = [ cmake ];
nativeBuildInputs = [
cmake
cups
];

buildInputs = [
zlib
Expand Down

0 comments on commit ad669d4

Please sign in to comment.