sup: fix chroot build
By making fetchgit a fixed-output derivation.
This commit is contained in:
parent
d937187808
commit
04dd0bb5df
@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = git://github.com/sup-heliotrope/sup.git;
|
url = git://github.com/sup-heliotrope/sup.git;
|
||||||
rev = "a5a1e39034204ac4b05c9171a71164712690b010";
|
rev = "a5a1e39034204ac4b05c9171a71164712690b010";
|
||||||
|
sha256 = "0w2w7dcif1ri1qq81csz7gj45rqd9z7hjd6x29awibybyyqyvj5s";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user