Re: [Nix-dev] how to 'just run binaries' in nixos

2017-03-21 Thread Nikolay Amiantov
You may try steam-run. Despite the name it's actually not necessarily related to Steam, it just runs binaries in an environment very resembling Steam Runtime (which is a good de-facto standard). Add this to your environment.systemPackages: (steam.override { nativeOnly = true; newStdcpp

[Nix-commits] [NixOS/nixpkgs] 242031: mutter: fix on i686-linux

2017-03-21 Thread Robin Gloster
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 242031a34e27b626832ee86f884db27266b6c12e https://github.com/NixOS/nixpkgs/commit/242031a34e27b626832ee86f884db27266b6c12e Author: Robin Gloster Date: 2017-03-21 (Tue, 21 Mar 2017)

[Nix-commits] [NixOS/nixpkgs] 9d3877: gargoyle: init at 2017-03-12

2017-03-21 Thread Jörg Thalheim
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 9d38774a2834b32471bd69b0ec2034ff883d871c https://github.com/NixOS/nixpkgs/commit/9d38774a2834b32471bd69b0ec2034ff883d871c Author: Orivej Desh Date: 2017-03-19 (Sun, 19 Mar 2017) Changed

[Nix-commits] [NixOS/nixpkgs] 552f6b: enginepkcs11: libp11 version 0.4.0 and above conta...

2017-03-21 Thread ndowens
Branch: refs/heads/release-17.03 Home: https://github.com/NixOS/nixpkgs Commit: 552f6b334128c309628a836392bfe88943d0e64a https://github.com/NixOS/nixpkgs/commit/552f6b334128c309628a836392bfe88943d0e64a Author: ndowens Date: 2017-03-22 (Wed, 22 Mar 2017)

[Nix-commits] [NixOS/nixpkgs] 3263d0: xcbuild: assorted fixes and cleanups

2017-03-21 Thread Dan Peebles
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 3263d02626cadc95a2ddc4e949128d4925c77b02 https://github.com/NixOS/nixpkgs/commit/3263d02626cadc95a2ddc4e949128d4925c77b02 Author: Dan Peebles Date: 2017-03-21 (Tue, 21 Mar 2017)

[Nix-commits] [NixOS/nixpkgs] 3760c8: Python: replace mkPythonDerivation with buildPytho...

2017-03-21 Thread Frederik Rietdijk
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: 3760c8c7fde6e8b15d19b063579d05018fc2d8b3 https://github.com/NixOS/nixpkgs/commit/3760c8c7fde6e8b15d19b063579d05018fc2d8b3 Author: Frederik Rietdijk Date: 2017-03-21 (Tue, 21 Mar 2017)

[Nix-commits] [NixOS/nixpkgs] 37c31c: ponyc: segfaults on i686

2017-03-21 Thread Robin Gloster
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 37c31c635d77c319c151905678983ae12789188e https://github.com/NixOS/nixpkgs/commit/37c31c635d77c319c151905678983ae12789188e Author: Robin Gloster Date: 2017-03-21 (Tue, 21 Mar 2017)

[Nix-commits] [NixOS/nixpkgs] 777bf8: ponyc: segfaults on i686

2017-03-21 Thread Robin Gloster
Branch: refs/heads/release-17.03 Home: https://github.com/NixOS/nixpkgs Commit: 777bf8501310e21be7588858af99c6d064c1ce1f https://github.com/NixOS/nixpkgs/commit/777bf8501310e21be7588858af99c6d064c1ce1f Author: Robin Gloster Date: 2017-03-21 (Tue, 21 Mar 2017)

[Nix-commits] [NixOS/nixpkgs] 29f57a: gitlab: 8.16.6 -> 8.17.4 for CVE-2017-0882

2017-03-21 Thread Franz Pletz
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 29f57ac4479fa5baed5bbbf29fe1b4eac7a86b4d https://github.com/NixOS/nixpkgs/commit/29f57ac4479fa5baed5bbbf29fe1b4eac7a86b4d Author: Franz Pletz Date: 2017-03-21 (Tue, 21 Mar 2017)

[Nix-commits] [NixOS/nixpkgs] 40a64e: gitlab: 8.16.6 -> 8.17.4 for CVE-2017-0882

2017-03-21 Thread Franz Pletz
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: 40a64e4e035bf925dcce7bab10414d56eec94493 https://github.com/NixOS/nixpkgs/commit/40a64e4e035bf925dcce7bab10414d56eec94493 Author: Franz Pletz Date: 2017-03-21 (Tue, 21

[Nix-commits] [NixOS/nixpkgs] cce545: gitlab: 8.16.6 -> 8.17.4 for CVE-2017-0882

