I hereby claim:
- I am peterhoeg on github.
- I am peterhoeg (https://keybase.io/peterhoeg) on keybase.
- I have a public key ASBX5Dv2lpc5iuOVUCQDVPVLd_jY-X4hih2-prbIP2bvaQo
To claim this, I am signing this object:
| diff --git a/pkgs/applications/audio/puddletag/default.nix b/pkgs/applications/audio/puddletag/default.nix | |
| index efa1d943610..e57d86cf233 100644 | |
| --- a/pkgs/applications/audio/puddletag/default.nix | |
| +++ b/pkgs/applications/audio/puddletag/default.nix | |
| @@ -1,26 +1,58 @@ | |
| { lib, fetchFromGitHub, python3Packages, wrapQtAppsHook, chromaprint }: | |
| +let | |
| + # we technically run the risk of breaking something by ignoring the pinned versions | |
| + overrideVersions = [ |
| diff --git a/pkgs/applications/networking/instant-messengers/quaternion/default.nix b/pkgs/applications/networking/instant-messengers/quaternion/default.nix | |
| index b1577a37844..aa8af832568 100644 | |
| --- a/pkgs/applications/networking/instant-messengers/quaternion/default.nix | |
| +++ b/pkgs/applications/networking/instant-messengers/quaternion/default.nix | |
| @@ -1,17 +1,27 @@ | |
| -{ mkDerivation, stdenv, lib, fetchFromGitHub, cmake | |
| -, qtbase, qtquickcontrols, qtquickcontrols2, qtkeychain, qtmultimedia, qttools | |
| -, libquotient, libsecret | |
| +{ mkDerivation | |
| +, stdenv |
| { curl | |
| , ffmpeg | |
| , lib | |
| , lsb-release | |
| , makeWrapper | |
| , motion | |
| , python2Packages | |
| , v4l_utils | |
| , which | |
| }: |
| 255 250 250 snow | |
| 248 248 255 ghost white | |
| 248 248 255 GhostWhite | |
| 245 245 245 white smoke | |
| 245 245 245 WhiteSmoke | |
| 220 220 220 gainsboro | |
| 255 250 240 floral white | |
| 255 250 240 FloralWhite | |
| 253 245 230 old lace | |
| 253 245 230 OldLace |
| diff --git a/pkgs/applications/networking/maestral/default.nix b/pkgs/applications/networking/maestral/default.nix | |
| index fe611892ae6..630d9e2e5f1 100644 | |
| --- a/pkgs/applications/networking/maestral/default.nix | |
| +++ b/pkgs/applications/networking/maestral/default.nix | |
| @@ -8,7 +8,7 @@ | |
| python3.pkgs.buildPythonApplication rec { | |
| pname = "maestral${lib.optionalString withGui "-gui"}"; | |
| - version = "0.6.4"; | |
| + version = "1.0.2"; |
| { stdenv, fetchFromGitHub, autoreconfHook, cmake, pkgconfig, writeText | |
| , boost, libusb, libyamlcpp, netpbm, systemd }: | |
| let | |
| hidapi' = stdenv.mkDerivation rec { | |
| pname = "hidadpi-sc"; | |
| version = "unstable-20180609"; | |
| src = fetchFromGitHub { | |
| owner = "SuperCollider"; |
| { config, lib, pkgs, fetchPypi, ... }: | |
| let | |
| py = pkgs.python2; | |
| pypkgs = py.pkgs; | |
| log = pkgs.writeScript "log.sh" '' | |
| #!${pkgs.runtimeShell} | |
| set -euo pipefail |
| running install tests | |
| ============================= test session starts ============================== | |
| platform linux -- Python 3.7.1, pytest-3.9.3, py-1.7.0, pluggy-0.7.1 | |
| rootdir: /build/homeassistant-cli-0.3.0, inifile: setup.cfg | |
| plugins: requests-mock-1.5.2 | |
| collected 38 items | |
| tests/test_completion.py ... [ 7%] | |
| tests/test_defaults.py ..... [ 21%] | |
| tests/test_entity.py FFF [ 28%] |
I hereby claim:
To claim this, I am signing this object:
| (add-to-list | |
| 'org-latex-classes | |
| '("stdoc" | |
| "\\documentclass[11pt,a4paper]{stdoc} | |
| [DEFAULT-PACKAGES] | |
| [NO-PACKAGES]" | |
| ("\\section{%s}" . "\\section*{%s}") | |
| ("\\subsection{%s}" . "\\subsection*{%s}") | |
| ("\\subsubsection{%s}" . "\\subsubsection*{%s}") | |
| ("\\paragraph{%s}" . "\\paragraph*{%s}") |