isabelle: Remove Linux patches (is this correct?)
This commit is contained in:
parent
8d9cd1557b
commit
5a7ce1185b
@ -17,7 +17,7 @@ stdenv.mkDerivation {
|
||||
}
|
||||
else fetchurl {
|
||||
url = http://isabelle.in.tum.de/dist/Isabelle2014_linux.tar.gz;
|
||||
sha256 = "0z81pwwllavka4r57fx6yi9kbpbb9xbanp8dsjix49qpyj2a72jy";
|
||||
sha256 = "0l17s41hwzma0q2glpxrzic8i6mqd9b7awlpwhz0jkli7fj6ny7b";
|
||||
};
|
||||
|
||||
buildInputs = [ perl polyml ]
|
||||
@ -25,8 +25,6 @@ stdenv.mkDerivation {
|
||||
|
||||
sourceRoot = dirname;
|
||||
|
||||
patches = stdenv.lib.optionals (!stdenv.isDarwin) [ ./settings.patch ];
|
||||
|
||||
postPatch = ''
|
||||
ENV=$(type -p env)
|
||||
patchShebangs "."
|
||||
|
Loading…
Reference in New Issue
Block a user