···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-let1313-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#*-}"; done2525 '';2626 meta = {2727- inherit version;2827 description = "1D and 2D code reading library";2928 license = lib.licenses.asl20;3029 maintainers = [lib.maintainers.raskin];
+44-48
pkgs/tools/misc/autorandr/default.nix
···44, systemd55, xrandr }:6677-let88- python = python3Packages.python;77+stdenv.mkDerivation rec {88+ pname = "autorandr";99 version = "1.11";1010-in1111- stdenv.mkDerivation {1212- pname = "autorandr";1313- inherit version;14101515- buildInputs = [ python ];1111+ buildInputs = [ python3Packages.python ];16121717- # no wrapper, as autorandr --batch does os.environ.clear()1818- buildPhase = ''1919- substituteInPlace autorandr.py \2020- --replace 'os.popen("xrandr' 'os.popen("${xrandr}/bin/xrandr' \2121- --replace '["xrandr"]' '["${xrandr}/bin/xrandr"]'2222- '';1313+ # no wrapper, as autorandr --batch does os.environ.clear()1414+ buildPhase = ''1515+ substituteInPlace autorandr.py \1616+ --replace 'os.popen("xrandr' 'os.popen("${xrandr}/bin/xrandr' \1717+ --replace '["xrandr"]' '["${xrandr}/bin/xrandr"]'1818+ '';23192424- outputs = [ "out" "man" ];2020+ outputs = [ "out" "man" ];25212626- installPhase = ''2727- runHook preInstall2828- make install TARGETS='autorandr' PREFIX=$out2222+ installPhase = ''2323+ runHook preInstall2424+ make install TARGETS='autorandr' PREFIX=$out29253030- make install TARGETS='bash_completion' DESTDIR=$out/share/bash-completion/completions2626+ make install TARGETS='bash_completion' DESTDIR=$out/share/bash-completion/completions31273232- make install TARGETS='autostart_config' PREFIX=$out DESTDIR=$out2828+ make install TARGETS='autostart_config' PREFIX=$out DESTDIR=$out33293434- make install TARGETS='manpage' PREFIX=$man3030+ make install TARGETS='manpage' PREFIX=$man35313636- ${if systemd != null then ''3737- make install TARGETS='systemd udev' PREFIX=$out DESTDIR=$out \3838- SYSTEMD_UNIT_DIR=/lib/systemd/system \3939- UDEV_RULES_DIR=/etc/udev/rules.d4040- substituteInPlace $out/etc/udev/rules.d/40-monitor-hotplug.rules \4141- --replace /bin/systemctl "/run/current-system/systemd/bin/systemctl"4242- '' else ''4343- make install TARGETS='pmutils' DESTDIR=$out \4444- PM_SLEEPHOOKS_DIR=/lib/pm-utils/sleep.d4545- make install TARGETS='udev' PREFIX=$out DESTDIR=$out \4646- UDEV_RULES_DIR=/etc/udev/rules.d4747- ''}3232+ ${if systemd != null then ''3333+ make install TARGETS='systemd udev' PREFIX=$out DESTDIR=$out \3434+ SYSTEMD_UNIT_DIR=/lib/systemd/system \3535+ UDEV_RULES_DIR=/etc/udev/rules.d3636+ substituteInPlace $out/etc/udev/rules.d/40-monitor-hotplug.rules \3737+ --replace /bin/systemctl "/run/current-system/systemd/bin/systemctl"3838+ '' else ''3939+ make install TARGETS='pmutils' DESTDIR=$out \4040+ PM_SLEEPHOOKS_DIR=/lib/pm-utils/sleep.d4141+ make install TARGETS='udev' PREFIX=$out DESTDIR=$out \4242+ UDEV_RULES_DIR=/etc/udev/rules.d4343+ ''}48444949- runHook postInstall5050- '';4545+ runHook postInstall4646+ '';51475252- src = fetchFromGitHub {5353- owner = "phillipberndt";5454- repo = "autorandr";5555- rev = version;5656- sha256 = "0rmnqk2bi6bbd2if1rll37mlzlqxzmnazfffdhcpzskxwyaj4yn5";5757- };4848+ src = fetchFromGitHub {4949+ owner = "phillipberndt";5050+ repo = "autorandr";5151+ rev = version;5252+ sha256 = "0rmnqk2bi6bbd2if1rll37mlzlqxzmnazfffdhcpzskxwyaj4yn5";5353+ };58545959- meta = with lib; {6060- homepage = "https://github.com/phillipberndt/autorandr/";6161- description = "Automatically select a display configuration based on connected devices";6262- license = licenses.gpl3Plus;6363- maintainers = with maintainers; [ coroa globin ];6464- platforms = platforms.unix;6565- };6666- }5555+ meta = with lib; {5656+ homepage = "https://github.com/phillipberndt/autorandr/";5757+ description = "Automatically select a display configuration based on connected devices";5858+ license = licenses.gpl3Plus;5959+ maintainers = with maintainers; [ coroa globin ];6060+ platforms = platforms.unix;6161+ };6262+}
-1
pkgs/tools/misc/bcunit/default.nix
···2020 };21212222 meta = with lib; {2323- inherit version;2423 description = "A fork of CUnit test framework";2524 homepage = "https://gitlab.linphone.org/BC/public/bcunit";2625 license = licenses.lgpl2Plus;
-1
pkgs/tools/misc/clac/default.nix
···1919 '';20202121 meta = with lib; {2222- inherit version;2322 description = "Interactive stack-based calculator";2423 homepage = "https://github.com/soveran/clac";2524 license = licenses.bsd2;
···2424 description = "Rewrite of unclutter using the X11 Xfixes extension";2525 platforms = platforms.unix;2626 license = lib.licenses.mit;2727- inherit version;2827 maintainers = [ maintainers.globin ];2928 };3029}
-1
pkgs/tools/misc/yubikey-manager-qt/default.nix
···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 }:2233let44- version = "1.8.0";55-64 # These settings are found in the Makefile, but there seems to be no75 # way to select one ore the other setting other than editing the file86 # manually, so we have to duplicate the know how here.···2123 '' else2224 ""; # use linux flags by default2325in2424-stdenv.mkDerivation {2626+stdenv.mkDerivation rec {2527 pname = "tree";2626- inherit version;2828+ version = "1.8.0";27292830 src = fetchurl {2931 url = "http://mama.indstate.edu/users/ice/tree/src/tree-${version}.tgz";