Re: [Nix-dev] git in nix is broken...

2017-07-10 Thread Vladimír Čunát via nix-dev
On 07/10/2017 11:06 PM, Dmitry Kalinkin via nix-dev wrote: > Same can be achieved with makeWrapper > (http://nixos.org/nixpkgs/manual/#ssec-stdenv-functions) > Also, there is propagatedBuildInputs, but it is limited to Nix build > environment. For completeness, propagatedUserEnvPkgs extends that

Re: [Nix-dev] Debugging Hydra failures without a log

2017-07-10 Thread Vladimír Čunát via nix-dev
On 07/10/2017 10:52 PM, Sergiu Ivanov wrote: >> It didn't? I see an evaluation a few days after that did succeed: >> https://hydra.nixos.org/job/nixpkgs/release-17.03/bibtex2html.i686-linux > > Oh, cool, thanks a lot! > > Hydra didn't send me an "it works" notification this time and I didn't >

Re: [Nix-dev] Debugging Hydra failures without a log

2017-07-10 Thread Vladimír Čunát via nix-dev
On 07/10/2017 06:47 PM, Sergiu Ivanov via nix-dev wrote: > Hydra told me the package bibtex2html which I maintain got broken: > > https://hydra.nixos.org/build/55099626 > > I waited for a couple weeks hoping the issue will fix itself, but > apparently it didn't. [...] It didn't? I see an

Re: [Nix-dev] re2c fix build

2017-07-09 Thread Vladimír Čunát via nix-dev
On 07/09/2017 03:34 AM, Karn Kallio via nix-dev wrote: > The attached patch fixes the build of the re2c Nixpkgs expression by > adjusting the sourceRoot to account for the unpackFile treatment of a > directory. Note: I had to "undo" that anyway in 3a891c67fc87, as the change was caused by commits

Re: [Nix-dev] error: cannot auto-call a function that has an argument without a default value (‘stdenv’)

2017-07-07 Thread Vladimír Čunát via nix-dev
On 07/06/2017 05:54 PM, tj5527 via nix-dev wrote: > Following the example > at http://nixos.org/nix/manual/#chap-writing-nix-expressions to build > hello package. But `nix-build -A hello` throws error "error: cannot > auto-call a function that has an argument without a default value > (‘stdenv’)"

Re: [Nix-dev] unequal build hash

2017-07-07 Thread Vladimír Čunát via nix-dev
On 07/06/2017 07:35 PM, Harmen via nix-dev wrote: > Does that makes sense? Did I forget a 'name' somewhere? When you use things like src = ./.; the directory gets copied into nix store and the resulting path's name is based on the name of the directory. --Vladimir

Re: [Nix-dev] Using system.autoUpgrade with a git channel

2017-07-06 Thread Vladimír Čunát via nix-dev
On 07/07/2017 01:46 AM, John Ramsden via nix-dev wrote: > I was also wondering what exactly the 'nixos-rebuild switch' command's > '--upgrade' flag does. It does $ nix-channel --update nixos Best see the source if you want details, as it's relatively simple:

[Nix-commits] [NixOS/nixpkgs] f10940: postfix: Add optional LDAP support

2017-07-05 Thread Vladimír Čunát via nix-commits
a04823560c5a0aaff1e2b4d3e7a0056 https://github.com/NixOS/nixpkgs/commit/ec117f27ca04823560c5a0aaff1e2b4d3e7a0056 Author: Will Dietz <w...@wdtz.org> Date: 2017-07-04 (Tue, 04 Jul 2017) Changed paths: M pkgs/top-level/perl-packages.nix Log Message: --- Sys::CPU: Try t

[Nix-commits] [NixOS/nixpkgs] 111b5e: groff: Add site.tmac to fix man page coloring

2017-07-05 Thread Vladimír Čunát via nix-commits
Patch is taken from Arch Linux; see https://bugs.archlinux.org/task/33760. Commit: 7b7eb577a2220e6c745adbea0b0973c8a1b7d0a3 https://github.com/NixOS/nixpkgs/commit/7b7eb577a2220e6c745adbea0b0973c8a1b7d0a3 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-07-05 (Wed,

[Nix-commits] [NixOS/nixpkgs] febadb: gnutls: bugfix 3.5.13 -> 3.5.14

2017-07-05 Thread Vladimír Čunát via nix-commits
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: febadbce3f5f5015f133d04e9476634c988a19b0 https://github.com/NixOS/nixpkgs/commit/febadbce3f5f5015f133d04e9476634c988a19b0 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-07-05 (Wed, 05 Ju

[Nix-commits] [NixOS/nixpkgs] 495a02: llvmPackages_4: 4.0.0 -> 4.0.1

2017-07-05 Thread Vladimír Čunát via nix-commits
gs/commit/f171b95e446cd4ee5f3d2e758dce8237a9e9c5bc Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-07-05 (Wed, 05 Jul 2017) Changed paths: M pkgs/development/compilers/llvm/4/clang/default.nix M pkgs/development/compilers/llvm/4/default.nix M pkgs/development/compil

[Nix-commits] [NixOS/nixpkgs] 0ec439: ntfs3g: change package name

2017-07-04 Thread Vladimír Čunát via nix-commits
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 0ec4394ee7d7ad0e3215c9a9f2c83cdcb9718a94 https://github.com/NixOS/nixpkgs/commit/0ec4394ee7d7ad0e3215c9a9f2c83cdcb9718a94 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-07-04 (Tue, 04 Ju

[Nix-commits] [NixOS/nixpkgs] 72c9ed: Merge #26628: treewide: setuid/setgid fallout

2017-07-03 Thread Vladimír Čunát
Branch: refs/heads/release-17.03 Home: https://github.com/NixOS/nixpkgs Commit: 72c9ed78d0b1d9d5f531805ddf5bf06bfd447614 https://github.com/NixOS/nixpkgs/commit/72c9ed78d0b1d9d5f531805ddf5bf06bfd447614 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-07-03 (Mon,

[Nix-commits] [NixOS/nixpkgs] c73f0c: mesa: maintenance 17.1.2 -> 17.1.4

2017-07-03 Thread Vladimír Čunát
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: c73f0caea5f0822ea044b4f90de4b64706d91362 https://github.com/NixOS/nixpkgs/commit/c73f0caea5f0822ea044b4f90de4b64706d91362 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-07-03 (Mon, 03 Ju

[Nix-commits] [NixOS/nixpkgs] 37f0aa: releaseTools: add channel function

2017-07-03 Thread Vladimír Čunát
m/NixOS/nixpkgs/commit/c4d59d886d3cfa4be8c908e77c1ce0fe23ed1312 Author: tjikini <ildrenc...@gmail.com> Date: 2017-07-01 (Sat, 01 Jul 2017) Changed paths: M pkgs/data/fonts/emacs-all-the-icons-fonts/default.nix Log Message: --- emacs-all-the-icons-fonts: 2.50 -&g

[Nix-commits] [NixOS/nixpkgs] cb9fe8: Mariadb: Fix URL for source tarball.

2017-07-03 Thread Vladimír Čunát
cratch. This change updates that URL to a mariadb.org location that will still serve this tarball. Hash is unchanged. Commit: cc83f351188610a06ce2539f42bc3c6cb5902ad2 https://github.com/NixOS/nixpkgs/commit/cc83f351188610a06ce2539f42bc3c6cb5902ad2 Author: Vladimír Čunát <vcu...@gmail.co

[Nix-commits] [NixOS/nixpkgs] 659046: Merge #27076: mariadb: fix URL for source tarball

2017-07-03 Thread Vladimír Čunát
Branch: refs/heads/release-17.03 Home: https://github.com/NixOS/nixpkgs Commit: 65904657b5d613bc1cc827aa2bb8df5c88150fea https://github.com/NixOS/nixpkgs/commit/65904657b5d613bc1cc827aa2bb8df5c88150fea Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-07-03 (Mon,

[Nix-commits] [NixOS/nixpkgs] 8ad1e6: Merge #27075: p7zip: Update CVE-2016-9296 patch UR...

2017-07-03 Thread Vladimír Čunát
Branch: refs/heads/release-17.03 Home: https://github.com/NixOS/nixpkgs Commit: 8ad1e63e79cd60a20b89ec99dd4797f4ffa0f6df https://github.com/NixOS/nixpkgs/commit/8ad1e63e79cd60a20b89ec99dd4797f4ffa0f6df Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-07-03 (Mon,

[Nix-commits] [NixOS/nixpkgs] 674e46: p7zip: Update CVE-2016-9296 patch URL.

2017-07-03 Thread Vladimír Čunát
2feee5 https://github.com/NixOS/nixpkgs/commit/6cad339a0eb0d052c8f5e4a88ce89c49792feee5 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-07-03 (Mon, 03 Jul 2017) Changed paths: M pkgs/tools/archivers/p7zip/default.nix Log Message: --- p7zip: add commit ID

[Nix-commits] [NixOS/nixpkgs] 057f89: lib/maintainers: add zxc24 to fix evaluation

2017-07-01 Thread Vladimír Čunát
Branch: refs/heads/release-17.03 Home: https://github.com/NixOS/nixpkgs Commit: 057f89b9344e5341796046f25ae4f269be6d4529 https://github.com/NixOS/nixpkgs/commit/057f89b9344e5341796046f25ae4f269be6d4529 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-07-01 (Sat,

[Nix-commits] [NixOS/nixpkgs] 8dddd2: texlive.combine: fix perl scripts without a sheban...

2017-07-01 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 82b67204c13331beba2299a47eb3a49b1682 https://github.com/NixOS/nixpkgs/commit/82b67204c13331beba2299a47eb3a49b1682 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-07-01 (Sat, 01 Ju

[Nix-commits] [NixOS/nixpkgs] 81e46d: texlive: wrap scripts by older perl

2017-07-01 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 81e46dbb29c0218e057df151e6377bf59b98db13 https://github.com/NixOS/nixpkgs/commit/81e46dbb29c0218e057df151e6377bf59b98db13 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-07-01 (Sat, 01 Ju

[Nix-commits] [NixOS/nixpkgs] 2014db: nixos xkb-layouts-exist: try to debug on Hydra

2017-06-28 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 2014db3efcd2a50507494ae55eb02c96dc4f4ea3 https://github.com/NixOS/nixpkgs/commit/2014db3efcd2a50507494ae55eb02c96dc4f4ea3 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-06-28 (Wed, 28 Ju

[Nix-commits] [NixOS/nixpkgs] b90bab: libopus: 1.2 -> 1.2.1

2017-06-28 Thread Vladimír Čunát
https://github.com/NixOS/nixpkgs/commit/46a44627829c58a36ca7628205c374ce63ef3839 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-06-28 (Wed, 28 Jun 2017) Changed paths: M pkgs/development/libraries/libopus/default.nix Log Message: --- Merge #26927: l

[Nix-commits] [NixOS/nixpkgs] ce8178: qtinstaller: fix broken meta

2017-06-26 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: ce8178ed931a0f6036a8a71919fd67b0a103e687 https://github.com/NixOS/nixpkgs/commit/ce8178ed931a0f6036a8a71919fd67b0a103e687 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-06-26 (Mon, 26 Ju

Re: [Nix-dev] nixos-unstable-small channel is not updating anymore

2017-06-26 Thread Vladimír Čunát
On 06/26/2017 07:22 PM, Eelco Dolstra wrote: > Jun 26 17:12:49 webserver update-nixos-unstable-small-start[13607]: > error: in package ‘libsForQt5.qtinstaller’: this derivation has bad > ‘meta.outputsToInstall’ Right, this particular error is fixed by ce8178ed931a. Is it possible to make such

[Nix-dev] nixos-unstable-small channel is not updating anymore

2017-06-26 Thread Vladimír Čunát
Hi. That channel hasn't updated for over a week now and it's unclear why, as all the jobs succeeded on most evaluations during the past week. --Vladimir ___ nix-dev mailing list nix-dev@lists.science.uu.nl

Re: [Nix-dev] Setup hook evaluation order

2017-06-25 Thread Vladimír Čunát
On 06/22/2017 01:05 PM, Thomas Tuegel wrote: > How can I make my setup hook be evaluated after multiple-outputs.sh is loaded? Immediate idea, maybe there's a better way: make the envHook just extend prePhases by a function that does the actual work. That should get run after all envHooks but

[Nix-commits] [NixOS/nixpkgs] 7c1a16: knot-dns: security 2.4.2 -> 2.4.5

2017-06-23 Thread Vladimír Čunát
Branch: refs/heads/release-17.03 Home: https://github.com/NixOS/nixpkgs Commit: 7c1a1651a50cfa09f6650ea20d70398bb3d6ac71 https://github.com/NixOS/nixpkgs/commit/7c1a1651a50cfa09f6650ea20d70398bb3d6ac71 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-06-23 (Fri,

[Nix-commits] [NixOS/nixpkgs] 75872f: knot-dns: security 2.5.1 -> 2.5.2

2017-06-23 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 75872f31617ef867f7ec77c2d50e1253fc0cad60 https://github.com/NixOS/nixpkgs/commit/75872f31617ef867f7ec77c2d50e1253fc0cad60 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-06-23 (Fri, 23 Ju

Re: [Nix-dev] firefox package questions

2017-06-21 Thread Vladimír Čunát
On 06/19/2017 12:25 PM, Roland Koebler wrote: > I installed firefox-esr, but the started Firefox called itself "Nightly". Firefox trademark policy does *not* allow (us) to distribute with the brand for versions that we build ourselves. You may avoid that if you build it on your machines. See

Re: [Nix-dev] Backport nodejs-8_x to 17.03

2017-06-21 Thread Vladimír Čunát
On 06/20/2017 06:06 PM, Wout Mertens wrote: > I'd like to have Node 8 in 17.03, is there any reason why we shouldn't > do that? > > It would be a non-default attribute, like in master, so the only impact > would be on Hydra I suppose. I believe such additions are perfectly OK. (It should be

[Nix-commits] [NixOS/nixpkgs] 04d4d1: gawk: link gawk manpage to awk

2017-06-18 Thread Vladimír Čunát
m/NixOS/nixpkgs/commit/f714dfbb1dc9d3df943edeaed3dc18d2ce0a579d Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-06-16 (Fri, 16 Jun 2017) Changed paths: M doc/configuration.xml M doc/functions.xml M doc/overlays.xml M doc/package-notes.xml M doc/reviewing-contributions.xml

[Nix-commits] [NixOS/nixpkgs] 66fdb9: gawkInteractive: fix build after 04d4d14d6d

2017-06-18 Thread Vladimír Čunát
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: 66fdb94f5011a2087e237451555c64767c09357e https://github.com/NixOS/nixpkgs/commit/66fdb94f5011a2087e237451555c64767c09357e Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-06-18 (Sun, 18 Ju

[Nix-commits] [NixOS/nixpkgs] b1f56b: wirelessInterfaces: Add a missing parameter

2017-06-18 Thread Vladimír Čunát
nix M pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/standalone.nix Log Message: --- flashplayer: 26.0.0.126 -> 26.0.0.131 Commit: c416641d4d1de6ac6db350974abc350cc774badc https://github.com/NixOS/nixpkgs/commit/c416641d4d1de6ac6db350974abc350cc774badc

[Nix-commits] [NixOS/nixpkgs] 351b59: cairo: bugfix 1.14.8 -> 1.14.10

2017-06-17 Thread Vladimír Čunát
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: 351b59be55851d94ea078f2a211c0706b317e979 https://github.com/NixOS/nixpkgs/commit/351b59be55851d94ea078f2a211c0706b317e979 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-06-17 (Sat, 17 Ju

[Nix-commits] [NixOS/nixpkgs] 0d9208: at: Don't set fancy bits on install

2017-06-17 Thread Vladimír Čunát
Log Message: --- udevil: add remark to patch Commit: d88c0cf8678c7accbd95010bb20ea0812a48bac5 https://github.com/NixOS/nixpkgs/commit/d88c0cf8678c7accbd95010bb20ea0812a48bac5 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-06-17 (Sat, 17 Jun 2017) Changed path

[Nix-commits] [NixOS/nixpkgs] a889c4: Merge #26657: nixos security.wrappers: fix a typo

2017-06-17 Thread Vladimír Čunát
Branch: refs/heads/release-17.03 Home: https://github.com/NixOS/nixpkgs Commit: a889c4c379f489d8cd1cbb87b64351a8d95508a8 https://github.com/NixOS/nixpkgs/commit/a889c4c379f489d8cd1cbb87b64351a8d95508a8 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-06-17 (Sat,

[Nix-commits] [NixOS/nixpkgs] 5ca644: Fixing attribute name mistake: setguid => setgid

2017-06-17 Thread Vladimír Čunát
cc774badc Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-06-17 (Sat, 17 Jun 2017) Changed paths: M nixos/modules/security/wrappers/default.nix Log Message: --- Merge #26657: nixos security.wrappers: fix a typo Fixes #26611. Compare: https://github.com/NixOS/

[Nix-commits] [NixOS/nixpkgs] fdef88: ply: init at v1-beta1(9e810b1)

2017-06-17 Thread Vladimír Čunát
fault.nix Log Message: --- Merge pull request #26646 from magnetophon/ardour Ardour: 5.8 -> 5.10 Commit: 304391b2f208ff109a0384fe9a0efef4d92d785a https://github.com/NixOS/nixpkgs/commit/304391b2f208ff109a0384fe9a0efef4d92d785a Author: Vladimír Čunát <vcu...@gmail.com>

[Nix-commits] [NixOS/nixpkgs] c002b8: faustCompressors: 1.1.1 -> 1.2

2017-06-16 Thread Vladimír Čunát
03 Author: Charles Strahan <char...@cstrahan.com> Date: 2017-06-16 (Fri, 16 Jun 2017) Changed paths: M pkgs/applications/networking/browsers/chromium/plugins.nix M pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/default.nix M pkgs/applications/netw

[Nix-commits] [NixOS/nixpkgs] 286c36: utillinux: fix "fstrim --all"

2017-06-16 Thread Vladimír Čunát
hu, 15 Jun 2017) Changed paths: M pkgs/os-specific/linux/util-linux/default.nix Log Message: --- utillinux: fix "fstrim --all" Commit: 2a76b6ad698af623f110a183a4f0ce3f3f308273 https://github.com/NixOS/nixpkgs/commit/2a76b6ad698af623f110a183a4f0ce3f3f308273

[Nix-commits] [NixOS/nixpkgs] d25bf8: elasticsearch service: remove postStart script

2017-06-16 Thread Vladimír Čunát
paths: R pkgs/development/libraries/icu/0001-Disable-LDFLAGSICUDT-for-Linux.patch M pkgs/development/libraries/icu/default.nix Log Message: --- icu: Fix ARM patch Broken by fad6fc3dae16b5161895165bf275e329e20860d6. Let's do it in a cleaner way. Commit: 86da6d441f7a248b02

[Nix-commits] [NixOS/nixpkgs] 773822: firefox: rename default.nix -> common.nix

2017-06-16 Thread Vladimír Čunát
Commit: 378d10001f72ca3b231af132d405203a524c339a https://github.com/NixOS/nixpkgs/commit/378d10001f72ca3b231af132d405203a524c339a Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-06-16 (Fri, 16 Jun 2017) Changed paths: M pkgs/applications/networking/browsers/fir

[Nix-commits] [NixOS/nixpkgs] 273210: thunderbird, thunderbird-bin: 52.1.1 -> 52.2.0

2017-06-15 Thread Vladimír Čunát
cb90be778 https://github.com/NixOS/nixpkgs/commit/540f8ee7ad5adf6fb88f9e612e3e538cb90be778 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-06-15 (Thu, 15 Jun 2017) Log Message: --- Merge #26601: thunderbird*: 52.1.1 -> 52.2.0 (security) It's a real *merge* this time,

[Nix-commits] [NixOS/nixpkgs] 791f07: Merge #26601: thunderbird*: 52.1.1 -> 52.2.0 (secu...

2017-06-15 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 791f072384a18a821d998edcecb5d7b3cd78e4ea https://github.com/NixOS/nixpkgs/commit/791f072384a18a821d998edcecb5d7b3cd78e4ea Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-06-15 (Thu, 15 Ju

[Nix-commits] [NixOS/nixpkgs] 6cf604: firefox-bin: 53.0.3 -> 54.0

2017-06-15 Thread Vladimír Čunát
https://github.com/NixOS/nixpkgs/commit/952bb9a445f6af99d9c3509cbf606ca6319097a6 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-06-15 (Thu, 15 Jun 2017) Changed paths: M pkgs/applications/networking/browsers/firefox-bin/release_sources.nix R pkgs/applications/networking/browsers/firefox/cargo-fix.patch

[Nix-commits] [NixOS/nixpkgs] 4ef831: aiccu: remove leftover from 3dcecf09fc1c

2017-06-14 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 4ef8313bb65696b0a39739a799b8231e6b925a3d https://github.com/NixOS/nixpkgs/commit/4ef8313bb65696b0a39739a799b8231e6b925a3d Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-06-15 (Thu, 15 Ju

[Nix-commits] [NixOS/nixpkgs] 90cf4c: rhash: extend meta.platforms

2017-06-13 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 90cf4cfabecad2b4e04d1c018f862868bb59b0ca https://github.com/NixOS/nixpkgs/commit/90cf4cfabecad2b4e04d1c018f862868bb59b0ca Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-06-13 (Tue, 13 Ju

[Nix-commits] [NixOS/nixpkgs] 5ad7d3: kde4.kdepimlibs: fixup build by using older cmake

2017-06-13 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 5ad7d3106e04f961d0c6fdf05b7a9e79c27c9d12 https://github.com/NixOS/nixpkgs/commit/5ad7d3106e04f961d0c6fdf05b7a9e79c27c9d12 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-06-13 (Tue, 13 Ju

[Nix-commits] [NixOS/nixpkgs] 372924: mesa: add valgrind support

2017-06-13 Thread Vladimír Čunát
xOS/nixpkgs/commit/a38b0d000c9001f6b9bc791c06ab8f5dc8595b44 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-06-11 (Sun, 11 Jun 2017) Changed paths: M pkgs/development/libraries/mesa/default.nix Log Message: --- mesa: maintenance 17.

[Nix-commits] [NixOS/nixpkgs] 7aca46: thunderbird: 45.8.0 -> 52.1.1

2017-06-13 Thread Vladimír Čunát
Branch: refs/heads/release-17.03 Home: https://github.com/NixOS/nixpkgs Commit: 7aca46f9a94c06a49cbdcf25e95457d3d02541f7 https://github.com/NixOS/nixpkgs/commit/7aca46f9a94c06a49cbdcf25e95457d3d02541f7 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-06-13 (Tue,

[Nix-commits] [NixOS/nixpkgs] 156a9a: knot-resolver: 1.2.6 -> 1.3.0

2017-06-13 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 156a9afb2b86444d5d3bc239db89c57d02cedb4f https://github.com/NixOS/nixpkgs/commit/156a9afb2b86444d5d3bc239db89c57d02cedb4f Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-06-13 (Tue, 13 Ju

Re: [Nix-dev] Hydra queue is in a weird state

2017-06-12 Thread Vladimír Čunát
On 06/12/2017 11:23 AM, Eelco Dolstra wrote: > Can you be more specific (e.g. build IDs)? I don't see anything wrong at the > moment. Hmm, me neither, not anymore. The number of queued jobs on trunk* has also dropped to the number I would expected right after the merge and I see no particular

[Nix-dev] Hydra queue is in a weird state

2017-06-12 Thread Vladimír Čunát
Hi, around 24h ago I merged some older staging commit, and Hydra somehow hasn't recovered since. Most of jobs should've been cached from staging - mainly except for Haskell stuff because that got updated on master in the meantime - but apparently those jobs are stuck in the queue, not being

[Nix-commits] [NixOS/nixpkgs] d3d036: harfbuzz: 1.4.5 -> 1.4.6

2017-06-11 Thread Vladimír Čunát
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: d3d036d8648956e1b9039d075890a221d4edaa28 https://github.com/NixOS/nixpkgs/commit/d3d036d8648956e1b9039d075890a221d4edaa28 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-06-11 (Sun, 11 Ju

[Nix-commits] [NixOS/nixpkgs] 86da6d: lyx: maintenance 2.2.2 -> 2.2.3

2017-06-11 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 86da6d441f7a248b02d545ac1b2c90ef27f42d0b https://github.com/NixOS/nixpkgs/commit/86da6d441f7a248b02d545ac1b2c90ef27f42d0b Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-06-11 (Sun, 11 Ju

[Nix-commits] [NixOS/nixpkgs] 32916a: Merge older staging

2017-06-11 Thread Vladimír Čunát
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: 32916ab1de83642611ea900bdeb951ffb1859343 https://github.com/NixOS/nixpkgs/commit/32916ab1de83642611ea900bdeb951ffb1859343 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-06-11 (Sun, 11 Ju

[Nix-commits] [NixOS/nixpkgs] a996fe: fstrim: Add service

2017-06-11 Thread Vladimír Čunát
hanged paths: M pkgs/development/libraries/openssl/default.nix Log Message: --- openssl: 1.0.2k -> 1.0.2l cc #26435 Commit: 9135c9f73a4c34181d2bba1455d2f432b3c49065 https://github.com/NixOS/nixpkgs/commit/9135c9f73a4c34181d2bba1455d2f432b3c49065 Author: Vladimír Čunát

Re: [Nix-dev] kdenlive fix build

2017-06-10 Thread Vladimír Čunát
On 06/10/2017 06:24 AM, Karn Kallio wrote: > [...] The attached patch > fixes the build by adding the Concurrent module to the find_package use. Thanks! Pushed to master as dc073726927. --Vladimir ___ nix-dev mailing list nix-dev@lists.science.uu.nl

[Nix-commits] [NixOS/nixpkgs] 5bafc7: virtualboxGuestAdditions: don't install setuid/set...

2017-06-09 Thread Vladimír Čunát
Branch: refs/heads/release-17.03 Home: https://github.com/NixOS/nixpkgs Commit: 5bafc71b61301bac2233beee29985185ec95aa50 https://github.com/NixOS/nixpkgs/commit/5bafc71b61301bac2233beee29985185ec95aa50 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-06-10 (Sat,

[Nix-commits] [NixOS/nixpkgs] d12497: pycairo: fix #26475 - another dead patch download

2017-06-09 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: d12497a23bf6d97c09631f50bc4712dffd37269f https://github.com/NixOS/nixpkgs/commit/d12497a23bf6d97c09631f50bc4712dffd37269f Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-06-09 (Fri, 09 Ju

[Nix-commits] [NixOS/nixpkgs] 97f300: pycairo: fix #26475 - a dead patch download

2017-06-09 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 97f3009bf86c4db9188e7e6f6443e9ce7bf165b6 https://github.com/NixOS/nixpkgs/commit/97f3009bf86c4db9188e7e6f6443e9ce7bf165b6 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-06-09 (Fri, 09 Ju

[Nix-commits] [NixOS/nixpkgs] 46a024: pycairo: fix #26475 - a dead patch download

2017-06-09 Thread Vladimír Čunát
Branch: refs/heads/release-17.03 Home: https://github.com/NixOS/nixpkgs Commit: 46a0241ae26bdeac9ead3cf9b5b06fb5a53c80d8 https://github.com/NixOS/nixpkgs/commit/46a0241ae26bdeac9ead3cf9b5b06fb5a53c80d8 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-06-09 (Fri,

[Nix-commits] [NixOS/nixpkgs] cc9a72: virtualboxGuestAdditions: don't install setuid/set...

2017-06-09 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: cc9a72a286e83124abfbfc427bbdcb539341e138 https://github.com/NixOS/nixpkgs/commit/cc9a72a286e83124abfbfc427bbdcb539341e138 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-06-09 (Fri, 09 Ju

Re: [Nix-dev] libpurple and PURPLE_PLUGIN_PATH

2017-06-09 Thread Vladimír Čunát
On 06/09/2017 02:17 AM, Bryan Richter wrote: > I see that nixpkgs patches libpurple (pidgin) to look for plugins > in paths specified by PURPLE_PLUGIN_PATH. Do I have to set that var > manually? > > I would hope that installing a plugin into my environment would update > the variable

[Nix-commits] [NixOS/nixpkgs] e9da05: zoom-us: init at 2.0.91373.0502

2017-06-08 Thread Vladimír Čunát
8 (Thu, 08 Jun 2017) Changed paths: M lib/maintainers.nix A pkgs/development/python-modules/astropy/default.nix M pkgs/top-level/python-packages.nix Log Message: --- pkgs.python.astropy: init at 1.3.3 Commit: 8b49936ad4db7499050aa6f57ce89d606c7382fe https://github.

[Nix-commits] [NixOS/nixpkgs] 10f9fb: nfs-utils: fixup setuid/setgid build problems, hop...

2017-06-08 Thread Vladimír Čunát
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: 10f9fb63f14fbe27dc9b516cca1eb2f72956f141 https://github.com/NixOS/nixpkgs/commit/10f9fb63f14fbe27dc9b516cca1eb2f72956f141 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-06-08 (Thu, 08 Ju

[Nix-commits] [NixOS/nixpkgs] 2ff56a: grib-api: Add grib-api to pythonPackages

2017-06-07 Thread Vladimír Čunát
8fcf7b269 Author: Frederik Rietdijk <fr...@fridh.nl> Date: 2017-06-07 (Wed, 07 Jun 2017) Changed paths: A pkgs/development/python-modules/characteristic/default.nix M pkgs/top-level/python-packages.nix Log Message: --- python.pkgs.characteristic: 14.1.0 ->

[Nix-commits] [NixOS/nixpkgs] db0235: knot-dns: quick bugfix 2.5.0 -> 2.5.1

2017-06-07 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: db0235ce765df9741e9d99777e877a3100a30f1d https://github.com/NixOS/nixpkgs/commit/db0235ce765df9741e9d99777e877a3100a30f1d Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-06-07 (Wed, 07 Ju

[Nix-commits] [NixOS/nixpkgs] 1aac1f: util-linux: fixup setuid/setgid build problems

2017-06-07 Thread Vladimír Čunát
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: 1aac1fe5dd46767b81a62b9eb7169c2421bbe366 https://github.com/NixOS/nixpkgs/commit/1aac1fe5dd46767b81a62b9eb7169c2421bbe366 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-06-07 (Wed, 07 Ju

[Nix-commits] [NixOS/nixpkgs] 833bc7: shadow: fixup setuid/setgid build problems, hopefu...

2017-06-07 Thread Vladimír Čunát
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: 833bc78dcf8fe8c00d0c8e835f49145be9b87523 https://github.com/NixOS/nixpkgs/commit/833bc78dcf8fe8c00d0c8e835f49145be9b87523 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-06-07 (Wed, 07 Ju

[Nix-commits] [NixOS/nixpkgs] 23ca0d: gnutls: maintenance 3.5.10 -> 3.5.13

2017-06-07 Thread Vladimír Čunát
Branch: refs/heads/release-17.03 Home: https://github.com/NixOS/nixpkgs Commit: 23ca0dddec3e1e915b122c2fc555647611ca3c25 https://github.com/NixOS/nixpkgs/commit/23ca0dddec3e1e915b122c2fc555647611ca3c25 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-06-07 (Wed,

[Nix-commits] [NixOS/nixpkgs] 445b10: openssh: fixup build on Hydra

2017-06-07 Thread Vladimír Čunát
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: 445b107d9399427f1df25437ff783160beed3fbb https://github.com/NixOS/nixpkgs/commit/445b107d9399427f1df25437ff783160beed3fbb Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-06-07 (Wed, 07 Ju

[Nix-commits] [NixOS/nixpkgs] 9135c9: gnutls: maintenance 3.5.12 -> 3.5.13

2017-06-07 Thread Vladimír Čunát
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: 9135c9f73a4c34181d2bba1455d2f432b3c49065 https://github.com/NixOS/nixpkgs/commit/9135c9f73a4c34181d2bba1455d2f432b3c49065 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-06-07 (Wed, 07 Ju

[Nix-commits] [NixOS/nixpkgs] ed93e8: libressl: work around some problem with man pages

2017-06-02 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: ed93e8e16b57578e37aaefca0da941de6e3026fe https://github.com/NixOS/nixpkgs/commit/ed93e8e16b57578e37aaefca0da941de6e3026fe Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-06-02 (Fri, 02 Ju

[Nix-commits] [NixOS/nixpkgs] dfebb6: systemd: v232 -> v233

2017-06-02 Thread Vladimír Čunát
xOS/nixpkgs/commit/ea7e54be18510532458292c25263dfac53975db7 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-05-30 (Tue, 30 May 2017) Changed paths: M pkgs/development/libraries/libuv/default.nix Log Message: --- libuv: 1.11.0 -> 1.12.0 The changelog seems safe; I tried some reverse de

[Nix-commits] [NixOS/nixpkgs] 6f5edd: mesa: maintenance 17.0.2 -> 17.0.7

2017-06-01 Thread Vladimír Čunát
Branch: refs/heads/release-17.03 Home: https://github.com/NixOS/nixpkgs Commit: 6f5edd3bc2fff58cbad399b7e6158a80d7a35c36 https://github.com/NixOS/nixpkgs/commit/6f5edd3bc2fff58cbad399b7e6158a80d7a35c36 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-06-01 (Thu,

[Nix-commits] [NixOS/nixpkgs] e67c1b: nvidia module: link proper output as OpenGL driver...

2017-05-31 Thread Vladimír Čunát
ub.com/NixOS/nixpkgs/commit/0dfad6720349edb5936ede74e368f74a234594b3 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-05-31 (Wed, 31 May 2017) Changed paths: M pkgs/os-specific/linux/nvidia-x11/default.nix Log Message: --- nvidia_x11_legacy304: 304.134 -> 3

[Nix-commits] [NixOS/nixpkgs] 7cbf7f: nvidia module: allow .persistenced == null

2017-05-30 Thread Vladimír Čunát
Branch: refs/heads/release-17.03 Home: https://github.com/NixOS/nixpkgs Commit: 7cbf7f54c1796673fc49d17da2144e39a67e2513 https://github.com/NixOS/nixpkgs/commit/7cbf7f54c1796673fc49d17da2144e39a67e2513 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-05-30 (Tue,

[Nix-commits] [NixOS/nixpkgs] bc7b89: nvidia module: allow .persistenced == null

2017-05-30 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: bc7b895aa57c52e30eb392ff2527dc850b72c87b https://github.com/NixOS/nixpkgs/commit/bc7b895aa57c52e30eb392ff2527dc850b72c87b Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-05-30 (Tue, 30 Ma

[Nix-commits] [NixOS/nixpkgs] f469bd: mysql service: change default data directory for 1...

2017-05-30 Thread Vladimír Čunát
t tinkering, seems we can remove the python3-patching as there exists a "python" symlink now Commit: 30ce98bbc3368027875983f27be72d4a038733aa https://github.com/NixOS/nixpkgs/commit/30ce98bbc3368027875983f27be72d4a038733aa Author: Frederik Rietdijk <freddyrietd..

[Nix-commits] [NixOS/nixpkgs] 9aa354: llvm-4/clang-4: Build and install man pages

2017-05-30 Thread Vladimír Čunát
c29d357 https://github.com/NixOS/nixpkgs/commit/f71b83ad7e61137f552ee96be8f6ca7bdc29d357 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-05-27 (Sat, 27 May 2017) Changed paths: M pkgs/development/libraries/libdrm/default.nix Log Message: --- libdrm: 2.4.79 -> 2.4.81 Commit: b4b

Re: [Nix-dev] hydra problems

2017-05-30 Thread Vladimír Čunát
On 05/30/2017 12:29 PM, Danylo Hlynskyi wrote: > 1. https://hydra.nixos.org seems to have problems with HTTPS: in my > Firefox. I can't reproduce that. Perhaps some transient problem? > 2. no build results can be downloaded They aren't stored on Hydra (for months, maybe a couple years now). I

[Nix-commits] [NixOS/nixpkgs] 2ff488: python.pkgs.django_hijack

2017-05-29 Thread Vladimír Čunát
OS/nixpkgs/commit/9b605ca04118d2ab1604f40906d925540cf392b0 Author: Pascal Wittmann <pascal.wittm...@red6-es.de> Date: 2017-05-29 (Mon, 29 May 2017) Changed paths: M pkgs/tools/misc/fsql/default.nix Log Message: --- fsql: 0.1.0 -> 0.1.1 Commit: 02032dbda4968c7ec65

[Nix-commits] [NixOS/nixpkgs] 1f407a: mesa: feature update 17.0.6 -> 17.1.1

2017-05-28 Thread Vladimír Čunát
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: 1f407a46d60dd7e001ec662edf3be4ccf838 https://github.com/NixOS/nixpkgs/commit/1f407a46d60dd7e001ec662edf3be4ccf838 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-05-28 (Sun, 28 Ma

[Nix-commits] [NixOS/nixpkgs] a3539a: openmpt123: don't build pulseaudio driver

2017-05-27 Thread Vladimír Čunát
pe Also mention about docs in types.nix and fix a small error in related documentation. Fixes #26055. Commit: bba5b1c434ac94ea1410448bbe5e470810c02c74 https://github.com/NixOS/nixpkgs/commit/bba5b1c434ac94ea1410448bbe5e470810c02c74 Author: Vladimír Čunát <vcu...@gmail.com> Date:

[Nix-commits] [NixOS/nixpkgs] ab8bcd: pytestcov: 2.3.1 -> 2.4.0

2017-05-26 Thread Vladimír Čunát
mmit: 1bcd56b6e659f22c89ac6ec0411c9dd30866f68f https://github.com/NixOS/nixpkgs/commit/1bcd56b6e659f22c89ac6ec0411c9dd30866f68f Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-05-02 (Tue, 02 May 2017) Changed paths: M doc/languages-frameworks/haskell.md M lib/customisation.nix

Re: [Nix-dev] Hydra: no space on aarch64

2017-05-26 Thread Vladimír Čunát
Another problem: the "mac2" slave is killing all builds, with download-from-binary-cache.pl getting "curl error 60" and consequently a segfault. (if I interpret it right) ___ nix-dev mailing list nix-dev@lists.science.uu.nl

[Nix-dev] Hydra: no space on aarch64

2017-05-26 Thread Vladimír Čunát
Hi, the aarch64 machine has been out of space for the past few days at least, failing whatever builds it attempted. It doesn't seem like it will fix itself (this time). --Vladimir ___ nix-dev mailing list nix-dev@lists.science.uu.nl

Re: [Nix-dev] Installing manpages

2017-05-25 Thread Vladimír Čunát
On 05/25/2017 12:31 PM, Sergey Mironov wrote: > Hi! Is there a possibility to install manpages for all packages I have > in NixOS. [...] If it's about systemPackages of NixOS, there is `programs.man.enable`. For nix-env there's a bug to be solved https://github.com/NixOS/nixpkgs/issues/24717

[Nix-commits] [NixOS/nixpkgs] bba5b1: plasma5 tests: fix by using older fontconfig-penul...

2017-05-24 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: bba5b1c434ac94ea1410448bbe5e470810c02c74 https://github.com/NixOS/nixpkgs/commit/bba5b1c434ac94ea1410448bbe5e470810c02c74 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-05-24 (Wed, 24 Ma

[Nix-commits] [NixOS/nixpkgs] b7fed3: python-3.3: fixup evaluation after #25916

2017-05-24 Thread Vladimír Čunát
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: b7fed33057e29fa0d5ab4921598d037c040baae6 https://github.com/NixOS/nixpkgs/commit/b7fed33057e29fa0d5ab4921598d037c040baae6 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-05-24 (Wed, 24 Ma

[Nix-commits] [NixOS/nixpkgs] da6f5e: gitlab-runner: add patch for shell from v1 to late...

2017-05-24 Thread Vladimír Čunát
e: 2017-05-24 (Wed, 24 May 2017) Changed paths: M pkgs/development/compilers/go/1.8.nix Log Message: --- Merge pull request #26050 from sigma/pr/go-1.8.2 go: 1.8.1 -> 1.8.2 Commit: 78ea189a6b1c59e7c331fe57d1eb035b8977bdac https://github.com/NixOS/nixpkgs/commit/78ea1

[Nix-commits] [NixOS/nixpkgs] 2e4d0f: cloud-init: 0.7.6 -> 0.7.9

2017-05-23 Thread Vladimír Čunát
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: 2e4d0ff2e0826fd4e6ca02afbecf678a04709e7e https://github.com/NixOS/nixpkgs/commit/2e4d0ff2e0826fd4e6ca02afbecf678a04709e7e Author: Philipp Hausmann Date: 2017-03-06 (Mon, 06 Mar 2017)

[Nix-commits] [NixOS/nixpkgs] 0dbf5b: fltk: 1.3.3 -> 1.3.4

2017-05-19 Thread Vladimír Čunát
gs/commit/9f6b1dca58375de995e8af4ae44ae76e3dd5f0f7 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-05-19 (Fri, 19 May 2017) Changed paths: M pkgs/development/libraries/fltk/default.nix Log Message: --- Merge #25708: fltk: 1.3.3 -> 1.3.4 Compare: https://github.com/NixOS/nixpkgs/co

[Nix-commits] [NixOS/nixpkgs] 56b30b: haxe: 3.2.1 -> 3.4.2

2017-05-19 Thread Vladimír Čunát
gs/commit/dc8c798e5db19534e0a9549b7b2c4e76ccf6b8c3 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-05-19 (Fri, 19 May 2017) Changed paths: M pkgs/development/compilers/haxe/default.nix R pkgs/development/compilers/haxe/haxelib-nix.patch Log Message: --- Merge #25538: haxe: 3.2.1 -&g

[Nix-commits] [NixOS/nixpkgs] cfaf05: firefox: 53.0.2 -> 53.0.3

2017-05-19 Thread Vladimír Čunát
Branch: refs/heads/release-17.03 Home: https://github.com/NixOS/nixpkgs Commit: cfaf051d15ad6180740a28312aaa6abff3cb2e44 https://github.com/NixOS/nixpkgs/commit/cfaf051d15ad6180740a28312aaa6abff3cb2e44 Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-05-19 (Fri,

[Nix-commits] [NixOS/nixpkgs] b646ea: firefox-bin: 53.0.2 -> 53.0.3

2017-05-19 Thread Vladimír Čunát
: 52.1.1esr -> 52.1.2esr Commit: 9195672200b44740f424cc3451a936577338975e https://github.com/NixOS/nixpkgs/commit/9195672200b44740f424cc3451a936577338975e Author: Vladimír Čunát <vcu...@gmail.com> Date: 2017-05-19 (Fri, 19 May 2017) Changed paths: M pkgs/application

Re: [Nix-dev] confusing rollback / generation system

2017-05-19 Thread Vladimír Čunát
On 05/19/2017 02:06 AM, Linus wrote: > Yes, nix-env as root operates on the *default* profile (which applies to > all users but is independent of nixos-rebuild) and not the *system* > profile (which is operated on by nixos-rebuild) by default. [...] Right, thanks, I confused those two. Now I

  1   2   3   4   5   6   7   8   9   10   >