···77# cgit) that are needed here should be included directly in Nixpkgs as
88# files.
991010-let
1111- version = "1.2.1";
1212-in
1313-stdenv.mkDerivation {
1010+stdenv.mkDerivation rec {
1411 pname = "libmpc";
1515- inherit version; # to avoid clash with the MPD client
1212+ version = "1.2.1"; # to avoid clash with the MPD client
16131714 src = fetchurl {
1815 url = "mirror://gnu/mpc/mpc-${version}.tar.gz";
···4646 '';
47474848 meta = with lib; {
4949- inherit version;
5049 description = "A parser generator like bison, but it generates C++ code";
5150 license = licenses.gpl2Plus;
5251 maintainers = with maintainers; [ raskin ];
+2-5
pkgs/development/tools/spirv-tools/default.nix
···11{ lib, stdenv, fetchFromGitHub, cmake, python3, spirv-headers }:
22-let
33- # Update spirv-headers rev in lockstep according to DEPs file
44- version = "2020.2";
55-in
6273stdenv.mkDerivation rec {
84 pname = "spirv-tools";
99- inherit version;
55+ # Update spirv-headers rev in lockstep according to DEPs file
66+ version = "2020.2";
107118 src = fetchFromGitHub {
129 owner = "KhronosGroup";
-1
pkgs/tools/filesystems/fuse-7z-ng/default.nix
···2525 '';
26262727 meta = with lib; {
2828- inherit version;
2928 inherit (src.homepage);
3029 description = "A FUSE-based filesystem that uses the p7zip library";
3130 longDescription = ''