mdds: 0.12.0 -> pinned 0.12.1, use it for libreoffice-still instead of freshest
This commit is contained in:
parent
40d217b90e
commit
6536d6fe9c
17
pkgs/development/libraries/mdds/0.12.1.nix
Normal file
17
pkgs/development/libraries/mdds/0.12.1.nix
Normal file
@ -0,0 +1,17 @@
|
||||
{ stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "0.12.1";
|
||||
name = "mdds-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://kohei.us/files/mdds/src/mdds_${version}.tar.bz2";
|
||||
sha256 = "0gg8mb9kxh3wggh7njj1gf90xy27p0yq2cw88wqar9hhg2fmwmi3";
|
||||
};
|
||||
|
||||
meta = {
|
||||
homepage = https://code.google.com/p/multidimalgorithm/;
|
||||
description = "A collection of multi-dimensional data structure and indexing algorithm";
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
};
|
||||
}
|
@ -8704,6 +8704,7 @@ in
|
||||
mbedtls = callPackage ../development/libraries/mbedtls { };
|
||||
|
||||
mdds_0_7_1 = callPackage ../development/libraries/mdds/0.7.1.nix { };
|
||||
mdds_0_12_1 = callPackage ../development/libraries/mdds/0.12.1.nix { };
|
||||
mdds = callPackage ../development/libraries/mdds { };
|
||||
|
||||
mediastreamer = callPackage ../development/libraries/mediastreamer { };
|
||||
@ -13705,7 +13706,7 @@ in
|
||||
inherit (gnome) GConf ORBit2 gnome_vfs;
|
||||
inherit (gnome3) gsettings_desktop_schemas defaultIconTheme;
|
||||
zip = zip.override { enableNLS = false; };
|
||||
#glm = glm_0954;
|
||||
mdds = mdds_0_12_1;
|
||||
bluez5 = bluez5_28;
|
||||
fontsConf = makeFontsConf {
|
||||
fontDirectories = [
|
||||
|
Loading…
Reference in New Issue
Block a user