···99 "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?
1010]}:
11111212-let
1313-1414- version = "3.4.0-rc4";
1515-1616-in stdenv.mkDerivation rec {
1212+stdenv.mkDerivation rec {
17131814 pname = "betaflight";
1919- inherit version;
1515+ version = "3.4.0-rc4";
20162117 src = fetchFromGitHub {
2218 owner = "betaflight";
···3131 '';
3232 buildInputs = [mono];
3333 meta = {
3434- inherit version;
3534 description = "Bitmap generation from a single example with convolutions and MCMC";
3635 license = lib.licenses.mit;
3736 maintainers = [lib.maintainers.raskin];
···2525 '';
2626 buildInputs = [mono];
2727 meta = {
2828- inherit version;
2928 description = "A generator of bitmaps that are locally similar to the input bitmap";
3029 license = lib.licenses.mit;
3130 maintainers = [lib.maintainers.raskin];
-1
pkgs/tools/graphics/zxing/default.nix
···2424 cd "$out/lib/java"; for i in *.jar; do mv "$i" "''${i#*-}"; done
2525 '';
2626 meta = {
2727- inherit version;
2827 description = "1D and 2D code reading library";
2928 license = lib.licenses.asl20;
3029 maintainers = [lib.maintainers.raskin];
···5959 '';
60606161 meta = with lib; {
6262- inherit version;
6362 description = "Cross-platform application for configuring any YubiKey over all USB interfaces";
6463 homepage = "https://developers.yubico.com/yubikey-manager-qt/";
6564 license = licenses.bsd2;
···11{ lib, stdenv, fetchurl }:
2233let
44- version = "1.8.0";
55-64 # These settings are found in the Makefile, but there seems to be no
75 # way to select one ore the other setting other than editing the file
86 # manually, so we have to duplicate the know how here.
···2321 '' else
2422 ""; # use linux flags by default
2523in
2626-stdenv.mkDerivation {
2424+stdenv.mkDerivation rec {
2725 pname = "tree";
2828- inherit version;
2626+ version = "1.8.0";
29273028 src = fetchurl {
3129 url = "http://mama.indstate.edu/users/ice/tree/src/tree-${version}.tgz";