mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
commit
e9950f465c
|
@ -8,17 +8,17 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "kdbplus-${version}";
|
name = "kdbplus-${version}";
|
||||||
version = "3.2";
|
version = "3.3";
|
||||||
|
|
||||||
src = requireFile {
|
src = requireFile {
|
||||||
message = ''
|
message = ''
|
||||||
Nix can't download kdb+ for you automatically. Go to
|
Nix can't download kdb+ for you automatically. Go to
|
||||||
http://kx.com and download the free, 32-bit version for
|
http://kx.com and download the free, 32-bit version for
|
||||||
Linux. Then run "nix-prefetch-url file:///linux.zip" in the
|
Linux. Then run "nix-prefetch-url file:///linux.zip" in the
|
||||||
directory where you saved it. Note you need version 3.2.
|
directory where you saved it. Note you need version 3.3.
|
||||||
'';
|
'';
|
||||||
name = "linux.zip";
|
name = "linux.zip";
|
||||||
sha256 = "0ah1kfvxnrck1kg8j7rpzgj6amji62zbm4ya6q55l54gm3qq6q0r";
|
sha256 = "5fd0837599e24f0f437a8314510888a86ab0787684120a8fcf592299800aa940";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontStrip = true;
|
dontStrip = true;
|
||||||
|
|
Loading…
Reference in a new issue