summary refs log tree commit diff
path: root/pkgs/tools/networking/shadowfox
diff options
context:
space:
mode:
authorSilvan Mosberger <infinisil@icloud.com>2019-05-24 15:46:00 +0200
committerSilvan Mosberger <infinisil@icloud.com>2019-05-24 15:46:00 +0200
commit6297561e28cb8b8244821e67509d05b7bcea2a85 (patch)
treec5acacb38baac2003d47a2a232b8c60f98e1019b /pkgs/tools/networking/shadowfox
parent983908ad9ff4b2ea8b4d7a3f593e77d109db8576 (diff)
downloadnixpkgs-6297561e28cb8b8244821e67509d05b7bcea2a85.tar
nixpkgs-6297561e28cb8b8244821e67509d05b7bcea2a85.tar.gz
nixpkgs-6297561e28cb8b8244821e67509d05b7bcea2a85.tar.bz2
nixpkgs-6297561e28cb8b8244821e67509d05b7bcea2a85.tar.lz
nixpkgs-6297561e28cb8b8244821e67509d05b7bcea2a85.tar.xz
nixpkgs-6297561e28cb8b8244821e67509d05b7bcea2a85.tar.zst
nixpkgs-6297561e28cb8b8244821e67509d05b7bcea2a85.zip
shadowfox: Don't install compiler binary
Diffstat (limited to 'pkgs/tools/networking/shadowfox')
-rw-r--r--pkgs/tools/networking/shadowfox/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/tools/networking/shadowfox/default.nix b/pkgs/tools/networking/shadowfox/default.nix
index 3b76f8b7c18..b22a3f464d3 100644
--- a/pkgs/tools/networking/shadowfox/default.nix
+++ b/pkgs/tools/networking/shadowfox/default.nix
@@ -17,6 +17,12 @@ buildGoModule rec {
 
   buildFlags = "--tags release";
 
+  postInstall = ''
+    # Contains compiler package only used by projects CI, and buildGoModule
+    # installs all binaries by default. So we remove this again.
+    rm $out/bin/compiler
+  '';
+
   meta = with stdenv.lib; {
     description = ''
       This project aims at creating a universal dark theme for Firefox while