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/;
|
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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user