mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Re-instate the "hydraPlatforms = []" setting accidentally overwritten earlier.
This commit is contained in:
parent
b802a7be88
commit
f9bb592712
5 changed files with 5 additions and 5 deletions
|
@ -17,7 +17,7 @@ cabal.mkDerivation (self: {
|
|||
homepage = "https://github.com/AccelerateHS/accelerate-cuda/";
|
||||
description = "Accelerate backend for NVIDIA GPUs";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||
};
|
||||
})
|
||||
|
|
|
@ -24,7 +24,7 @@ cabal.mkDerivation (self: {
|
|||
homepage = "https://github.com/AccelerateHS/accelerate-examples";
|
||||
description = "Examples using the Accelerate library";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||
};
|
||||
})
|
||||
|
|
|
@ -9,6 +9,6 @@ cabal.mkDerivation (self: {
|
|||
homepage = "https://github.com/AccelerateHS/accelerate-fft";
|
||||
description = "FFT using the Accelerate library";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||
};
|
||||
})
|
||||
|
|
|
@ -34,7 +34,7 @@ cabal.mkDerivation (self: {
|
|||
homepage = "https://github.com/tmcdonell/cuda";
|
||||
description = "FFI binding to the CUDA interface for programming NVIDIA GPUs";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||
};
|
||||
})
|
||||
|
|
|
@ -10,6 +10,6 @@ cabal.mkDerivation (self: {
|
|||
homepage = "http://github.com/robeverest/cufft";
|
||||
description = "Haskell bindings for the CUFFT library";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue