mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 08:39:08 +03:00
haskell-Allure: add version 0.4.99.0
This commit is contained in:
parent
1703d9f7cc
commit
46e5a78b81
19
pkgs/games/Allure/default.nix
Normal file
19
pkgs/games/Allure/default.nix
Normal file
@ -0,0 +1,19 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, enummapsetTh, filepath, LambdaHack, text }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "Allure";
|
||||
version = "0.4.99.0";
|
||||
sha256 = "1i4v1h4ynx4aap0nmf8qn2qx22wqfgypr83l7bh38fd4qibsvx3q";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [ enummapsetTh filepath LambdaHack text ];
|
||||
testDepends = [ enummapsetTh filepath LambdaHack text ];
|
||||
meta = {
|
||||
homepage = "http://allureofthestars.com";
|
||||
description = "Near-future Sci-Fi roguelike and tactical squad game";
|
||||
license = "unknown";
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
@ -3008,6 +3008,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
};
|
||||
};
|
||||
|
||||
Allure = callPackage ../games/Allure {};
|
||||
|
||||
# End of the main part of the file.
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user