stlink: fix chroot build
Add sha256 attribute to fetchgit to make it a fixed-output derivation (needed for chroot builds).
This commit is contained in:
parent
a8d63681db
commit
fbfa569efd
@ -13,6 +13,7 @@ stdenv.mkDerivation {
|
|||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = git://github.com/texane/stlink.git;
|
url = git://github.com/texane/stlink.git;
|
||||||
rev = "5be889e3feb75fc7f594012c4855b4dc16940050";
|
rev = "5be889e3feb75fc7f594012c4855b4dc16940050";
|
||||||
|
sha256 = "1xbfr1kz4k6hhl0xpqn1vi83fdynjxx3ymn9gb7b0pb7h6ncjcyr";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ autoconf automake libtool pkgconfig libusb1 ];
|
buildInputs = [ autoconf automake libtool pkgconfig libusb1 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user