Skip to content

Commit b66adc2

Browse files
mfcl3770cdwcupswrapper: set pname
1 parent 53f65fc commit b66adc2

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
@@ -69,9 +69,9 @@ rec {
6969
};
7070
};
7171

72-
cupswrapper = stdenv.mkDerivation rec {
72+
cupswrapper = stdenv.mkDerivation {
7373
inherit version src;
74-
name = "${model}cupswrapper-${version}";
74+
pname = "${model}cupswrapper";
7575

7676
nativeBuildInputs = [
7777
dpkg

0 commit comments

Comments
 (0)