flake: update
This commit is contained in:
parent
5d14340f98
commit
488affbe3a
8
flake.lock
generated
8
flake.lock
generated
@ -2,10 +2,10 @@
|
|||||||
"nodes": {
|
"nodes": {
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1713895582,
|
"lastModified": 1718318537,
|
||||||
"narHash": "sha256-cfh1hi+6muQMbi9acOlju3V1gl8BEaZBXBR9jQfQi4U=",
|
"narHash": "sha256-4Zu0RYRcAY/VWuu6awwq4opuiD//ahpc2aFHg2CWqFY=",
|
||||||
"path": "/nix/store/m5i890m2g4pnyflpn48d1dpzzmwp5q4p-source",
|
"path": "/nix/store/qqwr649pc0qprc9lw2fmdsi1km6p7q2h-source",
|
||||||
"rev": "572af610f6151fd41c212f897c71f7056e3fb518",
|
"rev": "e9ee548d90ff586a6471b4ae80ae9cfcbceb3420",
|
||||||
"type": "path"
|
"type": "path"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
nativeBuildInputs = [zig.hook];
|
nativeBuildInputs = [zig.hook];
|
||||||
buildInputs = [libevdev pkg-config];
|
buildInputs = [libevdev pkg-config];
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
NIX_CFLAGS_COMPILE="-isystem $(pkg-config --variable=includedir libevdev)/libevdev-1.0 $NIX_CFLAGS_COMPILE"
|
NIX_CFLAGS_COMPILE="-static -isystem $(pkg-config --variable=includedir libevdev)/libevdev-1.0 $NIX_CFLAGS_COMPILE"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user