tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
zimlib: allow builds on all unix platforms
aleksana
2 years ago
3aed07d8
f16ae124
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
zimlib
default.nix
+1
-1
pkgs/development/libraries/zimlib/default.nix
···
64
homepage = "https://www.openzim.org/wiki/Zimlib";
65
license = licenses.gpl2;
66
maintainers = with maintainers; [ greg ];
67
-
platforms = platforms.linux;
68
};
69
}
···
64
homepage = "https://www.openzim.org/wiki/Zimlib";
65
license = licenses.gpl2;
66
maintainers = with maintainers; [ greg ];
67
+
platforms = platforms.unix;
68
};
69
}