fork and fix hie to build against recent glibc

This commit is contained in:
Trolli Schmittlauch 2020-04-05 19:00:27 +02:00
parent 1f9f28e966
commit 130de150d6
2 changed files with 3 additions and 5 deletions

1
all-hies Submodule

@ -0,0 +1 @@
Subproject commit 706058c72696a238efe498c9f4af947e5480b9e3

View file

@ -5,7 +5,8 @@ with pkgs;
let let
unstable = import <nixos-unstable> {}; unstable = import <nixos-unstable> {};
mybrowser = firefox; mybrowser = firefox;
all-hies = import (fetchTarball "https://github.com/infinisil/all-hies/tarball/master") {}; #all-hies = import (fetchTarball "https://github.com/infinisil/all-hies/tarball/master") {};
all-hies = import ../all-hies {};
pypi2nix = import ( pypi2nix = import (
pkgs.fetchgit { pkgs.fetchgit {
url = "https://github.com/nix-community/pypi2nix"; url = "https://github.com/nix-community/pypi2nix";
@ -324,10 +325,6 @@ in
terminal = "screen-256color"; terminal = "screen-256color";
}; };
#systemd.user.services.lorri = {
# Service.ExecStart = lib.mkForce "${pkgs.lorri}/bin/lorri -v daemon";
# Install.WantedBy = [ "default.target" ];
#};
systemd.user.startServices = true; systemd.user.startServices = true;
services.lorri.enable = true; services.lorri.enable = true;