Skip to content

Instantly share code, notes, and snippets.

View peterhoeg's full-sized avatar

Peter Hoeg peterhoeg

View GitHub Profile
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";
@peterhoeg
peterhoeg / rgb.txt
Created August 5, 2020 04:02
rgb.txt for use by the xbows-driver
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
@peterhoeg
peterhoeg / default.nix
Created August 10, 2020 06:47
MotionEye
{ curl
, ffmpeg
, lib
, lsb-release
, makeWrapper
, motion
, python2Packages
, v4l_utils
, which
}:
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
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 = [