nix-scripts/artiq-fast/pkgs
Drew Risinger ca28925120 treewide: name -> pname where possible
Changes "name = '...-${version}" -> "pname = '...'" syntax everywhere
that is easy.
This matches current best nixpkgs convention.
The nixpkgs standard derivation will convert this to name =
"${pname}-${version}" automatically.
This also has the added benefit of adding the version to the filepath
for several packages that didn't have it before.

The only remaining files are ./artiq-full/extras.nix &
./artiq-fast/pkgs/python-deps.nix.
extras.nix had a
semi-confusing function that I didn't want to mess with.
2020-12-17 14:16:45 +08:00
..
rust treewide: name -> pname where possible 2020-12-17 14:16:45 +08:00
artiq-src.nix rename jobsets to artiq-fast/artiq-full 2019-07-17 19:19:43 +08:00
artiq-timestamp.nix rename jobsets to artiq-fast/artiq-full 2019-07-17 19:19:43 +08:00
artiq-version.nix fix beta version marker handling 2019-11-14 17:44:36 +08:00
artiq.nix treewide: name -> pname where possible 2020-12-17 14:16:45 +08:00
binutils.nix binutils: consistent naming 2019-08-26 10:17:17 +08:00
libartiq-support.nix treewide: name -> pname where possible 2020-12-17 14:16:45 +08:00
llvm-or1k.nix treewide: name -> pname where possible 2020-12-17 14:16:45 +08:00
llvmlite-artiq.nix treewide: name -> pname where possible 2020-12-17 14:16:45 +08:00
openocd.nix treewide: name -> pname where possible 2020-12-17 14:16:45 +08:00
python-deps.nix treewide: name -> pname where possible 2020-12-17 14:16:45 +08:00
pythonparserver.patch hack-patch pythonparser for python 3.8 2020-07-28 10:46:29 +08:00