mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
kicad: put the full version string in name
This commit is contained in:
parent
40e5382109
commit
dfbb710375
@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchurl, fetchbzr, cmake, mesa, wxGTK, zlib, libX11, gettext, glew, cairo, curl, openssl, boost, pkgconfig, doxygen }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "kicad-${series}";
|
||||
name = "kicad-${version}";
|
||||
series = "4.0";
|
||||
version = "4.0.6";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user