wipe: Set platform to Unix
This commit is contained in:
parent
b4b3c73a94
commit
16238201ca
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Secure file wiping utility";
|
description = "Secure file wiping utility";
|
||||||
homepage = "https://wipe.sourceforge.net/";
|
homepage = "https://wipe.sourceforge.net/";
|
||||||
license = lib.licenses.gpl2Plus;
|
license = lib.licenses.gpl2Plus;
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.unix;
|
||||||
maintainers = [ lib.maintainers.abbradar ];
|
maintainers = [ lib.maintainers.abbradar ];
|
||||||
mainProgram = "wipe";
|
mainProgram = "wipe";
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user