mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-05-02 06:18:00 +02:00
debugg
This commit is contained in:
parent
1b241d066c
commit
b7018f0b25
1 changed files with 5 additions and 7 deletions
|
|
@ -3,13 +3,11 @@
|
|||
pkgs.stdenv.mkDerivation rec {
|
||||
name = "cros-ectool";
|
||||
nativeBuildInputs = with pkgs; [ cmake ninja pkg-config libusb1 libftdi1 ];
|
||||
src = pkgs.fetchFromGitLab {
|
||||
domain = "gitlab.howett.net";
|
||||
owner = "DHowett";
|
||||
repo = "ectool";
|
||||
rev = "39d64fb0e79e874cfe9877af69158fc2520b1a80";
|
||||
hash = lib.fakeHash;
|
||||
};
|
||||
src = builtins.fetchGit {
|
||||
url = "git@github.com:Xelef2000/ectool.git";
|
||||
rev = "a734465bdd16e6b535b080aeafb72461cfadc3f2";
|
||||
allRefs = true;
|
||||
};
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
cp src/ectool $out/bin/ectool
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue