samueldr has joined #nixos
<> changed the topic of #nixos to: Topic for #nixos is "https://nixos.org || Latest NixOS: https://nixos.org/nixos/download.html || Latest Nix: https://nixos.org/nix/download.html || Logs: https://botbot.me/freenode/nixos/ || #nixos-dev, ##nix-darwin"
<> changed the topic of #nixos to: Topic set by gchristensen!~gchristen@unaffiliated/grahamc on 2017-08-20 12:26:25 UTC
<> changed the topic of #nixos to: Channel #nixos created on 2008-04-25 12:32:07 UTC
scribbler has quit [(Remote host closed the connection)]
scribbler has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Profpatsch closed pull request #28994: dhall: add a static top-level executable for dhall (master...dhall-static) https://git.io/v5u77
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] disassembler opened pull request #28996: slic3r: fix build with gcc6 (master...slic3r) https://git.io/v5u5m
NixOS_GitHub has left #nixos []
jbgi has quit [(Ping timeout: 246 seconds)]
LysergicDreams has quit [(Ping timeout: 255 seconds)]
bennofs has joined #nixos
LysergicDreams has joined #nixos
ThatDocsLady has quit [(Quit: Arma-geddin-outta-here!)]
nikola_i has joined #nixos
m0rphism has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] NeQuissimus closed pull request #28991: coreutils: fix on Darwin (release-17.09...backport-coreutils-fix-17.09) https://git.io/v5u1O
NixOS_GitHub has left #nixos []
eacameron has joined #nixos
takle has joined #nixos
<Rotaerk> hmm is there a way to see if an ongoing nix build is just taking a while or if it's stuck in an infinite loop
<clever> Rotaerk: check cpu usage and the process tree
<Rotaerk> not sure what I'd look for with cpu usage, but the process ttree doesn't look like it's growing in depth
Filystyn has quit [(Remote host closed the connection)]
<Rotaerk> so I guess it's just taking a while
<clever> Rotaerk: can you gist the process tree?
<bennofs> disk usage / accesses are often a good indicator of loops IME
nh2 has quit [(Ping timeout: 240 seconds)]
<Rotaerk> is this the correct set of arguments: ps -ejH
<clever> i typicaly use ps -eH x
gnuhurd has quit [(Ping timeout: 240 seconds)]
freeman42x[nix] has joined #nixos
dmj` has joined #nixos
<catern> hmm
<catern> fetchgit appears to hardcode the usage of Nix's SSL certs
<catern> how can I use fetchgit with my own git server using a self-signed cert?
<Rotaerk> clever, https://ptpb.pw/wz4O
<clever> Rotaerk: ah, ghc just always takes a long time to build
erictapen has joined #nixos
civodul has joined #nixos
tmaekawa has joined #nixos
<Rotaerk> hmm, I guess I'll give it over night >_>
dgpratt has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] LnL7 opened pull request #28998: libstdc++: add setup-hook (master...libstdcxx-hook) https://git.io/v5udB
NixOS_GitHub has left #nixos []
tmaekawa has quit [(Client Quit)]
<tilpner> catern - You could try to override the cacert passed while importing fetchgit, but I have no idea how to create your own cacert. Probably easier to add your certificate globally or use SSH
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] oxij opened pull request #28999: firefoxPackages: tor: reorganize and update (master...pkg/tor-reorg-update) https://git.io/v5ud2
NixOS_GitHub has left #nixos []
tmaekawa has joined #nixos
<catern> hmm
<catern> what about fetchurl? there's also no way for fetchurl either...
<tilpner> Setting cacert would pass a different GIT_SSL_CAINFO to the fetchgit builder: ttps://github.com/NixOS/nixpkgs/blob/master/pkgs/build-support/fetchgit/default.nix#L63
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] globin pushed 2 new commits to master: https://git.io/v5udP
<NixOS_GitHub> nixpkgs/master e783c2b Michele Catalano: nexus: 2.12.0-01 -> 3.5.1-02...
<NixOS_GitHub> nixpkgs/master 4ea1d49 Michele Catalano: nexus: Add module for nexus....
NixOS_GitHub has left #nixos []
<tilpner> fetchgit could work, it allows you to pass arguments through to curl, and curl might have options to add another certificate, but certainly has an option to disable verification
thblt has quit [(Remote host closed the connection)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] globin closed pull request #28865: samba: 4.5.10 -> 4.5.13 (release-17.03...samba_4_5_13) https://git.io/v5Rkz
NixOS_GitHub has left #nixos []
tmaekawa has quit [(Quit: tmaekawa)]
nh2 has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] globin closed pull request #28864: samba: 4.6.4 -> 4.6.7 (staging...samba_4_6_7) https://git.io/v5RJz
NixOS_GitHub has left #nixos []
jsgrant has joined #nixos
ris has joined #nixos
<tilpner> Actually, fetchurl doesn't seem to do any certificate verification by default...
<tilpner> catern - ?
_ris has quit [(Ping timeout: 255 seconds)]
goibhniu has joined #nixos
<tilpner> What's the reasoning for this? It seems inconsistent to do chain validation for git, but not url?
thblt has joined #nixos
eacameron has quit [(Remote host closed the connection)]
<sphalerite> I love that I can just take a repo and tell a friend to `nix-build https://github.com/lheckemann/numptyphysics/archive/master.tar.gz` for them to try it out
<tilpner> Assuming they have Nix installed :P
<sphalerite> the friend in question does :p
<sphalerite> also if anyone wants to try a fun little physics-based game, see above :p
<hexa-> I'm having a hard time setting up static ip addresses on interfaces, can anyone give a hint? http://paste.debian.net/984442/
ris has quit [(Ping timeout: 240 seconds)]
<tilpner> sphalerite - It appears my laptop does not pass the accerelometer test
eacameron has joined #nixos
ris has joined #nixos
<catern> tilpner: what do you mean, "add my cert globally"?
<sphalerite> tilpner: accelerometer test..?
<catern> tilpner: if I make my own cacert package, I'll have to rebuild the world
<catern> but yes, I suppose I can use fetchurl instead
katyucha is now known as Guest27768
katyucha_ is now known as katyucha
<tilpner> catern - I have never done that, but maybe you can add your cert with security.pki.certificates
<LnL> I'm pretty sure you can configure fetchurl to use a custom cacert
<LnL> yeah that, I think
<tilpner> sphalerite - There was a level that had the text "Accelerometer test" in it, or something like it
<sphalerite> tilpner: oh right, I think that relies on some pretty specific hardware
<catern> LnL: tilpner: I'm on Nix-on-Debian, not NixOS, sadly
mudri` has joined #nixos
<LnL> ah, well still you can change your certs changes like that never cause rebuilds for a fixed output drv
<tilpner> catern - I don't think you'll have to rebuild the world if you pass your custom cacert just to fetchgit
<LnL> as long as the name or output hash doesn't change you're fine
<catern> oh, true, I guess
mudri has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] jokogr opened pull request #29000: skrooge: 2.8.1 -> 2.9.0 (master...u/skrooge-2.9.0) https://git.io/v5ubz
NixOS_GitHub has left #nixos []
<catern> sigh, argh
Kingsquee has joined #nixos
<catern> and I get stopped in my tracks anyway because my /nix is a symlink and something is doing readlink
<maurer> If you want /nix to act like a symlink, use mount --bind
<catern> i sure wish the sysadmins were not terrified of bind mounts
<catern> for some inane reason
<catern> then I could do that
<catern> (or have them do it)
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vcunat pushed 1 new commit to master: https://git.io/v5ubd
<NixOS_GitHub> nixpkgs/master 8414d83 Vladimír Čunát: maxx: license fixups...
NixOS_GitHub has left #nixos []
<LnL> there's something that allows you to run nix in a chroot IIRC
<catern> nix-user-chroot
<catern> it breaks other things (such as setuid binaries)
<LnL> ah :/
Neo-- has quit [(Ping timeout: 240 seconds)]
<catern> meh, I'll just beg for a bind mount tomorrow
pie_ has quit [(Remote host closed the connection)]
pie_ has joined #nixos
thblt has quit [(Ping timeout: 240 seconds)]
<LnL> don't really see the difference between a symlink and a bind mount
pie_ has quit [(Ping timeout: 240 seconds)]
pie_ has joined #nixos
<sphalerite> A bad bind-mount fstab entry can break your boot. A symlink generally won't.
eacameron has quit [(Remote host closed the connection)]
katyucha has quit [(Ping timeout: 260 seconds)]
eacameron has joined #nixos
<LnL> well I'm assuming the sysadmin would configure it
nikola_i has quit [(Quit: Leaving)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] globin pushed 17 new commits to release-17.09: https://git.io/v5uAU
<NixOS_GitHub> nixpkgs/release-17.09 a1415df Jaka Hudoklin: nixos/xpra: allow to set extra options (#28934)...
<NixOS_GitHub> nixpkgs/release-17.09 4d36f29 Jaka Hudoklin: tor-browser: allow to pass TOR_SKIP_LAUNCH...
<NixOS_GitHub> nixpkgs/release-17.09 225f26b Peter Hoeg: zeal: 0.3.1 -> 0.4.0...
NixOS_GitHub has left #nixos []
eacameron has quit [(Ping timeout: 240 seconds)]
nh2 has quit [(Ping timeout: 264 seconds)]
alx741_ has joined #nixos
_ris has joined #nixos
alx741 has quit [(Ping timeout: 240 seconds)]
ris has quit [(Ping timeout: 240 seconds)]
JosW has quit [(Quit: Konversation terminated!)]
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/dd74844fff (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
nix-gsc-io`bot has quit [(Client Quit)]
Havvy has quit [(Read error: Connection reset by peer)]
Havvy has joined #nixos
nh2 has joined #nixos
scribbler has quit [(Remote host closed the connection)]
benzrf has left #nixos ["WeeChat 1.9"]
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.09-small advanced to https://github.com/NixOS/nixpkgs/commit/a98c19fe2c (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-17.09-small)
nix-gsc-io`bot has quit [(Client Quit)]
jellowj has quit [(Ping timeout: 252 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to master: https://git.io/v5upL
<NixOS_GitHub> nixpkgs/master 73c6284 Jörg Thalheim: mitmproxy: unicode locales, skip network test
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to release-17.09: https://git.io/v5upt
<NixOS_GitHub> nixpkgs/release-17.09 eee2d17 Jörg Thalheim: mitmproxy: unicode locales, skip network test...
NixOS_GitHub has left #nixos []
<Mic92> ^ makefu
<makefu> thx!
hiratara has quit [(Ping timeout: 246 seconds)]
simukis has quit [(Quit: simukis)]
hiratara has joined #nixos
pie_ has quit [(Ping timeout: 248 seconds)]
jellowj has joined #nixos
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.03-small advanced to https://github.com/NixOS/nixpkgs/commit/f21b0dbf25 (from 81 minutes ago, history: https://channels.nix.gsc.io/nixos-17.03-small)
nix-gsc-io`bot has quit [(Client Quit)]
seanparsons has quit [(Read error: Connection reset by peer)]
scribbler has joined #nixos
seanparsons has joined #nixos
civodul has quit [(Quit: ERC (IRC client for Emacs 25.2.1))]
mudri` is now known as mudri
<mudri> I'm trying to package https://github.com/Arkq/cmusfm , and have this so far: http://nixpaste.lbr.uno/BrsRuLoQ?nix .
<mudri> But that eventually gives the following error:
<mudri> ./configure: line 4151: syntax error near unexpected token `LIBCRYPTO,'
<mudri> ./configure: line 4151: ` PKG_CHECK_MODULES(LIBCRYPTO, libcrypto)'
<mudri> It seems really weird because I assume the application can be built on most systems.
<mudri> Like, why would this syntax error only affect Nix's autoreconf?
elninja44 has joined #nixos
<Mic92> mudri: add pkgconfig to nativeBuildInputs
<simpson> It's a poorly-written configure.ac, that's all. The actual error is that you didn't add OpenSSL to build inputs.
<Mic92> you need both
<simpson> Yeah.
<mudri> Did both and now there's a different error, so thanks!
<mudri> Wish they'd list dependencies...
<Mic92> mudri: libcrypto might be optional though
<Mic92> depends how the project uses the result of the check
<Mic92> but I guess Last.fm enforces TLS
<mudri> I got it to build, so I'll keep it in for now. I'll try without later.
_ris has quit [(Ping timeout: 248 seconds)]
pie_ has joined #nixos
nh2 has quit [(Ping timeout: 240 seconds)]
Khetzal has quit [(Ping timeout: 246 seconds)]
bennofs has quit [(Ping timeout: 240 seconds)]
taeradan has quit [(Remote host closed the connection)]
Kingsquee has quit [(Remote host closed the connection)]
Kingsquee has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vcunat pushed 1 new commit to master: https://git.io/v5uhd
<NixOS_GitHub> nixpkgs/master 65f6e6c Vladimír Čunát: licenses: fix `fullName` capitalization...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vcunat pushed 1 new commit to release-17.09: https://git.io/v5uhF
<NixOS_GitHub> nixpkgs/release-17.09 ae0babc Vladimír Čunát: licenses: fix `fullName` capitalization...
NixOS_GitHub has left #nixos []
_ris has joined #nixos
freeman42x[nix] has quit [(Quit: Leaving)]
hiratara has quit [(Quit: ZNC - http://znc.in)]
hiratara has joined #nixos
endformationage has quit [(Quit: WeeChat 1.9)]
nh2 has joined #nixos
goibhniu has quit [(Ping timeout: 248 seconds)]
sellout- has joined #nixos
sellout- has quit [(Read error: Connection reset by peer)]
sellout- has joined #nixos
<Rotaerk> clever, I think ghc is *still* building lol
<Rotaerk> though I am running this via virtualbox, not directly mounted
erictapen has quit [(Ping timeout: 248 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] NeQuissimus opened pull request #29002: docker: Package in module, tests (master...docker_edge_module_test) https://git.io/v5zep
NixOS_GitHub has left #nixos []
Khetzal has joined #nixos
ambro718 has quit [(Ping timeout: 252 seconds)]
nh2 has quit [(Ping timeout: 252 seconds)]
anderslundstedt has joined #nixos
yiimi has joined #nixos
<yiimi> how might i go about using http://libdill.org/ with nix?
<Rotaerk> looks like it has a github repository
markus1189 has joined #nixos
<tilpner> yiimi - You write a small expression that wraps it (you can start with tx0.co/1kiC ), then use that packaged library in your projects
<yiimi> tilpner: thanks. what is tx0.co/1kiC ?
markus1199 has quit [(Ping timeout: 240 seconds)]
remexre has quit [(Ping timeout: 255 seconds)]
<tilpner> You're... supposed to click that, or paste it into a browser, sorry
<Rotaerk> yiimi, a URL
<Rotaerk> lol
<Rotaerk> would be nice if I could see a progress report for a nix-build
<Rotaerk> to see what built and what remains
<tilpner> It's not a URL. I leave the scheme off because it saves a lot characters and makes messages more readable, but maybe I shouldn't
<Rotaerk> it is, it just has the http:// omitted
<tilpner> That's exactly why it's not technically a URL. It's supposed to be one though
<tilpner> Rather, you're supposed to treat it like one
<Rotaerk> I'm really not confident this build is actually making progress, that it's not in a loop of some sort
<freeman42x> is it possible to create a custom resolution that is higher than the one supported by the display? for use with TeamViewer
<clever> Rotaerk: ghc always builds 2 or 3 phases
<clever> Rotaerk: gcc is the same way
<Rotaerk> but how do I tell what it's on
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.09-small advanced to https://github.com/NixOS/nixpkgs/commit/ae0babcb63 (from 73 minutes ago, history: https://channels.nix.gsc.io/nixos-17.09-small)
nix-gsc-io`bot has quit [(Client Quit)]
<clever> Rotaerk: peek into its /tmp/nix-build directory, and know the internals of how ghc builds
<Rotaerk> ah
<clever> Rotaerk: ive seen it take upwards of 12 hours when no emulation is at play
<Rotaerk> /tmp/nix-build doesn't exist
<Rotaerk> oh
<clever> ls -ltrhd /tmp/nix-build*
<Rotaerk> yea there's one with that as the prefix
hook is now known as silver_hook
silver_hook has quit [(Changing host)]
silver_hook has joined #nixos
<silver_hook> What’s the difference between the packages: steam and steam-run ?
<Ralith> iirc, steam-run is a tool that lets you launch programs in a FHS environment like the one that is used for steam
<tilpner> steam-run allows you to run any program inside the chroot/FHS intended for Steam. steam is just what you'd expect... Steam
pie__ has joined #nixos
<clever> oh, so thats how you do that, lol
<tilpner> Hey Ralith, you packaged bindgen. Do you remember having problems with libloading?
<clever> i tried adding xterm as a "game"
<silver_hook> tilpner: Aaah, OK, thanks :)
pie_ has quit [(Read error: Connection reset by peer)]
<Ralith> tilpner: nope
<silver_hook> Did anyone manage to get RedShift running using the GeoClue2?
<Ralith> it Just Worked iirc
<tilpner> Ralith - Have you used bindgen (unpackged, from crates.io) with a buildscript on NixOS? It depends on libloading via clang-sys, and it wants to link something but fails on NixOS (not on Debian)
<Ralith> no, I've only ever used bindgen by hand
<tilpner> Ah, okay
<silver_hook> I installed geoclue2 separately as well, since redshift complained that it can’t find it, but even afterwards it complains it can’t find it.
<clever> silver_hook: when does it complain that it cant find it?
<tilpner> You shouldn't have to install geoclue manually