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