35315 Commits

Author SHA1 Message Date
Danie Roux
123ab78ee0 coreutils: Remove 8.19 reference 2013-09-14 14:45:07 +02:00
Danie Roux
14109047bd gettext: Guard against compiler not supporting __builtin_stpncpy
From https://lists.macosforge.org/pipermail/macports-dev/2011-July/015263.html:

5) Building with a compiler that doesn't support newer __builtins

If your port uses MacPorts compilers rather than the default compiler,
you may run into trouble with string functions.  You'll see errors at
link time about undefined __builtin_* functions.  If this happens, you
may want to compile with -D_FORTIFY_SOURCE=0 to tell the headers to
use unfortified versions which do not use compiler builtins.
2013-09-14 14:45:06 +02:00
Danie Roux
76ca653d7b coreutils: 8.20 does build on Darwin
Where gcc is:

i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
2013-09-14 14:45:06 +02:00
Danie Roux
c183c7b3ec coreutils: Make it build on OSX 10.0.8
Take patch from: https://lists.gnu.org/archive/html/bug-coreutils/2013-01/msg00119.html
2013-09-14 14:45:06 +02:00
Bjørn Forsman
0192c02720 /etc/profile: try all nix profiles for ASPELL_CONF
Aspell can only handle one dict-dir directive and currently we hardocde
that to
  ASPELL_CONF="dict-dir $HOME/.nix-profile/lib/aspell"

This means that aspell doesn't work if it is installed to the system or
default nix profile -- it only works in the user profile.

With this change, aspell can be installed to any of the nix profiles. If
it is installed in more than one profile, the most "local" profile wins
(i.e. sysadmin can set up a default, users can override it).
2013-09-14 13:05:11 +02:00
Evgeny Egorochkin
35cd18503e Merge pull request #958 from wizeman/linux_3_2
Update linux-3.2 & grsecurity
2013-09-13 21:07:11 -07:00
Krofek
51f63b1d03 Merge branch 'master' of https://github.com/Krofek/nixpkgs 2013-09-14 00:28:27 +02:00
Krofek
da21a852c3 gtkdialog: update to 0.8.3 2013-09-14 00:10:17 +02:00
Sander van der Burg
28d8e93871 My attempt to get Steam working in NixOS. It uses a function called buildFHSChrootEnv {} that composed chroot environments. In such a chroot environment, I could run Steam without much problem 2013-09-13 23:58:59 +02:00
Domen Kožar
e67a2479e1 add poedit 2013-09-13 20:42:49 +02:00
Domen Kožar
f22a744945 Merge pull request #961 from Krofek/master
Gtkdialog: 0.7.9 > 0.8.3
2013-09-13 10:08:58 -07:00
Domen Kožar
afdc44df8d pip: 1.2.1 -> 1.4.1 (CVE-2013-1888, CVE-2013-1629) 2013-09-13 12:37:43 +02:00
Ricardo M. Correia
342fcfc82f grsecurity: Update to 2.9.1-3.2.51-201309101928 2013-09-13 05:13:25 +02:00
Ricardo M. Correia
72f49af65b linux: Update to 3.2.51 2013-09-13 05:13:18 +02:00
Rickard Nilsson
45b8a1b1ff avrdude: Update to version 5.11 2013-09-13 00:28:02 +02:00
Domen Kožar
42e670b6ea Merge pull request #956 from vlstill/freetds
freetds: Update expression with working url.
2013-09-12 15:20:15 -07:00
Vladimir Still
6c2d4f9862 freetds: Update expression with working url. 2013-09-12 20:57:55 +02:00
Peter Simons
6fff4c01e8 haskell-HaRe: update to version 0.7.0.4 2013-09-12 19:27:25 +02:00
Peter Simons
535819ccd3 haskell-wai-app-static: update to version 1.3.2.1 2013-09-12 19:27:25 +02:00
Peter Simons
cd0545d740 haskell-snap: update to version 0.13.0.1 2013-09-12 19:27:25 +02:00
Peter Simons
38bd86b424 haskell-postgresql-simple: update to version 0.3.7.1 2013-09-12 19:27:24 +02:00
Peter Simons
a1f346f701 haskell-crypto-cipher-types: update to version 0.0.5 2013-09-12 19:27:24 +02:00
Peter Simons
1025b367d8 haskell-crypto-cipher-tests: update to version 0.0.7 2013-09-12 19:27:24 +02:00
Vladimír Čunát
a189a68401 lipng_apng: fix via using the previous patch 2013-09-12 19:12:10 +02:00
Vladimír Čunát
f7843b341b Merge branch 'x-updates' into master 2013-09-12 18:56:48 +02:00
Vladimír Čunát
56c2ee8dcf gtk3: bugfix update 3.8.2 -> .4 2013-09-12 18:11:00 +02:00
Bjørn Forsman
fe520e6d1f ditaa: new package
Ditaa is a small command-line utility written in Java, that can convert
diagrams drawn using ascii art ('drawings' that contain characters that
resemble lines like | / - ), into proper bitmap graphics.

