gnuk: Add derivation for fst-01

This commit is contained in:
William A. Kennington III
2015-05-02 15:54:42 -07:00
parent 9dcac56f34
commit 36f6601e12
5 changed files with 89 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{ callPackage, fetchgit, ... } @ args:
callPackage ./generic.nix (args // rec {
version = "1.0.4";
src = fetchgit {
url = "git://git.gniibe.org/gnuk/gnuk.git";
rev = "93867d0c8b90c485f9832c0047c3a2e17a029aca";
sha256 = "176vx81m6wnfvamxpp7hfbs1pm692zr0my0z2gid65b6rgffdycd";
};
})