mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Fix xclip hash, make revision explicit, in stead of depending on HEAD.
(cherry picked from commit c9ef3b51a3
)
This commit is contained in:
parent
078e85e0e5
commit
1ecb2a8782
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
src = fetchsvn {
|
src = fetchsvn {
|
||||||
url = "svn://svn.code.sf.net/p/xclip/code/trunk";
|
url = "svn://svn.code.sf.net/p/xclip/code/trunk";
|
||||||
sha256 = "0d6r38xas5l79l700sdm14l41vvjqhah613367ha8kcvx54zkddz";
|
rev = "87";
|
||||||
|
sha256 = "1rbcdgr73916wvzfgqjs1jhgzk8qs1yw2iiqy7ifrkjafhi37w6b";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ xlibsWrapper libXmu autoreconfHook ];
|
buildInputs = [ xlibsWrapper libXmu autoreconfHook ];
|
||||||
|
|
Loading…
Reference in a new issue