heimdall: upgrade to 1.4.0
This commit is contained in:
parent
896d5317a3
commit
636ba8f4ad
@ -3,12 +3,12 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "heimdall-1.3.0";
|
name = "heimdall-1.4.0";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = git://github.com/Benjamin-Dobell/Heimdall.git;
|
url = git://github.com/Benjamin-Dobell/Heimdall.git;
|
||||||
rev = "ed9b08e5d9e3db60d52bccf6cb6919fb4bd47602";
|
rev = "refs/tags/v1.4.0";
|
||||||
sha256 = "e65f18299a05699595548cb27393a01b4e1dbbced82d4add8d0d55ef6514a691";
|
sha256 = "285785d83fd4edbe98c0fa38c27772f72950a5887b255c00937a1f11c79ebf57";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
@ -16,14 +16,14 @@ stdenv.mkDerivation {
|
|||||||
++ stdenv.lib.optional enableGUI qt4 ;
|
++ stdenv.lib.optional enableGUI qt4 ;
|
||||||
|
|
||||||
makeFlags = "udevrulesdir=$(out)/lib/udev/rules.d";
|
makeFlags = "udevrulesdir=$(out)/lib/udev/rules.d";
|
||||||
|
|
||||||
preConfigure =
|
preConfigure =
|
||||||
''
|
''
|
||||||
pushd libpit
|
pushd libpit
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
popd
|
popd
|
||||||
|
|
||||||
cd heimdall
|
cd heimdall
|
||||||
substituteInPlace Makefile.in --replace sudo true
|
substituteInPlace Makefile.in --replace sudo true
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user