2017-03-21 Thread Franz Pletz
Branch: refs/heads/release-17.03 Home: https://github.com/NixOS/nixpkgs Commit: cce54583d4b3b20036f99004f1610df8fdb51a3c https://github.com/NixOS/nixpkgs/commit/cce54583d4b3b20036f99004f1610df8fdb51a3c Author: Franz Pletz Date: 2017-03-21 (Tue, 21

[Nix-commits] [NixOS/nixpkgs] 251b9c: nginx service: add commonHttpConfig option

2017-03-21 Thread Frederik Rietdijk
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: 251b9ca0e77963c48d9c198cec964f7a1cd91d4a https://github.com/NixOS/nixpkgs/commit/251b9ca0e77963c48d9c198cec964f7a1cd91d4a Author: Susan Potter Date: 2017-02-28 (Tue, 28 Feb 2017)

[Nix-commits] [NixOS/nixpkgs] 504323: Python: replace mkPythonDerivation with buildPytho...

2017-03-21 Thread Frederik Rietdijk
Branch: refs/heads/staging-17.03 Home: https://github.com/NixOS/nixpkgs Commit: 504323c928299df9ae3f45ad71b3ba5a0d6855b5 https://github.com/NixOS/nixpkgs/commit/504323c928299df9ae3f45ad71b3ba5a0d6855b5 Author: Frederik Rietdijk Date: 2017-03-21 (Tue, 21 Mar

[Nix-commits] [NixOS/nixpkgs] f57185: fetch-*: remove md5 support

2017-03-21 Thread Robin Gloster
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: f57185db953670d6e4f334b7ad2dc79a96d703c4 https://github.com/NixOS/nixpkgs/commit/f57185db953670d6e4f334b7ad2dc79a96d703c4 Author: Robin Gloster Date: 2017-03-20 (Mon, 20 Mar 2017)

[Nix-commits] [NixOS/nixpkgs] b9608a: git, openssl, curl: Respect $NIX_SSL_CERT_FILE

2017-03-21 Thread Domen Kožar
Branch: refs/heads/staging-17.03 Home: https://github.com/NixOS/nixpkgs Commit: b9608a9a2e5b511f40bb827d806f981176af48bc https://github.com/NixOS/nixpkgs/commit/b9608a9a2e5b511f40bb827d806f981176af48bc Author: Domen Kožar Date: 2017-03-21 (Tue, 21 Mar 2017)

Re: [Nix-dev] Problem compiling a rust program without fetchFromGitHub

2017-03-21 Thread Christian Kauhaus
Am 21.03.2017 um 16:47 schrieb stewart mackenzie: > $ nix-garbage-collect then retry This time I'm getting a new error: | Fetching /tmp/nix-build-my-rustfmt-fetch.drv-0/rustfmt to /nix/store/7v30ck1i3c1l2j2g461ld3jaq3hvfg01-my-rustfmt-fetch | Using rust registry from

[Nix-commits] [NixOS/nixpkgs] 261d7c: mesa: enable texture floats by default

2017-03-21 Thread Eelco Dolstra
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: 261d7caed794c4e7e8346455e53a2f3a464e7935 https://github.com/NixOS/nixpkgs/commit/261d7caed794c4e7e8346455e53a2f3a464e7935 Author: Nikolay Amiantov Date: 2017-03-21 (Tue, 21 Mar 2017)

[Nix-dev] Problem compiling a rust program without fetchFromGitHub

2017-03-21 Thread Christian Kauhaus
Hello fellow Nixers, I recently failed to compile a Rust program (rustfmt) from a local checkout. Compiling with identical sources obtained via fetchFromGitHub succeeded. Compiling from a identical local checkout didn't. Very strange. Can anyone help me to figure out what is going wrong? This

[Nix-commits] [NixOS/nixpkgs] 13ede0: pythonPackages.podcastparser: correct license

2017-03-21 Thread Jörg Thalheim
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 13ede040f1a7d552fd1d52ecdfa9b842f2d200d4 https://github.com/NixOS/nixpkgs/commit/13ede040f1a7d552fd1d52ecdfa9b842f2d200d4 Author: Jörg Thalheim Date: 2017-03-21 (Tue, 21 Mar 2017)

Re: [Nix-dev] The Church of Suckless NixOS is looking for followers

2017-03-21 Thread William Casarin
Eelco Dolstra writes: > On 03/19/2017 12:10 PM, Jan Malakhovski wrote: >> >> For eeePC try disabling hardening. Seriously. > > Hm, I wasn't aware hardening has a significant performance impact. Do you have > more info on that? I have a feeling in my case the

[Nix-commits] [NixOS/nixpkgs] cd2627: Fix mkdir for fetchgx to not throw an exception

