about summary refs log tree commit diff
path: root/pkgs/development/compilers/ghcjs-ng
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2019-10-02 15:51:55 +0200
committerGitHub <noreply@github.com>2019-10-02 15:51:55 +0200
commitcb4332e3eb6dfdb653f1fc7397a0292df228a533 (patch)
tree9e6c0a740bea80e47ac1670f0bef1954d7268d3a /pkgs/development/compilers/ghcjs-ng
parent643b6a8c76ce7c4ec36b9d46e2b8945f5c060564 (diff)
parentbf22c802e1a96eb098b685cf9a7e307b4e19023b (diff)
downloadnixlib-cb4332e3eb6dfdb653f1fc7397a0292df228a533.tar
nixlib-cb4332e3eb6dfdb653f1fc7397a0292df228a533.tar.gz
nixlib-cb4332e3eb6dfdb653f1fc7397a0292df228a533.tar.bz2
nixlib-cb4332e3eb6dfdb653f1fc7397a0292df228a533.tar.lz
nixlib-cb4332e3eb6dfdb653f1fc7397a0292df228a533.tar.xz
nixlib-cb4332e3eb6dfdb653f1fc7397a0292df228a533.tar.zst
nixlib-cb4332e3eb6dfdb653f1fc7397a0292df228a533.zip
Merge pull request #69886 from NixOS/haskell-updates
Haskell updates
Diffstat (limited to 'pkgs/development/compilers/ghcjs-ng')
-rw-r--r--pkgs/development/compilers/ghcjs-ng/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/compilers/ghcjs-ng/default.nix b/pkgs/development/compilers/ghcjs-ng/default.nix
index e668be8e0740..747ea5cf77f4 100644
--- a/pkgs/development/compilers/ghcjs-ng/default.nix
+++ b/pkgs/development/compilers/ghcjs-ng/default.nix
@@ -104,5 +104,4 @@ in stdenv.mkDerivation {
 
     meta.platforms = passthru.bootPkgs.ghc.meta.platforms;
     meta.maintainers = [lib.maintainers.elvishjerricco];
-    meta.hydraPlatforms = [];
   }