mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 08:28:42 +00:00
bakelite: extend platforms
Since it only relies on the C standard library for POSIX, it should work fine on all unixoid platforms.
This commit is contained in:
parent
999a964d09
commit
b237d3275d
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/richfelker/bakelite";
|
||||
description = "Incremental backup with strong cryptographic confidentality";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ mvs ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user