diff options
author | Andreas Rammhold <andreas@rammhold.de> | 2020-11-27T23·37+0100 |
---|---|---|
committer | andi <andi@notmuch.email> | 2020-11-30T21·43+0000 |
commit | 150b2fa799f718c71a8a4b0fefb4b3f8f85d17bd (patch) | |
tree | 908f8a978a6ba8b4e46e62a4a15bac6b1f0a95a0 | |
parent | 9cb98713d33b922d62af928db4bf06a264cfc2f4 (diff) |
chore(3p): move quassel to the right inherit statement r/1968
As the comment above the inherit statement says it is supposed to only contain packages required for //third_party/nix. As much as I like IRC I can't find a usage of Quassel within Nix itself. Perhaps a plugin to report build status at some point? Until that plugin mainfests we might as well move it to the correct location. Change-Id: I14fd6b698bb779b80829e7bebd5daa69cacdde78 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2177 Reviewed-by: kanepyork <rikingcoding@gmail.com> Reviewed-by: glittershark <grfn@gws.fyi> Reviewed-by: tazjin <mail@tazj.in> Reviewed-by: lukegb <lukegb@tvl.fyi> Tested-by: BuildkiteCI
-rw-r--r-- | third_party/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/default.nix b/third_party/default.nix index 10e78bcc2031..0cb3478cff44 100644 --- a/third_party/default.nix +++ b/third_party/default.nix @@ -125,6 +125,7 @@ let pulseaudio python3 python3Packages + quassel remarshal rink ripgrep @@ -184,7 +185,6 @@ let mercurial perl perlPackages - quassel utillinuxMinimal; haskellPackages = (nixpkgs.haskellPackages.override { |