Skip to content

Commit 53f65fc

Browse files
mfcl3770cdwdriver: set pname
1 parent f044712 commit 53f65fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/misc/cups/drivers/brother/mfcl3770cdw/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ let
2424

2525
in
2626
rec {
27-
driver = pkgsi686Linux.stdenv.mkDerivation rec {
27+
driver = pkgsi686Linux.stdenv.mkDerivation {
2828
inherit src version;
29-
name = "${model}drv-${version}";
29+
pname = "${model}drv";
3030

3131
nativeBuildInputs = [
3232
dpkg

0 commit comments

Comments
 (0)