Homepage: http://ditaa.sourceforge.net/
2013-09-12 17:25:09 +02:00
Vladimír Čunát
117f2e6683 libpng: minor update 1.6.3 -> .4
Also make myself maintainer.
2013-09-12 17:19:27 +02:00
Peter Simons
edfefa6167 gnulib: update to version 0.0-8015-gf0aab22 2013-09-12 12:22:17 +02:00
Eelco Dolstra
89fa23c43d linux: Update to 3.4.61 2013-09-12 10:38:38 +02:00
Eelco Dolstra
9c49229aae kexec-tools: Update to 2.0.4 2013-09-12 10:38:37 +02:00
Oliver Charles
3a1024478a lightdm: Use xserver.nix environment variables when starting X
This reduces code duplication, but more importantly means that the
DRI modules can be found by X enabling hardware acceleration.

Close #249; the PR also refers to more about DRI modules.
2013-09-12 10:09:53 +02:00
Peter Simons
51604bf13f haskell-llvm-general-pure: add version 3.3.8.1 2013-09-11 20:48:05 +02:00
Peter Simons
6c4c9cd8a8 haskell-yesod-form: update to version 1.3.2.2 2013-09-11 20:48:05 +02:00
Peter Simons
b6b154a8b8 haskell-yesod-core: update to version 1.2.4.3 2013-09-11 20:48:05 +02:00
Peter Simons
3cfd7ac7c4 haskell-yesod-bin: update to version 1.2.3.3 2013-09-11 20:48:05 +02:00
Peter Simons
aae4ca3516 haskell-yesod-auth: update to version 1.2.3 2013-09-11 20:48:05 +02:00
Peter Simons
8bd4aaec49 haskell-mwc-random: update to version 0.13.0.0 2013-09-11 20:45:19 +02:00
Peter Simons
bfa5bd9371 haskell-llvm-general: update to version 3.3.8.1 2013-09-11 20:45:19 +02:00
Peter Simons
66dc4eba7f haskell-http-conduit: update to version 1.9.5 2013-09-11 20:45:19 +02:00
Peter Simons
8908a9af7c haskell-hspec: update to version 1.7.2.1 2013-09-11 20:45:19 +02:00
Peter Simons
64e91e00df haskell-diagrams-svg: update to version 0.8.0.1 2013-09-11 20:45:19 +02:00
Peter Simons
cd08c94ac8 haskell-diagrams-lib: update to version 0.7.1 2013-09-11 20:45:18 +02:00
Peter Simons
8be4a8f6b0 haskell-diagrams: update to version 0.7.1.1 2013-09-11 20:45:18 +02:00
Peter Simons
4580b1c97e haskell-basic-prelude: update to version 0.3.6.0 2013-09-11 20:45:18 +02:00
Peter Simons
b5e626e3db haskell-acid-state: update to version 0.12.0 2013-09-11 20:45:18 +02:00
Peter Simons
da6b1e6d81 idris: re-generate with cabal2nix 2013-09-11 20:45:18 +02:00
Peter Simons
39043ce87e yap: add 'zlib' and 'gmp' build inputs to enable additional features 2013-09-11 20:43:04 +02:00
Peter Simons
d8d001da13 Merge pull request #954 from DriesVanDaele/master
Update SWI-Prolog to version 6.4.1
2013-09-11 11:33:55 -07:00
Peter Simons
94cfe0549d Merge pull request #955 from DriesVanDaele/upstream
Update YAP to version 6.2.2
2013-09-11 11:33:27 -07:00