mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 15:58:36 +00:00
Merge pull request #49180 from symphorien/issue-49092
brlaser: fix install dir
This commit is contained in:
commit
bfd838a695
|
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [ cmake ];
|
||||
buildInputs = [ zlib cups ];
|
||||
|
||||
cmakeFlags = [ "-DCUPS_SERVER_BIN=$out/lib/cups" "-DCUPS_DATA_DIR=$out/share/cups" ];
|
||||
cmakeFlags = [ "-DCUPS_SERVER_BIN=lib/cups" "-DCUPS_DATA_DIR=share/cups" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A CUPS driver for Brother laser printers";
|
||||
|
|
Loading…
Reference in a new issue