nixpkgs/pkgs
Paul Colomiets 7b1a863f1e Add --no-same-permission to tar command in node package builder
This is because of an error while using `nix` under Archlinux:
```
building path(s) `/nix/store/rwkcbhv9jfhzhandfslg62knl2xw0r7m-node-sources'
building /nix/store/rwkcbhv9jfhzhandfslg62knl2xw0r7m-node-sources
suspicious ownership or permission on `/nix/store/rwkcbhv9jfhzhandfslg62knl2xw0r7m-node-sources'; rejecting this build output
cannot build derivation `/nix/store/01qsszx9y2kyx1x72zr5magy2la98720-uglify-js-2.4.15.drv': 1 dependencies couldn't be built
```

The permissions on all file are like the following:
```
drwxrwxr-x 1 root root    358 Jun  9 17:04 .
drwxr-xr-x 1 root root 421110 Jul 21 15:49 ..
-rw-rw-r-- 1 root root     22 Jun  9 17:04 .gitattributes
```
After the fix, permissions are OK, and no suspicious error any more.

Error is encountered for any node package built. I'm not sure why it
fails on Arch but work on nixos, but I believe the flag is safe to add
anyway.
2014-07-21 18:54:21 +03:00
..
applications Add gimpPlugins.focusblur 2014-07-20 21:28:50 +02:00
build-support Filter out broken-completely links 2014-07-18 17:42:00 +04:00
data
desktops e18: enlightenment desktop manager version 18 2014-07-17 23:00:38 +02:00
development Add --no-same-permission to tar command in node package builder 2014-07-21 18:54:21 +03:00
games Add "please don't edit" comment at the top of every auto-generated Haskell file. 2014-07-14 13:21:41 +02:00
misc my-env: Support for running command directly by load-env-xxx script 2014-07-16 23:09:49 +02:00
os-specific linux: only enable CONFIG_NFS_SWAP for v3.6+ kernels 2014-07-16 12:13:06 +02:00
servers mpd: use pulseaudio in buildInputs if pulseaudioSupport is true not if zipSupport is true 2014-07-18 16:56:06 +02:00
shells allow zsh on mac 2014-07-17 15:38:19 -07:00
stdenv
test
tools asciidoc: add enableExtraPlugins expression argument 2014-07-20 23:03:27 +02:00
top-level Add plugins haskell package 2014-07-21 09:44:39 -04:00