···9 "OMNINXT" # 3.4.0-rc4: has not specified a valid STM group, must be one of F1, F3, F405, F411 or F7x5. Have you prepared a valid target.mk?
10]}:
1112-let
13-14- version = "3.4.0-rc4";
15-16-in stdenv.mkDerivation rec {
1718 pname = "betaflight";
19- inherit version;
2021 src = fetchFromGitHub {
22 owner = "betaflight";
···9 "OMNINXT" # 3.4.0-rc4: has not specified a valid STM group, must be one of F1, F3, F405, F411 or F7x5. Have you prepared a valid target.mk?
10]}:
1112+stdenv.mkDerivation rec {
00001314 pname = "betaflight";
15+ version = "3.4.0-rc4";
1617 src = fetchFromGitHub {
18 owner = "betaflight";
···31 '';
32 buildInputs = [mono];
33 meta = {
34- inherit version;
35 description = "Bitmap generation from a single example with convolutions and MCMC";
36 license = lib.licenses.mit;
37 maintainers = [lib.maintainers.raskin];
···31 '';
32 buildInputs = [mono];
33 meta = {
034 description = "Bitmap generation from a single example with convolutions and MCMC";
35 license = lib.licenses.mit;
36 maintainers = [lib.maintainers.raskin];
···25 '';
26 buildInputs = [mono];
27 meta = {
28- inherit version;
29 description = "A generator of bitmaps that are locally similar to the input bitmap";
30 license = lib.licenses.mit;
31 maintainers = [lib.maintainers.raskin];
···25 '';
26 buildInputs = [mono];
27 meta = {
028 description = "A generator of bitmaps that are locally similar to the input bitmap";
29 license = lib.licenses.mit;
30 maintainers = [lib.maintainers.raskin];
-1
pkgs/tools/graphics/zxing/default.nix
···24 cd "$out/lib/java"; for i in *.jar; do mv "$i" "''${i#*-}"; done
25 '';
26 meta = {
27- inherit version;
28 description = "1D and 2D code reading library";
29 license = lib.licenses.asl20;
30 maintainers = [lib.maintainers.raskin];
···24 cd "$out/lib/java"; for i in *.jar; do mv "$i" "''${i#*-}"; done
25 '';
26 meta = {
027 description = "1D and 2D code reading library";
28 license = lib.licenses.asl20;
29 maintainers = [lib.maintainers.raskin];
···20 };
2122 meta = with lib; {
23- inherit version;
24 description = "A fork of CUnit test framework";
25 homepage = "https://gitlab.linphone.org/BC/public/bcunit";
26 license = licenses.lgpl2Plus;
···20 };
2122 meta = with lib; {
023 description = "A fork of CUnit test framework";
24 homepage = "https://gitlab.linphone.org/BC/public/bcunit";
25 license = licenses.lgpl2Plus;
···24 description = "Rewrite of unclutter using the X11 Xfixes extension";
25 platforms = platforms.unix;
26 license = lib.licenses.mit;
027 maintainers = [ maintainers.globin ];
28 };
29}
-1
pkgs/tools/misc/yubikey-manager-qt/default.nix
···59 '';
6061 meta = with lib; {
62- inherit version;
63 description = "Cross-platform application for configuring any YubiKey over all USB interfaces";
64 homepage = "https://developers.yubico.com/yubikey-manager-qt/";
65 license = licenses.bsd2;
···59 '';
6061 meta = with lib; {
062 description = "Cross-platform application for configuring any YubiKey over all USB interfaces";
63 homepage = "https://developers.yubico.com/yubikey-manager-qt/";
64 license = licenses.bsd2;
···1{ lib, stdenv, fetchurl }:
23let
4- version = "1.8.0";
5-6 # These settings are found in the Makefile, but there seems to be no
7 # way to select one ore the other setting other than editing the file
8 # manually, so we have to duplicate the know how here.
···23 '' else
24 ""; # use linux flags by default
25in
26-stdenv.mkDerivation {
27 pname = "tree";
28- inherit version;
2930 src = fetchurl {
31 url = "http://mama.indstate.edu/users/ice/tree/src/tree-${version}.tgz";
···1{ lib, stdenv, fetchurl }:
23let
004 # These settings are found in the Makefile, but there seems to be no
5 # way to select one ore the other setting other than editing the file
6 # manually, so we have to duplicate the know how here.
···21 '' else
22 ""; # use linux flags by default
23in
24+stdenv.mkDerivation rec {
25 pname = "tree";
26+ version = "1.8.0";
2728 src = fetchurl {
29 url = "http://mama.indstate.edu/users/ice/tree/src/tree-${version}.tgz";