Logo
Explore Help
Sign In
public/nixpkgs
1
0
Fork 0
You've already forked nixpkgs
Code Issues Pull Requests Packages Projects Releases Wiki Activity
Files
64bc336f50a2203f8c8feccd0eef4b5462c6de16
nixpkgs/pkgs/development/libraries/libmsn/default.nix

11 lines
287 B
Nix
Raw Normal View History

Added libmsn package svn path=/nixpkgs/trunk/; revision=14206
2009-02-23 15:30:07 +00:00
{stdenv, fetchurl, cmake, openssl}:
Updating libmsn to fit kdenetwork-4.4 needs svn path=/nixpkgs/trunk/; revision=19969
2010-02-12 23:31:47 +00:00
stdenv.mkDerivation rec {
Version bumb of libmsn to 4.2.1. This fixes the problem that with the previous version a connection with microsoft services could not be established anymore. svn path=/nixpkgs/trunk/; revision=31786
2012-01-21 23:59:36 +00:00
name = "libmsn-4.2.1";
Added libmsn package svn path=/nixpkgs/trunk/; revision=14206
2009-02-23 15:30:07 +00:00
src = fetchurl {
Updating libmsn to fit kdenetwork-4.4 needs svn path=/nixpkgs/trunk/; revision=19969
2010-02-12 23:31:47 +00:00
url = "mirror://sourceforge/libmsn/${name}.tar.bz2";
Version bumb of libmsn to 4.2.1. This fixes the problem that with the previous version a connection with microsoft services could not be established anymore. svn path=/nixpkgs/trunk/; revision=31786
2012-01-21 23:59:36 +00:00
sha256 = "338369c7455b123e84b9a7a858ac0ed2b1dc32e6529f460fdc01d28869a20fde";
Added libmsn package svn path=/nixpkgs/trunk/; revision=14206
2009-02-23 15:30:07 +00:00
};
buildInputs = [ cmake openssl ];
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 1644ms Template: 10ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API