shadowfox: Don't install compiler binary
This commit is contained in:
parent
983908ad9f
commit
6297561e28
@ -17,6 +17,12 @@ buildGoModule rec {
|
|||||||
|
|
||||||
buildFlags = "--tags release";
|
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; {
|
meta = with stdenv.lib; {
|
||||||
description = ''
|
description = ''
|
||||||
This project aims at creating a universal dark theme for Firefox while
|
This project aims at creating a universal dark theme for Firefox while
|
||||||
|
Loading…
x
Reference in New Issue
Block a user