haskell-get-options: the package doesn't build, because the upstream archive has vanished
svn path=/nixpkgs/trunk/; revision=29308
This commit is contained in:
parent
2872ccafd6
commit
95ae45256a
@ -1,15 +0,0 @@
|
||||
{cabal, fetchurl, sourceFromHead, mtl}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "get-options";
|
||||
version = "x"; # ?
|
||||
name = self.fname;
|
||||
# REGION AUTO UPDATE: { name="getOptions"; type="darcs"; url = "http://repetae.net/john/repos/GetOptions"; }
|
||||
src = sourceFromHead "getOptions-nrmtag1.tar.gz"
|
||||
(fetchurl { url = "http://mawercer.de/~nix/repos/getOptions-nrmtag1.tar.gz"; sha256 = "0e884687b2c676a5b7e79826a2236991cb045f794c5fd625813529a2b30224cd"; });
|
||||
# END
|
||||
extraBuildInputs = [ mtl ];
|
||||
meta = {
|
||||
description = "Simple to use get option library";
|
||||
};
|
||||
})
|
@ -577,8 +577,6 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
||||
|
||||
genericDeriving = callPackage ../development/libraries/haskell/generic-deriving {};
|
||||
|
||||
getOptions = callPackage ../development/libraries/haskell/get-options {};
|
||||
|
||||
ghcCore = callPackage ../development/libraries/haskell/ghc-core {};
|
||||
|
||||
ghcEvents = callPackage ../development/libraries/haskell/ghc-events {};
|
||||
|
Loading…
x
Reference in New Issue
Block a user