summary refs log tree commit diff
path: root/pkgs/tools/typesetting
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-12-26 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2020-12-26 04:20:00 +0000
commit84917aa00bf23c88e5874c683abe05edb0ba4078 (patch)
tree5f2db4c291835fe121359459a558b5ab6725ede9 /pkgs/tools/typesetting
parent1e40e796af18f0bd83ff4d98f1b39a2eaeca6b33 (diff)
downloadnixpkgs-84917aa00bf23c88e5874c683abe05edb0ba4078.tar
nixpkgs-84917aa00bf23c88e5874c683abe05edb0ba4078.tar.gz
nixpkgs-84917aa00bf23c88e5874c683abe05edb0ba4078.tar.bz2
nixpkgs-84917aa00bf23c88e5874c683abe05edb0ba4078.tar.lz
nixpkgs-84917aa00bf23c88e5874c683abe05edb0ba4078.tar.xz
nixpkgs-84917aa00bf23c88e5874c683abe05edb0ba4078.tar.zst
nixpkgs-84917aa00bf23c88e5874c683abe05edb0ba4078.zip
bibclean: add platforms
Diffstat (limited to 'pkgs/tools/typesetting')
-rw-r--r--pkgs/tools/typesetting/bibclean/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/typesetting/bibclean/default.nix b/pkgs/tools/typesetting/bibclean/default.nix
index d0e2c79c0bc..c95c6921a4e 100644
--- a/pkgs/tools/typesetting/bibclean/default.nix
+++ b/pkgs/tools/typesetting/bibclean/default.nix
@@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
     description = "Prettyprint and syntax check BibTeX and Scribe bibliography data base files";
     homepage = "http://ftp.math.utah.edu/pub/bibclean";
     license = licenses.gpl2;
+    platforms = platforms.all;
     maintainers = with maintainers; [ dtzWill ];
   };
 }