Remove platforms from accelerate-cuda.
svn path=/nixpkgs/trunk/; revision=34188
This commit is contained in:
parent
4550700ec9
commit
56a2503c80
@ -17,7 +17,7 @@ cabal.mkDerivation (self: {
|
||||
homepage = "http://www.cse.unsw.edu.au/~chak/project/accelerate/";
|
||||
description = "Accelerate backend for NVIDIA GPUs";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
platforms = [];
|
||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||
};
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user