We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef603b3 commit 41efd54Copy full SHA for 41efd54
pkgs/by-name/gc/gcfflasher/package.nix
@@ -2,6 +2,7 @@
2
lib,
3
stdenv,
4
fetchFromGitHub,
5
+ fetchpatch,
6
pkg-config,
7
libgpiod,
8
cmake,
@@ -18,6 +19,13 @@ stdenv.mkDerivation rec {
18
19
hash = "sha256-W1sL3RyauEYAC/Fj0JhNnk0k5DT6Q8qIEuZNke3xNAE=";
20
};
21
22
+ patches = [
23
+ (fetchpatch {
24
+ url = "https://github.com/dresden-elektronik/gcfflasher/commit/c1019d7ef2ab55a598ddd938db1b08169b05fc37.patch";
25
+ hash = "sha256-Frd3Xerkv3QolGCOrTE4AqBPqPHTKjjhk+DzhHABTqo=";
26
+ })
27
+ ];
28
+
29
nativeBuildInputs = [
30
pkg-config
31
cmake
0 commit comments