Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@miguel-negrao
Created March 30, 2015 11:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miguel-negrao/ce2564ccbf32b9ad81c5 to your computer and use it in GitHub Desktop.
Save miguel-negrao/ce2564ccbf32b9ad81c5 to your computer and use it in GitHub Desktop.
nix file for vivid generated by cabal2nix
{ mkDerivation, base, binary, bytestring, containers, deepseq
, hashable, mtl, network, split, stdenv, stm
}:
mkDerivation {
pname = "vivid";
version = "0.1.0.3";
sha256 = "034kjk2lxfbb4hd8z1axccz9alfkm76mpgw39nisvxngjs6si158";
editedCabalFile = "de2442ab5d53f8044c99cd0489281bf902ef6615028be780e0df937ae60266da";
revision = "0";
buildDepends = [
base binary bytestring containers deepseq hashable mtl network
split stm
];
description = "Sound synthesis with SuperCollider";
license = "GPL";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment