pdfgrep: relax platform from linux to unix
This commit is contained in:
@@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://pdfgrep.org/;
|
homepage = https://pdfgrep.org/;
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
maintainers = with stdenv.lib.maintainers; [ qknight fpletz ];
|
maintainers = with stdenv.lib.maintainers; [ qknight fpletz ];
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = with stdenv.lib.platforms; unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user