2017-03-21 Thread Jörg Thalheim
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: cd2627da0dabdb5e856c43299bbf4e1b2fd28bdf https://github.com/NixOS/nixpkgs/commit/cd2627da0dabdb5e856c43299bbf4e1b2fd28bdf Author: HeeL Date: 2017-03-21 (Tue, 21 Mar 2017) Changed

[Nix-commits] [NixOS/nixpkgs] 6521c3: nix: 1.11.7 -> 1.11.8

2017-03-21 Thread Eelco Dolstra
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: 6521c34d6de28a8917aa387ccaa6f3dcd867381a https://github.com/NixOS/nixpkgs/commit/6521c34d6de28a8917aa387ccaa6f3dcd867381a Author: Eelco Dolstra Date: 2017-03-21 (Tue, 21 Mar

[Nix-commits] [NixOS/nixpkgs] 80888e: mesa: enable texture floats by default

2017-03-21 Thread Nikolay Amiantov
Branch: refs/heads/staging-17.03 Home: https://github.com/NixOS/nixpkgs Commit: 80888e21e9657aefe9b5227bbc5fd284ce6c1b61 https://github.com/NixOS/nixpkgs/commit/80888e21e9657aefe9b5227bbc5fd284ce6c1b61 Author: Nikolay Amiantov Date: 2017-03-21 (Tue, 21 Mar 2017)

[Nix-commits] [NixOS/nixpkgs] a0134b: nix: 1.11.7 -> 1.11.8

2017-03-21 Thread Eelco Dolstra
Branch: refs/heads/release-17.03 Home: https://github.com/NixOS/nixpkgs Commit: a0134b96225453b3a0b59aa8c28c0c8efb6fc3d4 https://github.com/NixOS/nixpkgs/commit/a0134b96225453b3a0b59aa8c28c0c8efb6fc3d4 Author: Eelco Dolstra Date: 2017-03-21 (Tue, 21 Mar

[Nix-commits] [NixOS/nixpkgs] cb49c1: Revert "nixos-container: Use machinectl shell (#18...

2017-03-21 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: cb49c1432417f9576ed12613f0374b3bc23587c2 https://github.com/NixOS/nixpkgs/commit/cb49c1432417f9576ed12613f0374b3bc23587c2 Author: Eelco Dolstra Date: 2017-03-21 (Tue, 21 Mar 2017)

[Nix-commits] [NixOS/nixpkgs] e6a029: Expand on creating USB bootable for OS X

2017-03-21 Thread Jörg Thalheim
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: e6a02918ce04f5c2cdda0983626753cd06ec0d3d https://github.com/NixOS/nixpkgs/commit/e6a02918ce04f5c2cdda0983626753cd06ec0d3d Author: Carlos D Date: 2017-03-21 (Tue, 21 Mar 2017)

[Nix-commits] [NixOS/nixpkgs] 6448a3: nginx: Add alias configuration option for hosts an...

2017-03-21 Thread HeeL
Branch: refs/heads/release-17.03 Home: https://github.com/NixOS/nixpkgs Commit: 6448a3e113580be2f123d62edbda679979fe9e04 https://github.com/NixOS/nixpkgs/commit/6448a3e113580be2f123d62edbda679979fe9e04 Author: Evan Danaher Date: 2017-03-21 (Tue, 21 Mar

Re: [Nix-dev] Problem compiling a rust program without fetchFromGitHub

2017-03-21 Thread stewart mackenzie
$ nix-garbage-collect then retry ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

[Nix-commits] [NixOS/nixpkgs] 642184: pythonPackages.podcastparser: init at 0.6.1

2017-03-21 Thread Jörg Thalheim
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 64218457c48ad2f9ffcc9f1551b3afd7ebf562ba https://github.com/NixOS/nixpkgs/commit/64218457c48ad2f9ffcc9f1551b3afd7ebf562ba Author: Jörg Thalheim Date: 2017-03-21 (Tue, 21 Mar 2017)

[Nix-commits] [NixOS/nixpkgs] 7299db: fontconfig-penultimate: 0.2 -> 0.2.1

2017-03-21 Thread Thomas Tuegel
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: 7299db431a700768d0b5a6c80ae6e82b748ad0db https://github.com/NixOS/nixpkgs/commit/7299db431a700768d0b5a6c80ae6e82b748ad0db Author: Thomas Tuegel Date: 2017-03-21 (Tue, 21 Mar 2017)

Re: [Nix-dev] The Church of Suckless NixOS is looking for followers

2017-03-21 Thread Adrien Devresse
Le 21. 03. 17 à 16:56, William Casarin a écrit : > Eelco Dolstra writes: >> On 03/19/2017 12:10 PM, Jan Malakhovski wrote: >>> For eeePC try disabling hardening. Seriously. >> Hm, I wasn't aware hardening has a significant performance impact. Do you >> have >> more

<    1   2