nixpkgs/pkgs/development
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
..
arduino
compilers hhvm: remove bash input 2014-07-19 19:46:32 -05:00
eclipse
guile-modules
interpreters lua-5.1, lua-5.2: fix typo / copy-n-paste mistake in configurePhase 2014-07-11 07:17:11 +02:00
libraries Add plugins haskell package 2014-07-21 09:44:39 -04:00
lisp-modules fetchbzr, fetchdarcs, fetchhg: use rev attr 2014-06-28 21:06:10 +02:00
misc
mobile titaniumsdk: Bump to version 3.3.0.GA stable 2014-07-18 16:59:36 +02:00
ocaml-modules Adds yojson. 2014-07-05 09:00:12 +02:00
perl-modules
python-modules tables: Define license 2014-07-05 21:41:04 +02:00
qtcreator
r-modules Added CRAN archive to R package derivation to prevent R expressions from 2014-07-08 11:02:05 +10:00
ruby-modules
tools Merge pull request #3317 from Mathnerd314/prelink 2014-07-20 14:03:12 +02:00
web Add --no-same-permission to tar command in node package builder 2014-07-21 18:54:21 +03:00