forked from mirrors/nixpkgs
parent
ed463a7671
commit
ec5739ef17
|
@ -69,6 +69,7 @@ stdenv.mkDerivation {
|
||||||
sha256 = "15k91ihzs6190pnryh4cl0b3c2pjpl9d790mr14x16zq52y7px2d";
|
sha256 = "15k91ihzs6190pnryh4cl0b3c2pjpl9d790mr14x16zq52y7px2d";
|
||||||
})
|
})
|
||||||
./time_utc_144.patch
|
./time_utc_144.patch
|
||||||
|
./boost-149-cstdint.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
crossAttrs = rec {
|
crossAttrs = rec {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ stdenv, fetchurl, boost }:
|
{ stdenv, fetchurl, boost }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "jfsrec-pre-svn-7";
|
name = "jfsrec-0-pre-svn-7";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://sourceforge/jfsrec/jfsrec-svn-7.tar.gz;
|
url = mirror://sourceforge/jfsrec/jfsrec-svn-7.tar.gz;
|
||||||
|
@ -14,10 +14,10 @@ stdenv.mkDerivation {
|
||||||
preConfigure =
|
preConfigure =
|
||||||
''
|
''
|
||||||
sed -e '/[#]include [<]config.h[>]/a\#include <string.h>' -i src/unicode_to_utf8.cpp
|
sed -e '/[#]include [<]config.h[>]/a\#include <string.h>' -i src/unicode_to_utf8.cpp
|
||||||
cat src/unicode_to_utf8.cpp
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "JFS recovery tool";
|
description = "JFS recovery tool";
|
||||||
|
homepage = http://jfsrec.sourceforge.net/;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue