0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

brscan4-etc-files: rename name to pname&version

re #103997
This commit is contained in:
Andrew Kvalheim 2022-10-24 13:04:57 -07:00 committed by Matthieu Coudron
parent 1206839ce9
commit 545b74f075

View file

@ -33,7 +33,8 @@ in
stdenv.mkDerivation {
name = "brscan4-etc-files-0.4.3-3";
pname = "brscan4-etc-files";
version = "0.4.3-3";
src = "${brscan4}/opt/brother/scanner/brscan4";
nativeBuildInputs = [ brscan4 ];