mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
perlPackages.DeviceSerialPort: name -> pname
This commit is contained in:
parent
8a5751ef7e
commit
3d67ac24c3
@ -14994,9 +14994,10 @@ let
|
||||
};
|
||||
|
||||
DeviceSerialPort = buildPerlPackage rec {
|
||||
name = "Device-SerialPort-1.04";
|
||||
pname = "Device-SerialPort";
|
||||
version = "1.04";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/C/CO/COOK/${name}.tar.gz";
|
||||
url = "mirror://cpan/authors/id/C/CO/COOK/${pname}-${version}.tar.gz";
|
||||
sha256 = "1mz9a2qzkz6fbz76wcwmp48h6ckjxpcazb70q03acklvndy5d4nk";
|
||||
};
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user