mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-09 03:56:09 +01:00
Merge pull request #1494 from dannyfreeman/master
Address libusb rename in pinebook configuration for issue #1488
This commit is contained in:
commit
9d856ebdf1
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, fetchFromGitHub, xxd, libusb }:
|
{ stdenv, fetchFromGitHub, xxd, libusb1 }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "pinebook-pro-keyboard-updater";
|
pname = "pinebook-pro-keyboard-updater";
|
||||||
|
|
@ -9,7 +9,7 @@ stdenv.mkDerivation {
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libusb
|
libusb1
|
||||||
];
|
];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue