wxHaskell: touch files after extracting the tarball to fix broken timestamps
This commit is contained in:
parent
1bc1ddcda0
commit
9a107da470
@ -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";
|
||||
|
@ -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";
|
||||
|
@ -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";
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user