about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-06-11 10:28:13 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2018-06-11 10:29:12 -0400
commit340bc74a2b54e181eb04a77357e93c31d680fcb7 (patch)
tree72ef45c8af854d926e9a3e95f28879d53ef8cf73 /pkgs/development/haskell-modules
parente0d1c6315aa699cf063af6d3661b91c814686b3c (diff)
downloadnixlib-340bc74a2b54e181eb04a77357e93c31d680fcb7.tar
nixlib-340bc74a2b54e181eb04a77357e93c31d680fcb7.tar.gz
nixlib-340bc74a2b54e181eb04a77357e93c31d680fcb7.tar.bz2
nixlib-340bc74a2b54e181eb04a77357e93c31d680fcb7.tar.lz
nixlib-340bc74a2b54e181eb04a77357e93c31d680fcb7.tar.xz
nixlib-340bc74a2b54e181eb04a77357e93c31d680fcb7.tar.zst
nixlib-340bc74a2b54e181eb04a77357e93c31d680fcb7.zip
ghcjs: remove old-time
This attribute is no longer available
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghcjs.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghcjs.nix b/pkgs/development/haskell-modules/configuration-ghcjs.nix
index 8462ab254c23..0482d03ba8fb 100644
--- a/pkgs/development/haskell-modules/configuration-ghcjs.nix
+++ b/pkgs/development/haskell-modules/configuration-ghcjs.nix
@@ -23,13 +23,6 @@ self: super:
       };
   in stage1 // stage2 // {
 
-  old-time = overrideCabal stage2.old-time (drv: {
-    postPatch = ''
-      ${pkgs.autoconf}/bin/autoreconf --install --force --verbose
-    '';
-    buildTools = pkgs.lib.optional pkgs.stdenv.isDarwin pkgs.darwin.libiconv;
-  });
-
   network = addBuildTools super.network (pkgs.lib.optional pkgs.stdenv.isDarwin pkgs.darwin.libiconv);
   zlib = addBuildTools super.zlib (pkgs.lib.optional pkgs.stdenv.isDarwin pkgs.darwin.libiconv);
   unix-compat = addBuildTools super.unix-compat (pkgs.lib.optional pkgs.stdenv.isDarwin pkgs.darwin.libiconv);