pwgen, wgetpaste: set platforms
This commit is contained in:
parent
6c890824bd
commit
92f72cb80f
@ -8,5 +8,6 @@ stdenv.mkDerivation {
|
||||
};
|
||||
meta = {
|
||||
description = "Small, GPL'ed password generator which creates passwords which can be easily memorized by a human.";
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -23,5 +23,6 @@
|
||||
homepage = http://wgetpaste.zlin.dk/;
|
||||
license = "publicDomain";
|
||||
maintainers = with stdenv.lib.maintainers; [qknight];
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user