feh: enable build on Darwin
This commit is contained in:
parent
52f619ae1f
commit
ce1e7cccb6
@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = https://derf.homelinux.org/projects/feh/;
|
||||
license = stdenv.lib.licenses.mit;
|
||||
maintainers = with stdenv.lib.maintainers; [viric];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
platforms = with stdenv.lib.platforms; unix;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user