mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Revert "brlaser: fix $out"
This reverts commit 04405f65f9
.
This was already fixed in https://github.com/NixOS/nixpkgs/pull/49180,
but never got backported to 18.09.
This commit is contained in:
parent
5fda32e6f1
commit
f6ab103cf1
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [ cmake ];
|
||||
buildInputs = [ zlib cups ];
|
||||
|
||||
cmakeFlags = [ "-DCUPS_SERVER_BIN=${placeholder "out"}/lib/cups" "-DCUPS_DATA_DIR=${placeholder "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