Commit graph

27747 commits

Author SHA1 Message Date
Evgeny Egorochkin 3af273f3c3 3dpong: fix version to match tarball 2013-07-14 02:08:48 +03:00
Shea Levy e193a4f898 Fix gtk2 build
libintlOrEmpty is [], not null, when libintl isn't needed

Signed-off-by: Shea Levy <shea@shealevy.com>
2013-07-13 16:01:06 -04:00
Shea Levy 3b274caaac Fix tarball
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-07-13 15:54:39 -04:00
Shea Levy e820a54431 Linux 3.10.1
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-07-13 15:15:50 -04:00
Shea Levy 8a66c8b8f8 imap previously mapped with 1-based indices
Why????

Signed-off-by: Shea Levy <shea@shealevy.com>
2013-07-12 13:06:32 -04:00
aszlig b47e2c2ab6
nixpart: New upstream version 0.4.0.
Changes are:

 - Properly detect GPT disklabels and create proper BIOS boot partitions
   if necessary.
 - Return exit code 100 if reboot is required due to the kernel not
   picking up the new partition table.
 - Don't include BIOS boot partition in GRUB devices.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-07-12 18:41:11 +02:00
Shea Levy a4c333474c lib/lists.nix: Remove uses of the tail function
nix lists are not like haskell lists, and tail is an O(n) operation.
This makes recursion using tail less efficient than recursion using
length + elemAt.

Signed-off-by: Shea Levy <shea@shealevy.com>
2013-07-12 12:36:36 -04:00
Sander van der Burg 18e9efe0f7 nijs: update to 0.0.9 2013-07-12 16:55:19 +02:00
Oliver Charles b17f4486a1 More Perl libraries
Adds:

- File-Share-0.02
- Module-Install-AuthorRequires-0.02
- Module-Install-AuthorTests-0.002
- Test-EOL-1.5
- Test-NoTabs-1.3
2013-07-12 16:26:48 +02:00
Gergely Risko a97936fba8 Add bindings-DSL and bindings-posix hackage packages 2013-07-12 16:26:48 +02:00
Bjørn Forsman 1af178559f ethtool: 3.2 -> 3.10
And add package meta data.
2013-07-12 16:26:48 +02:00
Jason \"Don\" O'Conal f2dea7d287 xvidcore: fix build on darwin
* remove unnecessary gcc flag
* add --enable-macosx_module configure flag
* add --disable-assembly configure flag
* fix postInstall phase
2013-07-12 16:26:48 +02:00
Jason \"Don\" O'Conal fbe2fe36e3 sip: fix build on darwin
* prevent complaints about python not being built as a framework
2013-07-12 16:26:47 +02:00
Jason \"Don\" O'Conal 6fc89eead6 qt48: fix build on darwin
* build with clang
2013-07-12 16:26:47 +02:00
Jason \"Don\" O'Conal 3d6f857f99 pangomm: fix build on darwin
* add cairo to build inputs
* fix cairo include path
2013-07-12 16:26:47 +02:00
Jason \"Don\" O'Conal ab067cf633 openal: fix build on darwin
* disable alsaLib
2013-07-12 16:26:47 +02:00
Jason \"Don\" O'Conal 8df4be3ee3 mpg123: fix darwin build (and upgrade to latest)
* disable alsaLib
* upgrade to 1.15.4
2013-07-12 16:26:46 +02:00
Jason \"Don\" O'Conal 5c8a44fd18 mpd: fix build on darwin
* disable systemd
* disable alsaLib
* disable ffado
* compile with gccApple
* disable libmad
2013-07-12 16:26:46 +02:00
Jason \"Don\" O'Conal 481be8185f libvpx: fix build on darwin
* remove --enable-shared configure flag
* replace '-arch x86_64' with 'march=x86-64'
2013-07-12 16:26:46 +02:00
Jason \"Don\" O'Conal 7b975abc16 libvdpau: fix build on drawin
* force x86_64 arch
2013-07-12 16:26:46 +02:00
Jason \"Don\" O'Conal f3c863b8e3 libsoup: fix build on darwin
* add libintlOrEmpty to build inputs
* add -lintl to LDFLAGS
2013-07-12 16:26:46 +02:00
Jason \"Don\" O'Conal dcc4ffdb7f libsndfile: fix build on darwin
* build with gccApple
* add Carbon headers to include path
2013-07-12 16:26:45 +02:00
Jason \"Don\" O'Conal 3a1a7b2d6a libsamplerate: fix build on darwin
* build with gccApple
* add Carbon include path
2013-07-12 16:26:45 +02:00
Jason \"Don\" O'Conal c449a67e01 libmikmod: fix build on darwin
* build with gccApple
2013-07-12 16:26:45 +02:00
Jason \"Don\" O'Conal 970346e2d1 libmad: fix build on darwin
* stop building with an i486 architecture

Conflicts:
	pkgs/development/libraries/libmad/default.nix
