forked from mirrors/nixpkgs
pdfgrep: relax platform from linux to unix
This commit is contained in:
parent
1240834176
commit
95aef95322
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue