49534 Commits

Author SHA1 Message Date
Pascal Wittmann
29109b956f Merge pull request #4093 from wavewave/pdf2svg
pdf2svg: PDF converter utility to SVG format
2014-09-15 13:56:15 +02:00
José Romildo Malaquias
69446d1461 openbox window manager: add tool to set desktop layout 2014-09-15 08:40:41 -03:00
José Romildo Malaquias
63f6cc0f7b New package: openbox-menu 2014-09-15 08:34:16 -03:00
Ian-Woo Kim
83604fa032 pdf2svg: PDF converter utility to SVG format 2014-09-15 12:54:39 +02:00
Thomas Strobel
7e4c24af7a Fix description in pam_mount and libHX. Add tstrobel as maintainer. 2014-09-15 12:30:19 +02:00
Thomas Strobel
6366509e54 Merge branch 'upstream' into pam_mount
Conflicts:
	pkgs/top-level/all-packages.nix
2014-09-15 12:15:11 +02:00
Thomas Strobel
66dbde4002 New packages: pam_mount and libHX
Add pam_mount package. Integration into NixOS is still missing.
2014-09-15 11:55:23 +02:00
William A. Kennington III
5c80997ebd radvd: 2.5 -> 2.6 2014-09-15 01:30:42 -07:00
William A. Kennington III
c27594d8b4 pcsclite: Add myself as maintainer 2014-09-15 01:08:28 -07:00
William A. Kennington III
d8858f8a25 ccid: 1.4.16 -> 1.4.18 2014-09-15 01:08:28 -07:00
Charles Strahan
ff344624d6 add go-repo-root, dependency of go2nix 2014-09-15 09:53:30 +02:00
Peter Simons
c1df8e0cee Merge pull request #4088 from wavewave/master
haskell-pdf-toolbox-(core,content,document) library added
2014-09-15 09:51:47 +02:00
Eelco Dolstra
552b105206 gcc-wrapper: Use a real date
Analogous to the fake timestamp in the Linux kernel build.
2014-09-15 09:26:41 +02:00
William A. Kennington III
abc21d9464 mstflint: Add derivation 2014-09-14 19:00:25 -07:00
William A. Kennington III
9c27c33ea8 libibmad: Add derivation 2014-09-14 19:00:02 -07:00
William A. Kennington III
0511d49f2e libibumad: Add derivation 2014-09-14 18:59:43 -07:00
Ian-Woo Kim
6d01dddd6f haskell-pdf-toolbox-document added 2014-09-15 02:42:03 +02:00
Ian-Woo Kim
8a027d9827 haskell-pdf-toolbox-content: added 2014-09-15 02:31:08 +02:00
Luca Bruno
d4b49aa25f Fix gnome3_10 namespace 2014-09-15 01:38:06 +02:00
Ian-Woo Kim
3523d484a6 haskell-pdf-toolbox-core: added 2014-09-15 01:15:59 +02:00
Domen Kožar
9daaa16341 add python2nix 2014-09-14 23:12:22 +02:00
Aristid Breitkreuz
08bf164c55 Merge branch 'master' of github.com:wyvie/nixpkgs into wyvie-master 2014-09-14 22:48:18 +02:00
Gergely Risko
3a2134d46f Disable perl 5.16 tests
They are on the path to stdenv rebuild.

Accidentally re-enabled by conflict resolution in cherry-pick 3196d4f.
2014-09-14 22:34:51 +02:00
Gergely Risko
e766f0b0d0 Fix __DATE__ and __TIME__ purification in gcc-wrapper 2014-09-14 22:33:48 +02:00
Aristid Breitkreuz
69c95e3fdf Merge pull request #4041 from nbp/disable-fuppes
Disable fuppes module
2014-09-14 22:29:30 +02:00
Aristid Breitkreuz
8059a25ba9 Merge pull request #4047 from waywardmonkeys/remove-gwdyion-dylan
dylan: Remove old gwydion-dylan package.
2014-09-14 22:28:35 +02:00
Aristid Breitkreuz
c0ad786601 Merge pull request #4079 from ambrop72/virtualbox-alsa
VirtualBox: Fix ALSA audio.
2014-09-14 22:27:10 +02:00
Gergely Risko
6fe1ac69f9 Cleanup legacy settings in stdenvLinux
This causes a mass rebuild, because it changes the hashes of
stdenvLinux, as it enable tests for coreutils.
2014-09-14 21:57:00 +02:00
Gergely Risko
c5df246ba9 Cleanup perl logic in stdenvLinux
Make thread disabling explicit.  This changes the semantics of the perl
derivation, so on other platforms it may require setting

  enableThreading = false

This commit doesn't change the derivation or out hash of stdenvLinux.
2014-09-14 21:36:14 +02:00
Gergely Risko
fca5d864b6 pkgs/stdenv/linux: stageFun refactoring
The stage3.extraAttrs.glibc argument was required for this whole build
procedure to correctly work and it was very-very hard to see why (the
comment said something about gcc47, but we're using gcc48 now).

This stage3.extraAttrs.glibc goes into stage3.stdenv.glibc after some
arg passing, and in pkgs/development/compiler/gcc an (stdenv ? glibc)
boolean expression decides to override /usr/include during the GCC
build.

All of our stages are built with glibc, so this refactoring moves this
repeating specification of glibc (once for gcc wrapper and once here for
extraAttrs) to stageFun, by getting rid of wrapGCC, as we were using
that in all of the stages anyways.

Incidentally it turned out, that this stdenv.glibc inconsistency caused
some random other stuff to behave differently:
  - stage1.pkgs.perl has threading disabled,
  - stage4.pkgs.coreutils (the production coreutils) has testing disabled.

Leave this historical accidents as they are in this commit, so the scope
of this commit can stay as a refactoring only, these issues will be
fixed in separate commits.

This commit doesn't change the derivation or the output hash of
stdenvLinux.
2014-09-14 21:35:54 +02:00
wyvie
490dc64347 Fixed file name with new version 2014-09-14 21:19:38 +02:00
Gergely Risko
efcb00d002 Do allowed requisites check in stdenv/linux
Use the new allowedRequisites feature in stdenvLinux.

This way we properly check that the end-result stdenv of the quite
complicated multi-stage stdenvLinux building procedure is sane, and only
depends on the stuff that we know about.

Alternative would be to just disallowRequisites bootstrapTools, which is
the most common offender, but we have had other offenders in the past.

For these checks to actually fire, you currently have to use nixUnstable,
as the necessary feature will be released in Nix 1.8.
2014-09-14 21:14:41 +02:00
wyvie
57f62dd2b4 Bumped version of sublime3 2014-09-14 21:13:54 +02:00
Gergely Risko
e6bf8a09ba Fix xz to not depend on bootstrap-tools 2014-09-14 21:00:12 +02:00
Pascal Wittmann
6b75431f2d Merge pull request #4051 from wyvie/master
Added quazip-0.7
2014-09-14 19:56:02 +02:00
Gergely Risko
0a3d811e42 Fix zlib handling in stdenvLinux
Previously stdenv depended on two different zlibs and there was a third
one in the top-level package set for other purposes.  This commit merges
all this zlibs to one.

Actually this have been committed once as 1f2b636, but then got lost
while resolving merge conflicts.  Hopefully it survives this time.
2014-09-14 19:37:51 +02:00
Gergely Risko
4ac4af08f2 Cosmetic renaming: extraPath -> extraBuildInputs 2014-09-14 19:37:32 +02:00
Gergely Risko
034b07e6ff Remove gcc and zlib dependency on bootstrap-tools
The 82797f98f2917e164db8691b516ed7f354b40ff4 merge caused this
issue while trying to merge the staging refactorings with
the modular-stdenv feature branch.
2014-09-14 19:32:58 +02:00
Domen Kožar
5198f9bc29 mailpile: dev -> 0.4.0 (beta release) 2014-09-14 18:28:23 +02:00
wyvie
8818e63dcd Fixed quazip default.nix 2014-09-14 17:53:37 +02:00
Vladimír Čunát
2e139a9eff merge fixup: connect the parent of the previous commit
The previous "merge" commit was missing the master parent by accident.
Thanks to @errge for noticing.
2014-09-14 17:32:49 +02:00
Pascal Wittmann
a47ef22751 Merge pull request #4080 from nathanielbaxter/dev/keepass
keepass: Bump version to 2.27
2014-09-14 16:16:13 +02:00
Pascal Wittmann
d7d879e6cb Merge pull request #4077 from DamienCassou/weboob
Weboob
2014-09-14 15:21:55 +02:00
Nathaniel Baxter
958be357a5 keepass: Bump version to 2.27 2014-09-14 22:05:15 +10:00
ambrop7@gmail.com
2f79a85767 VirtualBox: Fix ALSA audio.
Use a sed replacement to ensure that dynamic loading of libasound works.
2014-09-14 11:28:34 +02:00
Damien Cassou
bb97890cf3 Add weboob 0.j 2014-09-14 10:39:48 +02:00
Pascal Wittmann
28e1d25084 super: fixed url to source and added patch for CVE-2014-0470 2014-09-14 08:51:01 +02:00
William A. Kennington III
f4e8f18c19 v8: 3.26.8 -> 3.26.31.15 2014-09-13 22:50:47 -07:00
William A. Kennington III
cd83ae0ad7 gyp: 1944 -> 1977 2014-09-13 22:07:11 -07:00
William A. Kennington III
87ee3d5d5e libyaml: Add myself as a maintainer and add platforms meta 2014-09-13 22:07:11 -07:00