2013-07-12 16:26:45 +02:00
Jason \"Don\" O'Conal 7573056652 gtk++: fix build on darwin
* add -lintl to CFLAGS
2013-07-12 16:26:44 +02:00
Jason \"Don\" O'Conal 8c54b95273 glib: fix build on darwin
* add libintlOrEmpty to build inputs
* add -lintl to CFLAGS
2013-07-12 16:26:44 +02:00
Jason \"Don\" O'Conal 8ac7701c4c fluidsynth: fix build on darwin
* disable pulseaudio
* disable alaLib
* disable jackaudio
* add CoreAudio headers
* link to CoreAudio framework
2013-07-12 16:26:44 +02:00
Jason \"Don\" O'Conal 735555d86f ffmpeg: fix build on darwin
* build with gccApple
* don't delete '*.a' files when building xvidcore
2013-07-12 16:26:44 +02:00
Jason \"Don\" O'Conal 7ef50f5098 audiofile: fix build on darwin
* disable alsaLib
* build with gccApple
2013-07-12 16:26:43 +02:00
Sander van der Burg 0024926701 Updated nodejs packages 2013-07-12 15:43:51 +02:00
Evgeny Egorochkin f95ece9acd KDE 4.10: bump to 4.10.5 2013-07-12 16:36:12 +03:00
Evgeny Egorochkin c7fbb70af0 shared-desktop-ontologies: version bump to 0.11.0 2013-07-12 16:36:12 +03:00
Evgeny Egorochkin 67b0d62aa9 attica: version bump to 0.4.2 2013-07-12 16:36:11 +03:00
Evgeny Egorochkin 5a562ccac8 Soprano: version bump to 2.9.3 2013-07-12 16:36:11 +03:00
Rob Vermaas 096f422545 Add memcached to the channel 2013-07-12 14:57:32 +02:00
Domen Kožar 864339cf4d Merge pull request #740 from the-kenny/btsync
Update bittorrentSync to 1.1.27.
2013-07-12 04:19:55 -07:00
Moritz Ulrich 50e1a9a06e Update bittorrent-sync to 1.1.33.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-07-12 12:56:11 +02:00
Evgeny Egorochkin c1749e5fb4 Add Mechanize Gem. Update other gems as a side effect :/ 2013-07-12 05:09:36 +03:00
Evgeny Egorochkin 4d29005771 Fix url 2013-07-12 02:52:20 +03:00
Rob Vermaas 53b686d1cd Merge pull request #737 from bjornfor/slic3r
Add Slic3r, a 3D printer tool
2013-07-11 12:40:49 -07:00
aszlig f75f7e793b
nixpart: New upstream version 0.3.0.
This fixes two issues:

 - Don't _always_ print out NixOS configuration, only when explicitly
   requested with -p.
 - Add GRUB boot devices to NixOS configuration output.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-07-11 16:05:59 +02:00
Michael Raskin 1800db96d7 Update nginx 2013-07-11 10:28:52 +04:00
Bjørn Forsman 49fccb03e9 slic3r: new package
Slic3r is a G-code generator for 3D printers.

- Math-Clipper and Boost-Geometry-Utils have been bumped to satisfy
  Slic3r.

- Slic3r has problems with perl 5.16 due to a locale issue (comma vs
  period in floating point numbers). So we use perl 5.14.

- The tests fail, so we skip them. According to the author of Slic3r,
  that should be safe:

    "Tests failed because of a typo when the 0.9.10b tag was applied.
    You can safely ignore the test results, Slic3r will work."

  See https://github.com/alexrj/Slic3r/issues/1303

  For reference, the errors look like this:

    Use of uninitialized value $deg in numeric eq (==) at /tmp/nix-build-perl-slic3r-0.9.10b.drv-0/git-export/t/../lib/Slic3r/TriangleMesh.pm line 328.
    # Looks like your test exited with 255 before it could output anything.
2013-07-11 01:35:00 +02:00
Peter Simons 2efe295e92 haskell-hledger-web: update to version 0.21.3 2013-07-11 01:31:48 +02:00
Bjørn Forsman f094996e9c perlPackages: compatibility with perl <= 5.10
This is just a small dependency fix for ExtUtils::CBuilder and
Module::Build to make them build with perl 5.10.

It seems that perl gradually adds CPAN modules into its core. So when
using older perl there typically some more dependencies to take care of.

ExtUtils-CBuilder 0.280202 is not available anymore, so I had to bump it
to 0.280205.
2013-07-11 00:59:09 +02:00
Bjørn Forsman e9bee7d9cb ExtUtilsTypemapsDefault: fix for perl < 5.16
Add missing dependencies for ExtUtilsTypemapsDefault, needed when
building with perl < 5.16. This works for perl 5.16 too.

ExtUtils-ParseXS 3.15 has disappeared from the mirrors, so I had to bump
it to something available from CPAN; version 3.18.

See note from CPAN[1]:
  This module [ExtUtilsTypemap] exists merely as a compatibility
  wrapper around ExtUtils::Typemaps. In a nutshell, ExtUtils::Typemap
  was renamed to ExtUtils::Typemaps because the Typemap directory in
  lib/ could collide with the typemap file on case-insensitive file
  systems.

  The ExtUtils::Typemaps module is part of the ExtUtils::ParseXS
  distribution and ships with the standard library of perl starting with
  perl version 5.16.

[1] http://search.cpan.org/~smueller/ExtUtils-Typemap-1.00/lib/ExtUtils/Typemap.pm:
2013-07-11 00:58:20 +02:00
Domen Kožar a80e6f9a19 Merge pull request #736 from offlinehacker/easyrsa
Add easyrsa
2013-07-10 12:33:32 -07:00
Jaka Hudoklin 9a8677caeb Add easyrsa 2013-07-10 21:00:56 +02:00
Rob Vermaas 5a58b0e57a Update nixops to version 1.0.1 2013-07-10 17:45:51 +02:00