mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
haskell-gloss-raster: re-generate with cabal2nix
This commit is contained in:
parent
0341d0abcf
commit
c25d6fe16a
@ -1,10 +1,11 @@
|
||||
{ cabal, gloss, repa, llvm }:
|
||||
{ cabal, gloss, llvm, repa }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "gloss-raster";
|
||||
version = "1.8.1.1";
|
||||
sha256 = "0qqk2fizmv1zdvi8lljxiqdwlmfzni4qzsdvm2jbvgg5qjx9l9qp";
|
||||
buildDepends = [ gloss repa llvm ];
|
||||
buildDepends = [ gloss repa ];
|
||||
extraLibraries = [ llvm ];
|
||||
meta = {
|
||||
homepage = "http://gloss.ouroborus.net";
|
||||
description = "Parallel rendering of raster images";
|
||||
|
Loading…
Reference in New Issue
Block a user