wxHaskell: touch files after extracting the tarball to fix broken timestamps

This commit is contained in:
Peter Simons 2014-03-22 13:05:35 +01:00
parent 1bc1ddcda0
commit 9a107da470
4 changed files with 4 additions and 0 deletions

View file

@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
version = "0.90.1.0";
sha256 = "1669mrd73c3v7c4yc0zgyqsnfgzb7561v1wd168y06d0db1nlkn9";
buildDepends = [ stm wxcore ];
preConfigure = "find . -type f -exec touch {} +";
meta = {
homepage = "http://haskell.org/haskellwiki/WxHaskell";
description = "wxHaskell";

View file

@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ wxdirect ];
extraLibraries = [ libX11 mesa wxGTK ];
noHaddock = true;
preConfigure = "find . -type f -exec touch {} +";
meta = {
homepage = "http://haskell.org/haskellwiki/WxHaskell";
description = "wxHaskell C++ wrapper";

View file

@ -8,6 +8,7 @@ cabal.mkDerivation (self: {
sha256 = "0pyh5xc8f3rlyn66dawlijwym8nwac12qwh96hfkna0pbqg0995c";
buildDepends = [ filepath parsec stm time wxc wxdirect ];
extraLibraries = [ libX11 mesa wxGTK ];
preConfigure = "find . -type f -exec touch {} +";
meta = {
homepage = "http://haskell.org/haskellwiki/WxHaskell";
description = "wxHaskell core";

View file

@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
isLibrary = true;
isExecutable = true;
buildDepends = [ filepath parsec strict time ];
preConfigure = "find . -type f -exec touch {} +";
meta = {
homepage = "http://haskell.org/haskellwiki/WxHaskell";
description = "helper tool for building wxHaskell";