forked from NixOS/nixpkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge commit 'refs/top-bases/experimental/nodejs' into experimental/n…
…odejs * commit 'refs/top-bases/experimental/nodejs': (92 commits) ledger3: Don't run tests on Darwin (they fail). cogl: fix build on darwin (close NixOS#924) Update nixUnstable texliveAggregationFunction: fix eval asymptote: fix build on darwin libusb1: fix build on darwin via dropping udev (close NixOS#920) texLive: fix build on darwin Added abook 0.6.0pre2 chromium: Update all channels to latest versions. bacula: fix build on darwin perlPackages.ack: fix build on darwin lttng: 2.2.x -> 2.3.0 GNU Stow: package - Symlink manager which makes it easy to manage dotfiles linux: Update to 3.4.60 Removed obsolete patchelf instruction that was commented out Add patch to fix GET Bucket requests to fake-s3 libX11 is not in vice's rpath. this fixes it gsoap: 2.7.15 -> 2.8.16 source-highlight: 3.1.6 -> 3.1.7 source-highlight: unbreak by using boost 1.53 ...
- Loading branch information
Showing
88 changed files
with
2,916 additions
and
1,205 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ stdenv, fetchurl, pkgconfig, ncurses, readline }: | ||
|
||
let version = "0.6.0pre2"; in | ||
stdenv.mkDerivation rec { | ||
name = "abook-${version}"; | ||
|
||
src = fetchurl { | ||
url = "http://abook.sourceforge.net/devel/${name}.tar.gz"; | ||
sha256 = "59d444504109dd96816e003b3023175981ae179af479349c34fa70bc12f6d385"; | ||
}; | ||
|
||
buildInputs = [ pkgconfig ncurses readline ]; | ||
|
||
meta = { | ||
homepage = "http://abook.sourceforge.net/"; | ||
description = "Abook is a text-based addressbook program designed to use with mutt mail client."; | ||
license = "GPLv2"; | ||
maintainers = [ stdenv.lib.maintainers.edwtjo ]; | ||
platforms = with stdenv.lib.platforms; linux; | ||
}; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
# This file is autogenerated from update.sh in the same directory. | ||
{ | ||
dev = { | ||
version = "30.0.1599.10"; | ||
url = "http://commondatastorage.googleapis.com/chromium-browser-official/chromium-30.0.1599.10.tar.xz"; | ||
sha256 = "1h6wak2sy0cawsk63gdbg7ggq8lg7cahs1v8i0hvzwm9k6apwphs"; | ||
version = "31.0.1612.0"; | ||
url = "http://commondatastorage.googleapis.com/chromium-browser-official/chromium-31.0.1612.0.tar.xz"; | ||
sha256 = "19h6i8jdnpzbvyq8pk9jq89lghnydpij9yj8xfs7qdgqgyxxcl5w"; | ||
}; | ||
beta = { | ||
version = "29.0.1547.57"; | ||
url = "http://commondatastorage.googleapis.com/chromium-browser-official/chromium-29.0.1547.57.tar.xz"; | ||
sha256 = "0xl595fng7qzlc8vh73lslzchr6ayd4vlmz2mpqppb8pai520xxf"; | ||
version = "30.0.1599.22"; | ||
url = "http://commondatastorage.googleapis.com/chromium-browser-official/chromium-30.0.1599.22.tar.xz"; | ||
sha256 = "0955q7fz6nfr7nbxa8hp9q7mgljlan42rjg8ql5x2vn6c80sjji8"; | ||
}; | ||
stable = { | ||
version = "29.0.1547.62"; | ||
url = "http://commondatastorage.googleapis.com/chromium-browser-official/chromium-29.0.1547.62.tar.xz"; | ||
sha256 = "0ld7cm287k2lkq3rfnhwgvvnjbm9345wvjbwfn4yzwy7gxzyfld6"; | ||
version = "29.0.1547.65"; | ||
url = "http://commondatastorage.googleapis.com/chromium-browser-official/chromium-29.0.1547.65.tar.xz"; | ||
sha256 = "0vmb5dsh61jyr68838pnczlc2mhvvil4hjkrmwklzlfz30c8s2w6"; | ||
}; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,32 @@ | ||
{ stdenv, fetchurl, m4, bison, flex, openssl, zlib }: | ||
{ stdenv, fetchurl, unzip, m4, bison, flex, openssl, zlib }: | ||
|
||
let version = "2.7.15"; in | ||
|
||
stdenv.mkDerivation { | ||
stdenv.mkDerivation rec { | ||
name = "gsoap-${version}"; | ||
version = "2.8.16"; | ||
|
||
src = fetchurl { | ||
url = "mirror://sourceforge/gsoap2/files/gSOAP/2.7.15%20stable/gsoap_${version}.tar.gz"; | ||
sha256 = "3ed883ab1a3d32b5bb2bf599306f247f6de3ffedd8890eb0e6303ae15995dc12"; | ||
url = "mirror://sourceforge/project/gsoap2/gSOAP/gsoap_${version}.zip"; | ||
sha256 = "00lhhysa9f9ychkvn1ij0ngr54l1dl9ww801yrliwq5c05gql7a6"; | ||
}; | ||
|
||
buildInputs = [ m4 bison flex openssl zlib ]; | ||
meta = { | ||
buildInputs = [ unzip m4 bison flex openssl zlib ]; | ||
|
||
meta = with stdenv.lib; { | ||
description = "C/C++ toolkit for SOAP web services and XML-based applications"; | ||
homepage = "http://www.cs.fsu.edu/~engelen/soap.html"; | ||
description = "The gSOAP toolkit is an open source C and C++ software development toolkit for SOAP/WSDL and XML Web services."; | ||
license = "free-non-copyleft"; | ||
# gsoap is dual/triple licensed (see homepage for details): | ||
# 1. gSOAP Public License 1.3 (based on Mozilla Public License 1.1). | ||
# Components NOT covered by the gSOAP Public License are: | ||
# - wsdl2h tool and its source code output, | ||
# - soapcpp2 tool and its source code output, | ||
# - UDDI code, | ||
# - the webserver example code in gsoap/samples/webserver, | ||
# - and several example applications in the gsoap/samples directory. | ||
# 2. GPLv2 covers all of the software | ||
# 3. Proprietary commercial software development license (removes GPL | ||
# restrictions) | ||
license = licenses.gpl2; | ||
platforms = platforms.linux; | ||
maintainers = [ maintainers.bjornfor ]; | ||
}; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
pkgs/development/libraries/haskell/case-insensitive/1.1.nix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ cabal, deepseq, hashable, HUnit, testFramework | ||
, testFrameworkHunit, text | ||
}: | ||
|
||
cabal.mkDerivation (self: { | ||
pname = "case-insensitive"; | ||
version = "1.1"; | ||
sha256 = "1likcqdlhbbk78s887n5g9a4jjxxyh46hj4wc7l7snf6f9ygd5lj"; | ||
buildDepends = [ deepseq hashable text ]; | ||
testDepends = [ HUnit testFramework testFrameworkHunit text ]; | ||
meta = { | ||
homepage = "https://github.com/basvandijk/case-insensitive"; | ||
description = "Case insensitive string comparison"; | ||
license = self.stdenv.lib.licenses.bsd3; | ||
platforms = self.ghc.meta.platforms; | ||
}; | ||
}) |
Oops, something went wrong.