3
0
Fork 0
forked from mirrors/nixpkgs

pdfgrep: relax platform from linux to unix

This commit is contained in:
Travis A. Everett 2019-03-11 15:23:15 -05:00 committed by GitHub
parent 1240834176
commit 95aef95322
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
homepage = https://pdfgrep.org/;
license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [ qknight fpletz ];
platforms = with stdenv.lib.platforms; linux;
platforms = with stdenv.lib.platforms; unix;
};
}