cabal2nix: fetch source code from the Git repository
I don't want to upload a plethora of trivial releases to Hackage every time I'd like to test a new version. svn path=/nixpkgs/trunk/; revision=28220
This commit is contained in:
parent
cda8010b96
commit
9754b7d0d7
@ -1,9 +1,14 @@
|
|||||||
{cabal,HTTP}:
|
{fetchgit,cabal,HTTP}:
|
||||||
|
|
||||||
cabal.mkDerivation (self : {
|
cabal.mkDerivation (self : {
|
||||||
pname = "cabal2nix";
|
pname = "cabal2nix";
|
||||||
version = "1.7";
|
version = "v1.8-beta-1";
|
||||||
sha256 = "1inb1rv11dphgvg72zyfmzkcmw7dac1jrc40s7frhvwjhrnr4syv";
|
|
||||||
|
src = fetchgit {
|
||||||
|
url = "git://github.com/peti/cabal2nix.git";
|
||||||
|
rev = "5ad59780b88208e20f2ba086572a2ba8783fc56f";
|
||||||
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [HTTP];
|
propagatedBuildInputs = [HTTP];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/peti/cabal2nix";
|
homepage = "http://github.com/peti/cabal2nix";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user