mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
wipe: expand platforms to all
This commit is contained in:
parent
9ddb9054a2
commit
a95cfe1b82
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Secure file wiping utility";
|
||||
homepage = "http://wipe.sourceforge.net/";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.abbradar ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user