aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/tools/java/cfr
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2015-11-17 21:29:29 +0100
committerPascal Wittmann <mail@pascal-wittmann.de>2015-11-17 21:30:43 +0100
commit7fd2796e994842e7c7998ad81d7815838b0226fe (patch)
tree3e2e0c16c76ee468e501fa91d9068004923a1a39 /pkgs/development/tools/java/cfr
parent8ca605fccb1760e06cf79b2898e05b63848e434c (diff)
Replace 'with plaforms; platform' with 'platforms.platform'
Diffstat (limited to 'pkgs/development/tools/java/cfr')
-rw-r--r--pkgs/development/tools/java/cfr/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/java/cfr/default.nix b/pkgs/development/tools/java/cfr/default.nix
index f6cf63afc2a6..3d42de4640eb 100644
--- a/pkgs/development/tools/java/cfr/default.nix
+++ b/pkgs/development/tools/java/cfr/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
'';
homepage = http://www.benf.org/other/cfr/;
license = licenses.mit;
- platforms = with platforms; all;
+ platforms = platforms.all;
maintainers = with maintainers; [ nckx ];
};