about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2019-09-20 23:45:28 +0200
committerGitHub <noreply@github.com>2019-09-20 23:45:28 +0200
commit87a9e5eb3107158cda34baf6fb9a7337e96d9372 (patch)
tree9d8de1004d8b03c46b4f7a50d9bc5cea2829c0f7 /pkgs/applications/editors
parentae293ad45eb8ccbe4da7cbac8fabdf88000c39b0 (diff)
parent0d65acf47c83debdf3089cb3f66aee045b3cdce1 (diff)
downloadnixlib-87a9e5eb3107158cda34baf6fb9a7337e96d9372.tar
nixlib-87a9e5eb3107158cda34baf6fb9a7337e96d9372.tar.gz
nixlib-87a9e5eb3107158cda34baf6fb9a7337e96d9372.tar.bz2
nixlib-87a9e5eb3107158cda34baf6fb9a7337e96d9372.tar.lz
nixlib-87a9e5eb3107158cda34baf6fb9a7337e96d9372.tar.xz
nixlib-87a9e5eb3107158cda34baf6fb9a7337e96d9372.tar.zst
nixlib-87a9e5eb3107158cda34baf6fb9a7337e96d9372.zip
Merge pull request #68627 from Ma27/build-unfree-locally
treewide: build some unfree packages locally
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/jetbrains/common.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/editors/jetbrains/common.nix b/pkgs/applications/editors/jetbrains/common.nix
index be20800cde29..f535d7bff47c 100644
--- a/pkgs/applications/editors/jetbrains/common.nix
+++ b/pkgs/applications/editors/jetbrains/common.nix
@@ -77,4 +77,6 @@ with stdenv; lib.makeOverridable mkDerivation rec {
     ln -s "$item/share/applications" $out/share
   '';
 
+} // stdenv.lib.optionalAttrs (!(meta.license.free or true)) {
+  preferLocalBuild = true;
 }