get affection from hackage
This commit is contained in:
parent
1646d2c68a
commit
bc62c1a711
1 changed files with 1 additions and 6 deletions
|
@ -14,12 +14,7 @@ let
|
|||
mkDerivation {
|
||||
pname = "affection";
|
||||
version = "0.0.0.9";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/nek0/affection";
|
||||
sha256 = "0jxrdx56wisg9ng9sd9rxzrifs6826d6vjzjgvm6wp1bivnn1kyw";
|
||||
rev = "f822b5cabb2050c8a06a7c396a4f258c03545ef1";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
sha256 = "d9feed3eed54ad2ae61ebc560af8761959cb4dc46c2bbf5a804f586b9244cb4e";
|
||||
configureFlags = [ "-fdebug" ];
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
|
|
Loading…
Reference in a new issue