fdr: 4.2.0 -> 4.2.3
This commit is contained in:
parent
e2f6d9f34d
commit
8640e286b4
@ -1,9 +1,9 @@
|
|||||||
{stdenv, fetchurl, qtbase, qtx11extras, ncurses, xorg, zlib, python27Packages}:
|
{stdenv, fetchurl, qtbase, qtx11extras, ncurses, xorg, zlib, python27Packages}:
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "fdr-4.2.0";
|
name = "fdr-4.2.3";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = https://www.cs.ox.ac.uk/projects/fdr/downloads/fdr-3754-linux-x86_64.tar.gz;
|
url = https://www.cs.ox.ac.uk/projects/fdr/downloads/fdr-3789-linux-x86_64.tar.gz;
|
||||||
sha256 = "d24492485db9b8b95c62c53a6396094f836ee079cfc743688a397503c3ec9bf8";
|
sha256 = "0n2yqichym5xdawlgk3r7yha88k7ycnx6585jfrcm7043sls1i88";
|
||||||
};
|
};
|
||||||
|
|
||||||
libPath = stdenv.lib.makeLibraryPath [
|
libPath = stdenv.lib.makeLibraryPath [
|
||||||
@ -28,7 +28,7 @@ stdenv.mkDerivation {
|
|||||||
cp -r * "$out"
|
cp -r * "$out"
|
||||||
# Hack around lack of libtinfo in NixOS
|
# Hack around lack of libtinfo in NixOS
|
||||||
ln -s ${ncurses.out}/lib/libncursesw.so.6 $out/lib/libtinfo.so.5
|
ln -s ${ncurses.out}/lib/libncursesw.so.6 $out/lib/libtinfo.so.5
|
||||||
ln -s ${qtbase.out}/$qtPluginPrefix $out/lib/qt_plugins
|
ln -s ${qtbase.bin}/${qtbase.qtPluginPrefix} $out/lib/qt_plugins
|
||||||
ln -s ${zlib.out}/lib/libz.so.1 $out/lib/libz.so.1
|
ln -s ${zlib.out}/lib/libz.so.1 $out/lib/libz.so.1
|
||||||
|
|
||||||
for b in fdr4 _fdr4 refines _refines cspmprofiler cspmexplorerprof
|
for b in fdr4 _fdr4 refines _refines cspmprofiler cspmexplorerprof
|
||||||
|
Loading…
Reference in New Issue
Block a user